enum HTML5::TokenType
Defined in:
html5/token.crEnum Members
-
Error =
0_u32
-
Error means that an error occurred during tokenization
-
Text =
1_u32
-
Text means a text node
-
StartTag =
2_u32
-
EndTag =
3_u32
-
SelfClosingTag =
4_u32
-
SelfClosing tag looks like
-
Comment =
5_u32
-
Comment looks like
-
Doctype =
6_u32
-
Doctype looks like