Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » html » [javadoc | source]
com.lowagie.text.html
public class: HtmlParser [javadoc | source]
java.lang.Object
   com.lowagie.text.xml.XmlParser
      com.lowagie.text.html.HtmlParser
This class can be used to parse some HTML files.
Fields inherited from com.lowagie.text.xml.XmlParser:
parser
Constructor:
 public HtmlParser() 
Method from com.lowagie.text.html.HtmlParser Summary:
go,   go,   go,   go,   parse,   parse,   parse,   parse
Methods from com.lowagie.text.xml.XmlParser:
go,   go,   go,   go,   go,   go,   go,   parse,   parse,   parse,   parse,   parse,   parse,   parse,   parse,   parse,   parse,   parse,   parse
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.html.HtmlParser Detail:
 public  void go(DocListener document,
    InputSource is) 
    Parses a given file.
 public  void go(DocListener document,
    String file) 
    Parses a given file.
 public  void go(DocListener document,
    InputStream is) 
    Parses a given file.
 public  void go(DocListener document,
    Reader is) 
    Parses a given file.
 public static  void parse(DocListener document,
    InputSource is) 
    Parses a given file that validates with the iText DTD and writes the content to a document.
 public static  void parse(DocListener document,
    String file) 
    Parses a given file that validates with the iText DTD and writes the content to a document.
 public static  void parse(DocListener document,
    InputStream is) 
    Parses a given file that validates with the iText DTD and writes the content to a document.
 public static  void parse(DocListener document,
    Reader is) 
    Parses a given file that validates with the iText DTD and writes the content to a document.