Package com.dtolabs.shared.resources

Interface Summary
ResourceXMLReceiver ResourceXMLReceiver is used to receive parsing results from ResourceXMLParser, either as they are parsed, or in entirety as a set of all parsed Entities.
 

Class Summary
ResourceXMLConstants ResourceXMLConstants contains constants for parsing Resource XML format.
ResourceXMLGenerator ResourceXMLGenerator can generate a resources.xml file given a set of entities or INodeEntry objects.
ResourceXMLParser ResourceXMLParser parses a resources.xml formatted file, and provides several interfaces for using the result data.
ResourceXMLParser.Entity Represents a parsed resource entity in the xml, which consists of a name property, a type property, and a set of name/value properties.
ResourceXMLParser.EntitySet Contains the set of parsed entities from the document.
 

Exception Summary
ResourceXMLParserException ResourceXMLParserException is thrown if an error occurs in the ResourceXMLParser.