Module xml5ever::tokenizer

source ·
Expand description

XML5 tokenizer - converts input into tokens

Re-exports

Modules

Macros

Structs

  • 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
  • A ProcessingInstruction token.
  • XML 5 Tag Token
  • The Xml tokenizer.
  • Copy of Tokenizer options, with an impl for Default.

Enums

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

Traits

  • Types which can receive tokens from the tokenizer.

Functions

Type Aliases