StructHtmlToken
Struct representation of an HTML token.
Gets the list of attributes.
Gets the data of the comment or character token.
Gets if the character data contains actually a non-space character.
Is this a doctype token
Gets if the character data is empty (null or length equal to zero).
Gets if the given doctype token represents a full quirks mode state.
Gets if the token can be used with IsHtmlTIP properties.
Gets if the given doctype token represents a limited quirks mode state.
Gets if the token can be used with IsMathMLTIP properties.
Indicates that this comment token is a processing instruction.
Gets the state of the public identifier.
Gets or sets the state of the force-quirks flag.
Gets or sets the state of the self-closing flag.
Gets if the given token is a SVG root start tag.
Gets the state of the system identifier.
Is this a tag token
Gets the status if the given doctype token matches one of the popular conditions.
Gets or sets the name of a tag token.
Gets the position of the token.
Gets or sets the value of the public identifier.
Gets or sets the value of the system identifier.
Gets the type of the token.
Adds a new attribute to the list of attributes. The value will
be set to an empty string.
Adds a new attribute to the list of attributes.
Removes all ignorable characters from the beginning.
Gets the value of the attribute with the given name or an empty
string if the attribute is not available.
Finds out if the current token is a start tag token with the given name.
Removes attribute with index i.
Removes the new line in the beginning, if any.
Sets the value of the last added attribute.
Converts the current token instance to a class representation by HtmlToken
Removes all ignorable characters from the beginning.