XML configuration file parser
| Interface | Description | |
|---|---|---|
| ChildConfig | Configuration for a single child node type. | |
| ElementProcessor | Interface to be implemented by object that parse and process a single node of an XML object. |
| Class | Description | |
|---|---|---|
| AttributeConfig | Configuration for a single attribute. | |
| DefaultChildConfig |
Default implementation of the ChildConfig interface. |
|
| DefaultElementProcessor |
The default ElementProcessor implementation. |