Class LinkExtractor
java.lang.Object
org.htmlparser.parserapplications.LinkExtractor
LinkExtractor extracts all the links from the given webpage
and prints them on standard output.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LinkExtractor
public LinkExtractor()
-
-
Method Details
-
main
Run the link extractor.- Parameters:
args
- [0] Optional url to extract links from. An input dialog is displayed if it is not supplied.
-