net.minidev.json.parser
Class JSONParserBase
java.lang.Object
net.minidev.json.parser.JSONParserBase
- Direct Known Subclasses:
- JSONParser, JSONParserStream
public class JSONParserBase
- extends Object
- Author:
- Uriel Chemouni
- See Also:
JSONParser
,
JSONParserStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
containerFactory
protected ContainerFactory containerFactory
sb
protected JSONParserBase.MSB sb
xs
protected String xs
xo
protected Object xo
pos
protected int pos
stopArray
protected static boolean[] stopArray
stopKey
protected static boolean[] stopKey
stopValue
protected static boolean[] stopValue
stopX
protected static boolean[] stopX
MODE_PERMISSIVE
public static final int MODE_PERMISSIVE
- smart mode, accept most of json-syntax
- See Also:
- Constant Field Values
MODE_PERMISSIF
public static final int MODE_PERMISSIF
- Deprecated.
- Use MODE_PERMISSIVE intead of MODE_PERMISSIF
- See Also:
- Constant Field Values
acceptSimpleQuote
protected boolean acceptSimpleQuote
- Parssing flags
acceptNonQuote
protected boolean acceptNonQuote
acceptNaN
protected boolean acceptNaN
handler
protected ContentHandler handler
MODE_RFC4627
public static final int MODE_RFC4627
- smart mode, accept most of json-syntax
- See Also:
- Constant Field Values
ACCEPT_SIMPLE_QUOTE
public static final int ACCEPT_SIMPLE_QUOTE
- See Also:
- Constant Field Values
ACCEPT_NON_QUOTE
public static final int ACCEPT_NON_QUOTE
- See Also:
- Constant Field Values
ACCEPT_NAN
public static final int ACCEPT_NAN
- See Also:
- Constant Field Values
JSONParserBase
public JSONParserBase(int permissiveMode)
setHandler
public void setHandler(ContentHandler handler)
Copyright © 2011 Chemouni Uriel. All Rights Reserved.