| Package | Description |
|---|---|
| org.ujorm.tools.xml | |
| org.ujorm.tools.xml.builder | |
| org.ujorm.tools.xml.dom |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElement<E extends AbstractElement>
Abstrac element model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonXmlWriter.writeRawValue(Object rawValue,
AbstractElement element)
Write the content of an envelope
|
void |
CommonXmlWriter.writeValue(Object value,
AbstractElement element,
String attribute)
Write escaped value to the output
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlBuilder
A XML builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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!") |
class |
XmlElement
XML element model to rendering a XML file.
|
Copyright 2015, Pavel Ponec