| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 | Description |
|---|---|
| ResourceXMLParserException |
ResourceXMLParserException is thrown if an error occurs in the
ResourceXMLParser. |