Expand description
HTML Tokenizer
Implements a state-machine HTML tokenizer that converts raw HTML bytes into a stream of tokens (start tags, end tags, text, comments, doctype). Handles entity references (&, <, >, ") and void elements.
Structs§
- Attribute
- An HTML attribute (name=value pair)
- Html
Tokenizer - HTML tokenizer that converts input bytes into tokens
Enums§
- Token
- Tokens produced by the HTML tokenizer