Class NullLinkExtractor
java.lang.Object
|
+----NullLinkExtractor
- public class NullLinkExtractor
- extends Object
- implements LinkExtractor
Netrand Project
Software Engineering - CS536
University of Wisconsin - Milwaukee
Authors:
- Spring 1998 - Francis William Kasper
File: NullLinkExtractor.java
Note:
This file was originally part of a Web Crawler program written by
Tim Macinta in 1997 that gathered links form the internet and formed
a web search database. The files containing the logic for crawling
across the internet were taken from this program and slightly modified
for the purpose of the NetRand project.
This LinkExtractor should be used for document types that
don't have hyperlinks. This is basically an empty enumeration.
-
NullLinkExtractor()
-
-
hasMoreElements()
-
-
nextElement()
-
NullLinkExtractor
public NullLinkExtractor()
hasMoreElements
public boolean hasMoreElements()
nextElement
public Object nextElement()