Uses of Interface
com.twitterapime.parser.Attributes

Packages that use Attributes
com.twitterapime.parser   
com.twitterapime.rest.handler   
com.twitterapime.search.handler   
 

Uses of Attributes in com.twitterapime.parser
 

Methods in com.twitterapime.parser with parameters of type Attributes
 void XMLHandler.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes attrs)
           Callback method called to notify the start of a element in the document.
 void DefaultXMLHandler.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes attrs)
           
 

Uses of Attributes in com.twitterapime.rest.handler
 

Methods in com.twitterapime.rest.handler with parameters of type Attributes
 void TimelineHandler.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes attrs)
           
 void DirectMessageHandler.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes attrs)
           
 

Uses of Attributes in com.twitterapime.search.handler
 

Methods in com.twitterapime.search.handler with parameters of type Attributes
 void SearchResultHandler.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes attrs)
           
 



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