Uses of Class
org.apache.commons.feedparser.FeedList

Packages that use FeedList
org.apache.commons.feedparser.locate A feed AutoDiscovery parser which supports both RSS and Atom. 
 

Uses of FeedList in org.apache.commons.feedparser.locate
 

Methods in org.apache.commons.feedparser.locate that return FeedList
static FeedList FeedLocator.locate(java.lang.String resource)
          Locate all feeds within the given resource.
static FeedList FeedLocator.locate(java.lang.String resource, java.lang.String content)
          Locate the feed with the given content.
 

Methods in org.apache.commons.feedparser.locate with parameters of type FeedList
static java.util.List ProbeLocator.locate(java.lang.String resource, java.lang.String content, FeedList list)
           
static java.util.List DiscoveryLocator.locate(java.lang.String resource, java.lang.String content, FeedList list)
          Locate a feed via RSS/Atom auto-discovery.
static java.util.List LinkLocator.locate(java.lang.String resource, java.lang.String content, FeedList list)
           
 



Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.