public class TweetHandler extends Object implements org.json.simple.parser.ContentHandler
Constructor and Description |
---|
TweetHandler() |
Modifier and Type | Method and Description |
---|---|
void |
contributorsObjectStatePrimitiveHandler(Object value) |
void |
coordinatesObjectStatePrimitiveHandler(Object value) |
boolean |
endArray() |
void |
endJSON() |
boolean |
endObject() |
boolean |
endObjectEntry() |
void |
hashTagsObjectStatePrimitiveHandler(Object value) |
void |
placeAttributesObjectStatePrimitiveHandler(Object value) |
void |
placeObjectStatePrimitiveHandler(Object value) |
boolean |
primitive(Object value) |
boolean |
startArray() |
void |
startJSON() |
boolean |
startObject() |
boolean |
startObjectEntry(String key) |
void |
tweetObjectStatePrimitiveHandler(Object value) |
void |
userObjectStatePrimitiveHandler(Object value) |
protected Tweet reuse
public void startJSON() throws org.json.simple.parser.ParseException, IOException
startJSON
in interface org.json.simple.parser.ContentHandler
org.json.simple.parser.ParseException
IOException
public void endJSON() throws org.json.simple.parser.ParseException, IOException
endJSON
in interface org.json.simple.parser.ContentHandler
org.json.simple.parser.ParseException
IOException
public boolean startObject() throws org.json.simple.parser.ParseException, IOException
startObject
in interface org.json.simple.parser.ContentHandler
org.json.simple.parser.ParseException
IOException
public boolean endObject() throws org.json.simple.parser.ParseException, IOException
endObject
in interface org.json.simple.parser.ContentHandler
org.json.simple.parser.ParseException
IOException
public boolean startObjectEntry(String key) throws org.json.simple.parser.ParseException, IOException
startObjectEntry
in interface org.json.simple.parser.ContentHandler
org.json.simple.parser.ParseException
IOException
public boolean endObjectEntry() throws org.json.simple.parser.ParseException, IOException
endObjectEntry
in interface org.json.simple.parser.ContentHandler
org.json.simple.parser.ParseException
IOException
public boolean startArray() throws org.json.simple.parser.ParseException, IOException
startArray
in interface org.json.simple.parser.ContentHandler
org.json.simple.parser.ParseException
IOException
public boolean endArray() throws org.json.simple.parser.ParseException, IOException
endArray
in interface org.json.simple.parser.ContentHandler
org.json.simple.parser.ParseException
IOException
public boolean primitive(Object value) throws org.json.simple.parser.ParseException, IOException
primitive
in interface org.json.simple.parser.ContentHandler
org.json.simple.parser.ParseException
IOException
public void tweetObjectStatePrimitiveHandler(Object value)
public void userObjectStatePrimitiveHandler(Object value)
public void coordinatesObjectStatePrimitiveHandler(Object value)
public void placeObjectStatePrimitiveHandler(Object value)
public void placeAttributesObjectStatePrimitiveHandler(Object value)
public void contributorsObjectStatePrimitiveHandler(Object value)
public void hashTagsObjectStatePrimitiveHandler(Object value)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.