HtmlParser
Creates an instance of the HTML parser front-end.
Gets the specified options.
Fired when a HTML parse error is encountered.
Fired when the HTML parser is finished.
Fired when the HTML parser is starting.
public HtmlParser()
Creates a new parser with the default options and context.
Creates a new parser with the custom options.
Creates a new parser with the custom options and the given context.
Parses the string and returns the result.
Parses the stream and returns the result.
Parses the string asynchronously with option to cancel.
Parses the stream asynchronously with option to cancel.
Parses the stream and returns the result.
Parses the string and returns the result.