| Class and Description |
|---|
| Html
Most of the XHTML tags and attributes are available as methods.
|
| HtmlBuilder
Most of the XHTML tags and attributes are available as methods.
|
| HtmlWriter
Writes HTML using an
HtmlBuilder
by calling HtmlWriter.write(Writer). |
| Indenter
A strategy to indent or in other words pretty print
the markup.
|
| Indenter.TagIndentSpot
Indicates the current position (cursor) of where whitespace is to be applied.
|
| MarkupBuilder
Fluent styled
markup builder that writes to a
Writer. |
| MarkupBuilder.TagClosingPolicy
Policy for how tags should be closed.
|
| MarkupBuilderWriter
The methods in this class will be merged with
MarkupWriter in 0.3.0. |
| MarkupWriter
Wrap builders for deferred writing.
|
Copyright © 2010–2025 JATL. All rights reserved.