XmlToken abstract class XmlToken The abstract base class of any XML token. Documentation Code public virtual bool IsIgnorable { get; } Gets if the token can be ignored. public TextPosition Position { get; } Gets the position of the token. public XmlTokenType Type { get; } Gets the type of the token. public XmlToken(XmlTokenType type, TextPosition position)