org.apache.commons.configuration.plist
class PropertyListParser extends Object implements PropertyListParserConstants
Version: $Revision: 348244 $, $Date: 2005-11-22 21:40:57 +0100 (Di, 22 Nov 2005) $
| Field Summary | |
|---|---|
| Vector | jj_expentries |
| int[] | jj_expentry |
| int | jj_gen |
| SimpleCharStream | jj_input_stream |
| int | jj_kind |
| int[] | jj_la1 |
| static int[] | jj_la1_0 |
| Token | jj_nt |
| int | jj_ntk |
| Token | token |
| PropertyListParserTokenManager | token_source |
| Constructor Summary | |
|---|---|
| PropertyListParser(InputStream stream) | |
| PropertyListParser(Reader stream) | |
| Method Summary | |
|---|---|
| List | Array() |
| byte[] | Data() |
| PropertyListConfiguration | Dictionary() |
| Object | Element() |
| protected byte[] | filterData(String s)
Remove the white spaces and the data delimiters from the specified
string and parse it as a byte array. |
| ParseException | generateParseException() |
| Token | jj_consume_token(int kind) |
| static void | jj_la1_0() |
| int | jj_ntk() |
| PropertyListConfiguration | parse() |
| HierarchicalConfiguration.Node | Property() |
| protected String | removeQuotes(String s)
Remove the quotes at the beginning and at the end of the specified String. |
| String | String() |
| protected String | unescapeQuotes(String s) |