Interface | Description |
---|---|
Doctype |
DOCTYPE tag information.
|
State |
Parsing state.
|
Tag |
Tag information.
|
TagVisitor |
Handler that receives callbacks as content is parsed.
|
Class | Description |
---|---|
EmptyTagVisitor |
Empty tag visitor.
|
LagartoParser |
HTML/XML content parser/tokenizer using
TagVisitor for callbacks. |
LagartoParserConfig<T extends LagartoParserConfig<T>> |
Configuration for
LagartoParser . |
ParsedDoctype |
Implementation of
Doctype used during parsing. |
TagAdapter |
Tag adapter.
|
TagVisitorChain |
Visitor over several target visitors at once.
|
TagWriter |
Tag writer outputs content to destination.
|
TagWriterUtil |
Some common tag writer util methods.
|
Enum | Description |
---|---|
TagType |
Tag type.
|
Exception | Description |
---|---|
LagartoException |
Lagarto exception.
|
Copyright © 2003-present Jodd Team