Class LinkExtractor
- java.lang.Object
-
- org.htmlparser.parserapplications.LinkExtractor
-
public class LinkExtractor extends java.lang.Object
LinkExtractor extracts all the links from the given webpage and prints them on standard output.
-
-
Constructor Summary
Constructors Constructor Description LinkExtractor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Run the link extractor.
-