Module html5ever::tokenizer

source ·
Expand description

The HTML5 tokenizer.

Re-exports

Modules

Macros

Structs

  • A queue of owned string buffers, which supports incrementally consuming characters.
  • A DOCTYPE token.
  • A tag token.
  • The HTML tokenizer.
  • Tokenizer options, with an impl for Default.

Enums

Traits

  • Types which can receive tokens from the tokenizer.

Functions