Expand description
XML5 tokenizer - converts input into tokens
Re-exportsยง
pub use self::interface::EmptyTag;pub use self::interface::EndTag;pub use self::interface::ShortTag;pub use self::interface::StartTag;
Modulesยง
Macrosยง
Structsยง
- Doctype
 - A 
DOCTYPEtoken. Doctype token in XML5 is rather limited for reasons, such as: security and simplicity. XML5 only supports declaring DTD with name, public identifier and system identifier - Pi
 - A ProcessingInstruction token.
 - Tag
 - XML 5 Tag Token
 - XmlTokenizer
 - The Xml tokenizer.
 - XmlTokenizer
Opts  - Copy of Tokenizer options, with an impl for 
Default. 
Enumsยง
- Process
Result  - The result of a single tokenization operation
 - TagKind
 - Tag kind denotes which kind of tag did we encounter.
 - Token
 - Describes tokens encountered during parsing of input.
 
Traitsยง
- Token
Sink  - Types which can receive tokens from the tokenizer.
 
Functionsยง
- option_
push ๐ - process_
qname ๐