Package | Description |
---|---|
bibliothek.util.xml |
Classes to read, inspect, modify and write XML files.
|
Modifier and Type | Class and Description |
---|---|
class |
XAttribute
An attribute is an element in a XML-file that has a name and perhaps a value.
|
class |
XElement
A
XElement is an entry in a xml-file. |
Modifier and Type | Method and Description |
---|---|
XContainer |
XContainer.copy()
Creates an independent copy of this container.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XContainer.copy(XContainer original)
Copies all the settings of
original into this container. |