| Interface | Description |
|---|---|
| DOMBuilder |
DOM Builder.
|
| NodeFilter |
Node filter.
|
| NodeListFilter |
| Class | Description |
|---|---|
| Attribute |
Elements attribute.
|
| CData |
CDATA node.
|
| Comment |
Comment and conditional comment node.
|
| Document |
Document node is always a root node.
|
| DocumentType |
Document type node.
|
| Element |
Tag node.
|
| HtmlFosterRules |
Simplified HTML foster rules for tables.
|
| HtmlImplicitClosingRules |
HTML rules for implicitly closing tags.
|
| LagartoDOMBuilder |
Lagarto DOM builder creates DOM tree from HTML, XHTML or XML content.
|
| LagartoDOMBuilderTagVisitor |
Lagarto tag visitor that builds DOM tree.
|
| LagartoNodeHtmlRenderer |
Pretty HTML code generator from
Node. |
| Node |
DOM node.
|
| NodeSelector |
Node selector selects DOM nodes using
CSS3 selectors. |
| Text | |
| XmlDeclaration |
XML declaration node.
|
| Enum | Description |
|---|---|
| LagartoNodeHtmlRenderer.Case |
Enumeration of case options for output name.
|
| Node.NodeType |
Node types.
|
| Exception | Description |
|---|---|
| LagartoDOMException |
Lagarto DOM exception
|
Copyright © 2003-2013 Jodd Team