| Interface | Description |
|---|---|
| DOMBuilder |
DOM Builder.
|
| NodeFilter |
Node filter.
|
| NodeListFilter | |
| NodeVisitor |
Similar to
TagVisitor, this is
a visitor for DOM tree. |
| Class | Description |
|---|---|
| Attribute |
Elements attribute.
|
| CData |
CDATA node.
|
| Comment |
Comment node.
|
| Document |
Document node is always a root node.
|
| DocumentType |
Document type node.
|
| Element |
Tag node.
|
| HtmlCCommentExpressionMatcher |
Validates conditional comments expressions.
|
| HtmlFosterRules |
Simplified HTML foster rules for tables.
|
| HtmlImplicitClosingRules |
HTML rules for implicitly closing tags.
|
| HtmlVoidRules |
Rules for void tags.
|
| LagartoDOMBuilder |
Lagarto DOM builder creates DOM tree from HTML, XHTML or XML content.
|
| LagartoDomBuilderConfig |
Additional configuration for
LagartoDOMBuilder
based on LagartoParserConfig. |
| LagartoDOMBuilderTagVisitor |
Lagarto tag visitor that builds DOM tree.
|
| LagartoHtmlRenderer |
Renderer is a factory for
NodeVisitor that
renders DOM tree to string. |
| LagartoHtmlRendererNodeVisitor |
NodeVisitor that renders DOM tree to string. |
| Node |
DOM node.
|
| NodeMatcher | |
| NodeSelector |
Node selector selects DOM nodes using
CSS3 selectors. |
| Text |
Text node.
|
| XmlDeclaration |
XML declaration node.
|
| Enum | Description |
|---|---|
| LagartoHtmlRendererNodeVisitor.Case |
Enumeration of case options for output name.
|
| Node.NodeType |
Node types.
|
| Exception | Description |
|---|---|
| LagartoDOMException |
Lagarto DOM exception
|
Copyright © 2003-present Jodd Team