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 read array of chars and returns the result.
Parses the read only chunk of chars and returns the result.
Parses text source and returns result.
public TDocument ParseDocument<TDocument, TElement>(TextSource source, TokenizerMiddleware middleware = null) where TDocument : IConstructableDocument where TElement : IConstructableElement
Parses the read only text source 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.
Parses the string and returns the head.
Parses the stream and returns the head.
Parses the string asynchronously with option to cancel.
Parses the stream asynchronously with option to cancel.