Package org.htmlparser.parserapplications
package org.htmlparser.parserapplications
Example applications.
Link Extractor |
Extract links/mail addresses from a web page. org.htmlparser.parserapplications.LinkExtractor
|
String Extractor |
Extract text from a web page. org.htmlparser.parserapplications.StringExtractor
|
Site Capturer |
Save a web site locally. org.htmlparser.parserapplications.SiteCapturer
|
Wiki Capturer |
Save a wiki locally. org.htmlparser.parserapplications.WikiCapturer Subclass of SiteCapturer (see above) that eliminates specific Wiki pages. |
-
ClassesClassDescriptionLinkExtractor extracts all the links from the given webpage and prints them on standard output.Save a web site locally.Extract plaintext strings from a web page.Save a wikiwikiweb locally.