| Interface | Description |
|---|---|
| Tag |
Tag information.
|
| TagVisitor |
Handler that receives callbacks as content is parsed.
|
| Class | Description |
|---|---|
| EmptyTagVisitor |
Empty tag visitor.
|
| LagartoLexer |
Lagarto lexer.
|
| LagartoLexer.Position |
Current position.
|
| LagartoParser |
Parses HTML/XML content using
TagVisitor. |
| LagartoParserContext |
Lagarto parser context, holder of various
data during the parsing.
|
| LagartoParserEngine |
Lagarto HTML/XML parser engine.
|
| LagartoParserUtil |
Lagarto parser util.
|
| TagAdapter |
Tag adapter.
|
| TagAdapterWrapper |
Adapter wrapper over a visitor that calls target after the execution.
|
| TagWriter |
Tag writer outputs content to destination.
|
| TagWriterUtil |
Some common tag writer util methods.
|
| Enum | Description |
|---|---|
| TagType |
Tag type.
|
| Token |
Lexer tokens.
|
| Exception | Description |
|---|---|
| LagartoException |
Lagarto exception.
|
Copyright © 2003-2013 Jodd Team