| Class | Description |
|---|---|
| CharacterReader |
CharacterReader consumes tokens off a string.
|
| ParseError |
A Parse Error records an error in the input HTML that occurs in either the tokenisation or the tree building phase.
|
| ParseErrorList |
A container for ParseErrors.
|
| Token |
Parse tokens for the Tokeniser.
|
| Token.CData | |
| Token.Character | |
| Token.Comment | |
| Token.Doctype | |
| Token.EndTag | |
| Token.EOF | |
| Token.StartTag | |
| Token.Tag | |
| Tokeniser |
Readers the input stream into tokens.
|
| Enum | Description |
|---|---|
| Token.TokenType |