|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.twitterapime.parser.DefaultXMLHandler
com.twitterapime.rest.handler.GeoLocationHandler
public final class GeoLocationHandler
Handler class for parsing the XML geo location from Twitter API.
Field Summary |
---|
Fields inherited from class com.twitterapime.parser.DefaultXMLHandler |
---|
xmlPath |
Constructor Summary | |
---|---|
GeoLocationHandler()
|
Method Summary | |
---|---|
void |
populate(java.util.Hashtable data,
java.lang.String path,
java.lang.String text)
Populate the given hash according to the tags and their values |
Methods inherited from class com.twitterapime.parser.DefaultXMLHandler |
---|
endDocument, endElement, startDocument, startElement, text |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoLocationHandler()
Method Detail |
---|
public void populate(java.util.Hashtable data, java.lang.String path, java.lang.String text)
Populate the given hash according to the tags and their values
data
- Hash to be populated.path
- XML path.text
- Tag's text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |