AngleSharp.Parser.Html
Namespace with 8 public types
Classes
HtmlDoctypeToken
The DOCTYPE token.
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.
HtmlTagToken
Class for StartTagToken and EndTagToken.
HtmlToken
The abstract base class of any HTML token.
Structures
HtmlParserOptions
Contains a number of options for the HTML parser.
Enumerations
HtmlParseError
A collection of HTML parse error codes.
HtmlTokenType
An enumation of all possible tokens.