com.twitterapime.rest.handler
Class UserAccountHandler

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

public final class UserAccountHandler
extends DefaultXMLHandler

Handler class for parsing the XML user account from Twitter API.

Since:
1.1
Version:
1.2
Author:
Ernandes Mourao Junior (ernandes@gmail.com)

Field Summary
 
Fields inherited from class com.twitterapime.parser.DefaultXMLHandler
xmlPath
 
Constructor Summary
UserAccountHandler()
           
 
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

UserAccountHandler

public UserAccountHandler()
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.