HtmlToken
The abstract base class of top-level HTML tokens.
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 can be used with IsHtmlTIP properties.
Gets if the token can be used with IsMathMLTIP properties.
Indicates that this comment token is a processing instruction.
Gets if the given token is a SVG root start tag.
Gets or sets the name of a tag token.
Gets the position of the token.
Gets the type of the token.
Creates a new HTML token.
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 new line in the beginning, if any.
Removes all ignorable characters from the beginning.