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, 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, 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 |
decodeNumberLax(boolean minus) |
protected Value |
decodeValue() |
protected static boolean |
isPLISTDelimiter(int c) |
decodeJsonObjectLazyFinalParse, isUseValues, parsecomplain, currentChar, decodeFalse, decodeJsonArray, decodeJsonObject, decodeNull, decodeTrue, exceptionDetails, hasCurrent, hasMore, nextChar, parse, skipWhiteSpaceIfNeededcharDescription, findEndQuote, hasEscapeChar, isDecimalChar, isDelimiter, isDoubleQuote, isEscape, isNumberDigit, 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 final Value decodeValue()
decodeValue in class JsonFastParserprotected static boolean isPLISTDelimiter(int c)
protected Value decodeNumberLax(boolean minus)
Copyright © 2014. All rights reserved.