Class bdd.search.spider.NullLinkExtractor
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bdd.search.spider.NullLinkExtractor

java.lang.Object
   |
   +----bdd.search.spider.NullLinkExtractor

public class NullLinkExtractor
extends Object
implements LinkExtractor
Written by Tim Macinta 1997
Distributed under the GNU Public License (a copy of which is enclosed with the source).

This LinkExtractor should be used for document types that don't have hyperlinks. This is basically an empty enumeration.

Constructor Index

 o NullLinkExtractor()

Method Index

 o hasMoreElements()
 o nextElement()

Constructors

 o NullLinkExtractor
  public NullLinkExtractor()

Methods

 o hasMoreElements
  public boolean hasMoreElements()
 o nextElement
  public Object nextElement()

All Packages  Class Hierarchy  This Package  Previous  Next  Index