Configuration classes supporting NeXT / OpenStep style configuration.
See: Description
| Interface Summary | |
|---|---|
| PropertyListParserConstants | |
| Class Summary | |
|---|---|
| ParseException | This exception is thrown when parse errors are encountered. |
| PropertyListConfiguration |
NeXT / OpenStep style configuration.
(http://developer.apple.com/documentation/Cocoa/Conceptual/PropertyLists/Concepts/OldStylePListsConcept.html)
Example:
{
foo = "bar";
array = ( value1, value2, value3 );
data = <4f3e0145ab>;
nested =
{
key1 = value1;
key2 = value;
nested =
{
foo = bar
}
}
}
|
| 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. |
| TokenMgrError | |
| 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. |
| XMLPropertyListConfiguration.SetNextAndPopRule | Digester rule that sets the object on the stack to the n-1 object and remove both of them from the stack. |
Configuration classes supporting NeXT / OpenStep style configuration.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $