IHtmlParser
Represents the interface of an HTML parser.
Parses the string and returns the result.
Parses the stream and returns the result.
Parses the read only chunk of chars and returns the result.
Parses text source and returns result.
Parses the read only chunk of chars and returns the result.
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.
Parses the stream asynchronously.
Populates the given HTML document asynchronously.
Parses the string and returns the result.
Parses the stream and returns the result.
Parses the string and returns the head.
Parses the stream and returns the head.
Parses the string asynchronously.
Parses the stream asynchronously.