Module interface

Source

Re-exports§

pub use self::TagKind::EmptyTag;
pub use self::TagKind::EndTag;
pub use self::TagKind::ShortTag;
pub use self::TagKind::StartTag;

Structs§

Doctype
A DOCTYPE token. 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

Enums§

TagKind
Tag kind denotes which kind of tag did we encounter.
Token
Describes tokens encountered during parsing of input.

Traits§

TokenSink
Types which can receive tokens from the tokenizer.