public class JSONParserWS extends JSONParser
Modifier and Type | Class and Description |
---|---|
static class |
JSONParserWS.WhitespaceHandler |
JSONParser.ParseException
ALLOW_BACKSLASH_ESCAPING_ANY_CHARACTER, ALLOW_COMMENTS, ALLOW_EXTRA_COMMAS, ALLOW_SINGLE_QUOTES, ALLOW_UNQUOTED_KEYS, ALLOW_UNQUOTED_STRING_VALUES, ARRAY_END, ARRAY_START, BIGNUMBER, BOOLEAN, EOF, FLAGS_DEFAULT, FLAGS_STRICT, LONG, NULL, NUMBER, OBJECT_END, OBJECT_START, STRING
Constructor and Description |
---|
JSONParserWS(char[] data,
int start,
int end) |
JSONParserWS(Reader in) |
JSONParserWS(Reader in,
char[] buffer) |
JSONParserWS(String data) |
JSONParserWS(String data,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
protected int |
getCharNWS() |
protected void |
getNewlineComment() |
protected void |
getSlashComment() |
void |
setWhitespaceHandler(JSONParserWS.WhitespaceHandler wsHandler) |
err, fill, getBoolean, getChar, getCharNWS, getDouble, getEventString, getFlags, getLevel, getLong, getNull, getNumberChars, getNumberChars, getPosition, getString, getString, getStringChars, isWhitespace, lastEvent, nextEvent, setFlags, toString, wasKey
public JSONParserWS(Reader in)
public JSONParserWS(Reader in, char[] buffer)
public JSONParserWS(char[] data, int start, int end)
public JSONParserWS(String data)
public JSONParserWS(String data, int start, int end)
public void setWhitespaceHandler(JSONParserWS.WhitespaceHandler wsHandler)
protected int getCharNWS() throws IOException
getCharNWS
in class JSONParser
IOException
protected void getNewlineComment() throws IOException
getNewlineComment
in class JSONParser
IOException
protected void getSlashComment() throws IOException
getSlashComment
in class JSONParser
IOException
Copyright © 2016. All rights reserved.