XmlToken
The abstract base class of any XML token.
Gets the end of file token.
Gets if the token is a character token and contains a
white-space character.
Gets the type of the token.
protected XmlToken()
Creates a new CData token.
Creates a new character token.
Creates a new close tag token.
Creates a new comment token.
Creates a new declaration token.
Creates a new doctype token.
Creates a new open tag token.
Creates a new processing instruction token.