com.twitterapime.rest.handler
Class GeoLocationHandler

java.lang.Object
  extended by com.twitterapime.parser.DefaultXMLHandler
      extended by com.twitterapime.rest.handler.GeoLocationHandler
All Implemented Interfaces:
Handler, XMLHandler

public final class GeoLocationHandler
extends DefaultXMLHandler

Handler class for parsing the XML geo location from Twitter API.

Since:
1.4
Version:
1.0
Author:
Ernandes Mourao Junior (ernandes@gmail.com)

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

GeoLocationHandler

public GeoLocationHandler()
Method Detail

populate

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

Parameters:
data - Hash to be populated.
path - XML path.
text - Tag's text.


Copyright © 2010 Twitter API ME Team. All Rights Reserved.