Namespace AngleSharp.Html.Parser
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.
- HtmlParserExtensions
Extensions for the IHtmlParser instances.
- HtmlTokenizer
Performs the tokenization of the source code. Follows the tokenization algorithm at: http://www.w3.org/html/wg/drafts/html/master/syntax.html
- TokenizerExtensions
Extensions to access the underying tokenizer.
Structs
- HtmlParserOptions
Contains a number of options for the HTML parser.
Interfaces
- IHtmlParser
Represents the interface of an HTML parser.
Enums
- HtmlParseError
A collection of HTML parse error codes.
- HtmlParseMode
Defines the different tokenization content models.
- HtmlTokenType
An enumation of all possible tokens.