| Package | Description |
|---|---|
| org.ujorm.tools.xml | |
| org.ujorm.tools.xml.builder | |
| org.ujorm.tools.xml.config | |
| org.ujorm.tools.xml.config.impl |
| Modifier and Type | Field and Description |
|---|---|
protected @NotNull XmlConfig |
AbstractWriter.config
XML configuration
|
| Constructor and Description |
|---|
AbstractWriter(@NotNull Appendable out,
@NotNull XmlConfig config)
A writer constructor
|
| Modifier and Type | Method and Description |
|---|---|
static XmlPrinter |
XmlPrinter.forXml(@Nullable Appendable out,
@NotNull XmlConfig config)
A basic XmlPrinter factory method.
|
| Constructor and Description |
|---|
XmlPrinter(@NotNull Appendable out,
@Nullable XmlConfig config)
A writer constructor
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HtmlConfig
Configuraion of HtmlPage
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHtmlConfig
Configuraion of HtmlPage
|
class |
DefaultXmlConfig
Configuraion of HtmlPage
|
| Constructor and Description |
|---|
DefaultXmlConfig(@NotNull XmlConfig config)
Copy attributes from other config
|
Copyright 2015, Pavel Ponec