|
|||||||||
| Home >> All >> org >> htmlparser >> [ parserapplications overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.htmlparser.parserapplications
Class MailRipper

java.lang.Objectorg.htmlparser.parserapplications.MailRipper
- public class MailRipper
- extends java.lang.Object
MailRipper will rip out all the mail addresses from a given web page Pass a web site (or html file on your local disk) as an argument.
| Field Summary | |
private org.htmlparser.Parser |
parser
|
| Constructor Summary | |
MailRipper(java.lang.String resourceLocation)
MailRipper c'tor takes the url to be ripped |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
java.util.Enumeration |
rip()
Rip all mail addresses from the given url, and return an enumeration of such mail addresses. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
parser
private org.htmlparser.Parser parser
| Constructor Detail |
MailRipper
public MailRipper(java.lang.String resourceLocation)
- MailRipper c'tor takes the url to be ripped
| Method Detail |
main
public static void main(java.lang.String[] args)
rip
public java.util.Enumeration rip() throws org.htmlparser.util.ParserException
- Rip all mail addresses from the given url, and return an enumeration of
such mail addresses.
|
|||||||||
| Home >> All >> org >> htmlparser >> [ parserapplications overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.htmlparser.parserapplications.MailRipper