HtmlToken
The abstract base class of any HTML token.
Gets the end of file token.
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 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 an end tag token with the given name.
Finds out if the current token is an end tag token with one of the given name(s).
Finds out if the current token is an end tag token with one of the given name(s).
Finds out if the current token is an end tag token with one of the given name(s).
Finds out if the current token is an end tag token with a name that is different than the given one.
Finds out if the current token is an end tag token with a name that is different than the given one.
Finds out if the current token is an end tag token with a name that is different than the given one.
Finds out if the current token is a start tag token with the given name.
Finds out if the current token is a start tag token with one of the given name(s).
Finds out if the current token is a start tag token with one of the given name(s).
Finds out if the current token is a start tag token with one of the given name(s).
public bool IsStartTag(string nameA, string nameB, string nameC, string nameD, string nameE, string nameF)
Finds out if the current token is a start tag token with one of the given name(s).
public bool IsStartTag(string nameA, string nameB, string nameC, string nameD, string nameE, string nameF, string nameG, string nameH, string nameJ)
Finds out if the current token is a start tag token with one of the given name(s).
Finds out if the current token is a start or end tag token with the given name.