Html |
public enum HtmlTokenKind
Member name | Value | Description |
---|---|---|
CData | 0 | A token consisting of [CDATA[. |
Comment | 1 | An HTML comment token. |
Data | 2 | A token consisting of character data. |
DocType | 3 | An HTML DOCTYPE token. |
ScriptData | 4 | A token consisting of script data. |
Tag | 5 | An HTML tag token. |