Interface | Description |
---|---|
Element |
XML element model to rendering a XML file.
|
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
|
Copyright 2019-2022, Pavel Ponec