| Class | Description |
|---|---|
| Plist |
Plist xml handling (serialization and deserialization)
|
| XmlElement |
A simplified XML Element that only has an attribute map, a list of sub elements a text value and
a name.
|
| XmlElementAttributes |
This is a hash map containing all attributes of a single
element.
|
| Xmlwise |
Xmlwise convenience methods for loading xml documents and render them into
XmlElement trees.
|
| Exception | Description |
|---|---|
| XmlParseException |
Generic exception when parsing xml.
|