Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.htmlparser.parserapplications
Class MailRipper  view MailRipper download MailRipper.java

java.lang.Object
  extended byorg.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.