| Class | Description |
|---|---|
| AbstractHtmlSoyNodeVisitor<R> |
Like
AbstractSoyNodeVisitor, but also visits nodes containing information about the HTML
structure of the page. |
| AbstractReturningHtmlSoyNodeVisitor<R> |
Like
AbstractReturningHtmlSoyNodeVisitor, but also visits nodes containing information
about the HTML structure of the page. |
| HtmlAttributeNode |
A Node representing an HTML attribute.
|
| HtmlCloseTagNode |
A Node representing the closing tag of an HTML Element.
|
| HtmlDefinitions |
Various HTML definitions from the w3 spec.
|
| HtmlOpenTagEndNode |
A Node representing the end of an open tag of an HTML Element.
|
| HtmlOpenTagNode |
A Node representing the open tag of an HTML Element.
|
| HtmlOpenTagStartNode |
A Node representing the start of an open tag of an HTML Element.
|
| HtmlVoidTagNode |
A node representing an HTML Element with no children.
|
| Enum | Description |
|---|---|
| InferredElementNamespace |
The namespaces that Elements can be in, excluding MathML.
|