org.noggit
Class JSONParserWS
java.lang.Object
org.noggit.JSONParser
org.noggit.JSONParserWS
public class JSONParserWS
- extends JSONParser
| Fields inherited from class org.noggit.JSONParser |
ALLOW_BACKSLASH_ESCAPING_ANY_CHARACTER, ALLOW_COMMENTS, ALLOW_SINGLE_QUOTES, ALLOW_UNQUOTED_KEYS, ALLOW_UNQUOTED_STRING_VALUES, ARRAY_END, ARRAY_START, BIGNUMBER, BOOLEAN, EOF, FLAGS_STRICT, LONG, NULL, NUMBER, OBJECT_END, OBJECT_START, STRING |
| Methods inherited from class org.noggit.JSONParser |
err, fill, getBoolean, getChar, getCharNWS, getDouble, getEventString, getFlags, getLevel, getLong, getNull, getNumberChars, getNumberChars, getPosition, getString, getString, getStringChars, lastEvent, nextEvent, setFlags, toString, wasKey |
JSONParserWS
public JSONParserWS(Reader in)
JSONParserWS
public JSONParserWS(Reader in,
char[] buffer)
JSONParserWS
public JSONParserWS(char[] data,
int start,
int end)
JSONParserWS
public JSONParserWS(String data)
JSONParserWS
public JSONParserWS(String data,
int start,
int end)
setWhitespaceHandler
public void setWhitespaceHandler(JSONParserWS.WhitespaceHandler wsHandler)
getCharNWS
protected int getCharNWS()
throws IOException
- Overrides:
getCharNWS in class JSONParser
- Throws:
IOException
getNewlineComment
protected void getNewlineComment()
throws IOException
- Overrides:
getNewlineComment in class JSONParser
- Throws:
IOException
getSlashComment
protected void getSlashComment()
throws IOException
- Overrides:
getSlashComment in class JSONParser
- Throws:
IOException
Copyright © 2014. All Rights Reserved.