org.apache.commons.feedparser.locate
Class LinkLocator

java.lang.Object
  extended by org.apache.commons.feedparser.locate.LinkLocator

public class LinkLocator
extends Object

Find links by parsing the raw HTML. We only return links that are on the same site and link to /index.rdf LINKS and so forth.

Author:
Kevin A. Burton

Constructor Summary
LinkLocator()
           
 
Method Summary
static String getSite(String resource)
           
static List locate(String resource, String content, FeedList list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkLocator

public LinkLocator()
Method Detail

locate

public static final List locate(String resource,
                                String content,
                                FeedList list)
                         throws Exception
Throws:
Exception

getSite

public static String getSite(String resource)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.