| Interface | Description |
|---|---|
| HtmlElement.Html |
Some HTML constants
|
| Class | Description |
|---|---|
| HtmlElement |
XML element model to rendering a HTML file
How to use the class:
final HtmlElement html = new HtmlElement("Test");
html.getBody().addElement("div")
.addText("Hello word!") |
| XmlElement |
XML element model to rendering a XML file.
|
| XmlElement.RawEnvelope |
Raw XML code envelope
|
| XmlWriter |
If you need special formatting, overwrite responsible methods.
|
Copyright 2019-2022, Pavel Ponec