| Package | Description |
|---|---|
| org.ujorm.tools.xml | |
| org.ujorm.tools.xml.builder | |
| org.ujorm.tools.xml.config | |
| org.ujorm.tools.xml.dom |
A deprecated package
|
| org.ujorm.tools.xml.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApiElement<E extends ApiElement<?>>
An element model API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElement<E extends AbstractElement<?>>
Deprecated.
Use the interface
ApiElement rather. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWriter.writeRawValue(@NotNull CharSequence rawValue,
@NotNull ApiElement element)
Write the content of an envelope
|
void |
AbstractWriter.writeValue(@Nullable Object value,
@NotNull ApiElement element,
@Nullable String attributeName)
Write escaped value to the output
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlBuilder
A XML builder.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull CharSequence |
Formatter.format(@Nullable Object value,
@NotNull ApiElement element,
@Nullable String attributeName)
Format an objet value to a string ouptut, special characters will be escaped later.
|
void |
ApiInjector.write(@NotNull ApiElement element)
Performs an operation on the argument element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlElement
Deprecated.
Use the
XmlModel rather. |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlModel
XML element model to rendering a XML file.
|
Copyright 2015, Pavel Ponec