Interface bdd.search.spider.LinkExtractor
All Packages Class Hierarchy This Package Previous Next Index
Interface bdd.search.spider.LinkExtractor
- public interface LinkExtractor
- extends Object
- extends Enumeration
Written by Tim Macinta 1997
Distributed under the GNU Public License
(a copy of which is enclosed with the source).
A LinkExtractor should be able to extract the hyperlinks from
a given file. Each call to nextElement() will return an URL.
All Packages Class Hierarchy This Package Previous Next Index