| AbstractTag |
A basic model class for representing HTML document trees.
|
| Attribute |
An attribute can appear on any tag.
|
| Comment |
|
| ContentBuildingHandler |
|
| DefaultHandler |
The default handler is an empty no-op HTML parsing callback handler.
|
| DefaultParserConfig |
The default parser config is a basic static implementation of a HTML parser
configuration.
|
| Entity |
All HTML entities &name; will be parsed as instances of this
class.
|
| HTML5EntityMap |
|
| HTMLShortener |
|
| HTMLUtils |
|
| HTMLWriter |
A HTMLWriter is a convenience utility to render HTML/XML Trees while allowing
a partial flush of already defined elements and attributes.
|
| Parser |
The parser is used to read HTML input and notify a handler about found HTML
content.
|
| PrettyPrintHandler |
The pretty print handler is a simple HTML parsing handler that pretty prints
the HTML to a string buffer.
|
| ProxyContent |
The proxy content serves as a wrapper for HTML content.
|
| SelfClosingTag |
A self closing tag is <br> or <hr/>.
|
| Tag |
A HTML tag may contain further content.
|
| Text |
Text is a model class for text content in a HTML document.
|