Classes used to read avatar data from and write avatar data to XML. The use of XML is not required in Avatar Core, but it does provide a simple way to edit and save avatar data in a human-readable format.
Interfaces
| | Interface | Description |
|---|
| | IXMLWritable |
An API that guides XML creation through the XMLDefinitionWriter
class. |
Classes
| | Class | Description |
|---|
| | XMLDefinitionParser |
A generic XML parser for parsing XML into an object of its respective
type. |
| | XMLDefinitionWriter |
Writes an object to XML based on XML formatting that
can be parsed by XMLDefinitionParser. |
Sun Feb 7 2010, 10:25 PM -08:00