cc.glsn
Class HTMLTableExtractor

java.lang.Object
  extended by cc.glsn.HTMLTableExtractor

public class HTMLTableExtractor
extends Object


Field Summary
 boolean RemoveBraces
           
 
Constructor Summary
HTMLTableExtractor()
           
 
Method Summary
 ArrayList extract(String HTMLDoc)
           
 ArrayList extractFile(String Filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RemoveBraces

public boolean RemoveBraces
Constructor Detail

HTMLTableExtractor

public HTMLTableExtractor()
Method Detail

extract

public ArrayList extract(String HTMLDoc)
Parameters:
HTMLDoc -
Returns:
An arraylist of html table objects

extractFile

public ArrayList extractFile(String Filename)
                      throws IOException
Throws:
IOException