Package | Description |
---|---|
org.ujorm.tools.dom |
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!") |
Constructor and Description |
---|
XmlElement(CharSequence name,
XmlElement parent)
New element with a parent
|
Copyright 2019-2022, Pavel Ponec