Html |
public class HtmlTokenizer
The HtmlTokenizer type exposes the following members.
Name | Description | |
---|---|---|
HtmlTokenizer(Stream) | Initialize a new instance of the HtmlTokenizer class. | |
HtmlTokenizer(TextReader) | Initialize a new instance of the HtmlTokenizer class. | |
HtmlTokenizer(Stream, Encoding) | Initialize a new instance of the HtmlTokenizer class. | |
HtmlTokenizer(Stream, Encoding, Boolean, Int32) | Initialize a new instance of the HtmlTokenizer class. |
Name | Description | |
---|---|---|
DecodeCharacterReferences | Get or set whether or not the tokenizer should decode character references. | |
HtmlNamespace | Get the current HTML namespace detected by the tokenizer. | |
IgnoreTruncatedTags | Get or set whether or not the tokenizer should ignore truncated tags. | |
LineNumber | Get the current line number. | |
LinePosition | Get the current line position. | |
TokenizerState | Get the current state of the tokenizer. |
Name | Description | |
---|---|---|
CreateAttribute | Create an attribute. | |
CreateCDataToken | Create an HTML character data token. | |
CreateCommentToken | Create an HTML comment token. | |
CreateDataToken | Create an HTML character data token. | |
CreateDocType | Create a DOCTYPE token. | |
CreateScriptDataToken | Create an HTML script data token. | |
CreateTagToken | Create an HTML tag token. | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ReadNextToken | Read the next token. | |
ToString | (Inherited from Object) |