HtmlTokenType
An enumation of all possible tokens.
Character = 4
The character token to mark a character data.
Comment = 3
The comment tag to mark comments.
Doctype = 0
The DOCTYPE token.
EndOfFile = 5
The End-Of-File token to mark the end.
EndTag = 2
The end tag token to mark ending tags.
StartTag = 1
The start tag token to mark open tags.