HtmlToken
The abstract base class of any HTML token.
Gets the end of file token.
Gets the data of the comment or character token.
Gets if the character data contains actually a non-space character.
Gets if the character data is empty (null or length equal to zero).
Gets if the token is an end-of-file token.
Gets if the token can be used with IsHtmlTIP properties.
Gets if the token can be used with IsMathMLTIP properties.
Gets if the given token is a SVG root start tag.
Gets or sets the name of a tag token.
Gets the type of the token.
protected HtmlToken()
Creates a new HTML character token based on the given characters.
Creates a new closing HtmlTagToken.
Creates a new closing HtmlTagToken for the given name.
Creates a new HTML comment token based on the given string.
Creates a new HTML doctype token.
Creates a new opening HtmlTagToken.
Creates a new opening HtmlTagToken for the given name.
Converts the current token to a tag token.
Finds out if the current token is a start tag token with the given name.
Removes the a new line in the beginning, if any.
Removes all ignorable characters from the beginning.