public class PlistParser extends JsonFastParser
| Modifier and Type | Field and Description |
|---|---|
protected static int |
CLOSED_PAREN |
protected static int |
SEMI_COLON |
checkDates, chop, EMPTY_LIST, lazyChop, useValues__currentChar, __index, charArray, FALSE, lastIndex, NULL, TRUEALPHA_0, ALPHA_1, ALPHA_2, ALPHA_3, ALPHA_4, ALPHA_5, ALPHA_6, ALPHA_7, ALPHA_8, ALPHA_9, bufSize, charset, CLOSED_BRACKET, CLOSED_CURLY, COLON, COMMA, copyBuf, DECIMAL_POINT, DOUBLE_QUOTE, ESCAPE, internedKeysCache, internKeys, LETTER_BIG_E, LETTER_E, MINUS, PLUS| Constructor and Description |
|---|
PlistParser() |
PlistParser(boolean useValues) |
PlistParser(boolean useValues,
boolean chop) |
PlistParser(boolean useValues,
boolean chop,
boolean lazyChop) |
PlistParser(boolean useValues,
boolean chop,
boolean lazyChop,
boolean checkDates) |
| Modifier and Type | Method and Description |
|---|---|
protected Value |
decodeNumberPLIST(boolean minus) |
protected static boolean |
isPLISTDelimiter(int c) |
Object |
parse(char[] chars) |
decodeJsonObjectLazyFinalParse, isUseValuescomplain, currentChar, decodeFalse, decodeJsonArray, decodeJsonObject, decodeNull, decodeTrue, decodeValue, exceptionDetails, hasCurrent, hasMore, nextChar, parse, skipWhiteSpaceIfNeededcharDescription, parse, parse, parse, parse, parse, parse, setCharsetprotected static final int CLOSED_PAREN
protected static final int SEMI_COLON
public PlistParser()
public PlistParser(boolean useValues)
public PlistParser(boolean useValues,
boolean chop)
public PlistParser(boolean useValues,
boolean chop,
boolean lazyChop)
public PlistParser(boolean useValues,
boolean chop,
boolean lazyChop,
boolean checkDates)
protected static boolean isPLISTDelimiter(int c)
protected Value decodeNumberPLIST(boolean minus)
public Object parse(char[] chars)
parse in interface JsonParserparse in class JsonFastParserCopyright © 2015. All Rights Reserved.