AngleSharp.Html.Parser
Namespace with 15 public types
Classes
HtmlParseException
Exception that is thrown if an ill-formatted HTML document is parsed
in strict mode.
HtmlParser
Creates an instance of the HTML parser front-end.
HtmlTokenizer
Performs the tokenization of the source code. Follows the tokenization algorithm at:
http://www.w3.org/html/wg/drafts/html/master/syntax.html
Structures
HtmlParserOptions
Contains a number of options for the HTML parser.
HtmlTokenizerOptions
Represents a set of options for the HTML tokenizer.
Enumerations
HtmlParseError
A collection of HTML parse error codes.
HtmlParseMode
Defines the different tokenization content models.
HtmlTokenType
An enumation of all possible tokens.
TokenConsumptionResult
Token consumption result
Static Classes
HtmlParserExtensions
Extensions for the IHtmlParser instances.
TokenizerExtensions
Extensions to access the underying tokenizer.
Interfaces
IHtmlParser
Represents the interface of an HTML parser.