See: Description
Interface | Description |
---|---|
PropertyListParserConstants |
Class | Description |
---|---|
PropertyListConfiguration |
NeXT / OpenStep style configuration.
|
PropertyListParser |
JavaCC based parser for the PropertyList format.
|
PropertyListParserTokenManager | |
SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
Token |
Describes the input token stream.
|
XMLPropertyListConfiguration |
Mac OS X configuration file (http://www.apple.com/DTDs/PropertyList-1.0.dtd).
|
XMLPropertyListConfiguration.ArrayNode |
Container for array elements.
|
XMLPropertyListConfiguration.PListNode |
Node extension with addXXX methods to parse the typed data passed by Digester.
|
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
Error | Description |
---|---|
TokenMgrError |
Configuration classes supporting NeXT / OpenStep style configuration.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $