org.apache.commons.feedparser.locate
Class LinkLocator

java.lang.Object
  |
  +--org.apache.commons.feedparser.locate.LinkLocator

public class LinkLocator
extends java.lang.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.


Constructor Summary
LinkLocator()
           
 
Method Summary
static java.lang.String getSite(java.lang.String resource)
           
static java.util.List locate(java.lang.String resource, java.lang.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 java.util.List locate(java.lang.String resource,
                                          java.lang.String content,
                                          FeedList list)
                                   throws java.lang.Exception
java.lang.Exception

getSite

public static java.lang.String getSite(java.lang.String resource)


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