|
HTML Parser Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.htmlparser.parserapplications.LinkExtractor
public class LinkExtractor
LinkExtractor extracts all the links from the given webpage and prints them on standard output.
Constructor Summary | |
---|---|
LinkExtractor()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Run the link extractor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinkExtractor()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- [0] Optional url to extract links from.
An input dialog is displayed if it is not supplied.
|
© 2005 Derrick Oswald Feb 09, 2011
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HTML Parser is an open source library released under LGPL. | |