| Class | Description |
|---|---|
| HtmlTransformVisitor |
Translates fragments of HTML tags, text nodes and attributes found in
RawTextNodes to
the following nodes:
HtmlAttributeNode
HtmlCloseTagNode
HtmlOpenTagEndNode
HtmlOpenTagStartNode
HtmlTextNode
Also annotates msg and print nodes with their HtmlContext. |
| VoidElementVerifyingVisitor |
Looks for void element closing tags that are not immediately preceded by an open tag of the
same type.
|