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
 InterfaceDescription
 IXMLWritable An API that guides XML creation through the XMLDefinitionWriter class.
Classes
 ClassDescription
 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.