| Interface | Description |
|---|---|
| Config |
The Config interface defines the API to access a create config dom.
|
| ConfigIterator |
The
ConfigIterator extends the Iterator by
a config specific next() method. |
| Class | Description |
|---|---|
| ConfigBuilder |
The ConfigBuilder class implements a SAX handler to fill a
Config/code>
object with information. |
| ConfigHandler |
The
ConfigHandler class implements the ANY file reading
Handler interface to fill a Config structure
from an ANY file. |
| DefaultConfig |
The Config class encapsulates a configuration-structure.
|
| DefaultConfigBuilder |
The DefaultConfigBuilder class implements a SAX handler to fill a
Config/code>
object with information. |
| DefaultConfigHandler |
The
DefaultConfigHandler class implements the ANY file reading
Handler interface to fill a Config structure
from an ANY file. |
| MutableConfig |
The Config class encapsulates a configuration-structure.
|