Uses of Class
com.google.api.client.xml.atom.AtomFeedParser

Packages that use AtomFeedParser
com.google.api.client.xml.atom Utilities for Atom XML. 
 

Uses of AtomFeedParser in com.google.api.client.xml.atom
 

Methods in com.google.api.client.xml.atom that return AtomFeedParser
static
<T,E> AtomFeedParser<T,E>
AtomFeedParser.create(HttpResponse response, XmlNamespaceDictionary namespaceDictionary, Class<T> feedClass, Class<E> entryClass)
          Deprecated. Parses the given HTTP response using the given feed class and entry class.
 



Copyright © 2010-2011 Google. All Rights Reserved.