See: Description
| Interface | Description |
|---|---|
| Doctype |
DOCTYPE tag information.
|
| State |
Parsing state.
|
| Tag |
Tag definition.
|
| TagVisitor |
Handler that receives callbacks as content is parsed.
|
| Class | Description |
|---|---|
| EmptyTagVisitor |
Empty
TagVisitor. |
| LagartoParser |
HTML/XML content parser/tokenizer using
TagVisitor for callbacks. |
| LagartoParserConfig |
Configuration for
LagartoParser. |
| TagAdapter |
Tag adapter.
|
| TagVisitors |
Visitor over several target visitors at once.
|
| Enum | Description |
|---|---|
| TagType |
Tag type.
|
| Exception | Description |
|---|---|
| LagartoException |
Lagarto exception.
|