|
||||||||||
| 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.TweetHandler
public final class TweetHandler
Handler class for parsing the XML tweet from Twitter API.
| Field Summary |
|---|
| Fields inherited from class com.twitterapime.parser.DefaultXMLHandler |
|---|
xmlPath |
| Constructor Summary | |
|---|---|
TweetHandler()
|
|
| 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 TweetHandler()
| 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 | |||||||||