AngleSharp.Html.Parser
Namespace with 8 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.
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.
Static Classes
HtmlParserExtensions
Extensions for the IHtmlParser instances.
TokenizerExtensions
Extensions to access the underying tokenizer.
Interfaces
IHtmlParser
Represents the interface of an HTML parser.