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.ContentHandlerorg.json.simple.parser.ParseExceptionIOExceptionpublic void endJSON()
throws org.json.simple.parser.ParseException,
IOException
endJSON in interface org.json.simple.parser.ContentHandlerorg.json.simple.parser.ParseExceptionIOExceptionpublic boolean startObject()
throws org.json.simple.parser.ParseException,
IOException
startObject in interface org.json.simple.parser.ContentHandlerorg.json.simple.parser.ParseExceptionIOExceptionpublic boolean endObject()
throws org.json.simple.parser.ParseException,
IOException
endObject in interface org.json.simple.parser.ContentHandlerorg.json.simple.parser.ParseExceptionIOExceptionpublic boolean startObjectEntry(String key) throws org.json.simple.parser.ParseException, IOException
startObjectEntry in interface org.json.simple.parser.ContentHandlerorg.json.simple.parser.ParseExceptionIOExceptionpublic boolean endObjectEntry()
throws org.json.simple.parser.ParseException,
IOException
endObjectEntry in interface org.json.simple.parser.ContentHandlerorg.json.simple.parser.ParseExceptionIOExceptionpublic boolean startArray()
throws org.json.simple.parser.ParseException,
IOException
startArray in interface org.json.simple.parser.ContentHandlerorg.json.simple.parser.ParseExceptionIOExceptionpublic boolean endArray()
throws org.json.simple.parser.ParseException,
IOException
endArray in interface org.json.simple.parser.ContentHandlerorg.json.simple.parser.ParseExceptionIOExceptionpublic boolean primitive(Object value) throws org.json.simple.parser.ParseException, IOException
primitive in interface org.json.simple.parser.ContentHandlerorg.json.simple.parser.ParseExceptionIOExceptionpublic 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.