C# Class System.Html.DOMParser

Show file Open project: Saltarelle/SaltarelleWeb

Public Methods

Method Description
DOMParser ( )
ParseFromString ( string str, DOMParserSupportedType type ) : DocumentBase

Method Details

DOMParser() public method

public DOMParser ( )

ParseFromString() public method

public ParseFromString ( string str, DOMParserSupportedType type ) : DocumentBase
str string
type DOMParserSupportedType
return System.Xml.DocumentBase