XmlTokenType
enum XmlTokenType
An enumation of all possible tokens.
CData = 5
The CData token for such regions.
Character = 6
The character token to mark a single character.
A charref token to mark character references.
Comment = 4
The comment tag to mark comments.
Declaration = 1
The XML declaration.
Doctype = 0
The DOCTYPE token.
EndOfFile = 10
The End-Of-File token to mark the end.
EndTag = 3
The end tag token to mark ending tags.
Entity = 8
An entity token to mark entity elements.
A processing instruction token to mark such elements.
StartTag = 2
The start tag token to mark open tags.