| java.lang.Object com.lowagie.text.xml.XmlParser com.lowagie.text.html.HtmlParser
HtmlParser | public class HtmlParser extends XmlParser (Code) | | This class can be used to parse some HTML files.
|
Constructor Summary | |
public | HtmlParser() Constructs an HtmlParser. |
HtmlParser | public HtmlParser()(Code) | | Constructs an HtmlParser.
|
go | public void go(DocListener document, InputSource is)(Code) | | Parses a given file.
Parameters: document - the document the parser will write to Parameters: is - the InputSource with the content |
go | public void go(DocListener document, String file)(Code) | | Parses a given file.
Parameters: document - the document the parser will write to Parameters: file - the file with the content |
go | public void go(DocListener document, InputStream is)(Code) | | Parses a given file.
Parameters: document - the document the parser will write to Parameters: is - the InputStream with the content |
go | public void go(DocListener document, Reader is)(Code) | | Parses a given file.
Parameters: document - the document the parser will write to Parameters: is - the Reader with the content |
parse | public static void parse(DocListener document, InputSource is)(Code) | | Parses a given file that validates with the iText DTD and writes the content to a document.
Parameters: document - the document the parser will write to Parameters: is - the InputSource with the content |
parse | public static void parse(DocListener document, String file)(Code) | | Parses a given file that validates with the iText DTD and writes the content to a document.
Parameters: document - the document the parser will write to Parameters: file - the file with the content |
parse | public static void parse(DocListener document, InputStream is)(Code) | | Parses a given file that validates with the iText DTD and writes the content to a document.
Parameters: document - the document the parser will write to Parameters: is - the InputStream with the content |
parse | public static void parse(DocListener document, Reader is)(Code) | | Parses a given file that validates with the iText DTD and writes the content to a document.
Parameters: document - the document the parser will write to Parameters: is - the Reader with the content |
Methods inherited from com.lowagie.text.xml.XmlParser | public void go(DocListener document, InputSource is)(Code)(Java Doc) public void go(DocListener document, InputSource is, String tagmap)(Code)(Java Doc) public void go(DocListener document, InputSource is, InputStream tagmap)(Code)(Java Doc) public void go(DocListener document, InputSource is, HashMap tagmap)(Code)(Java Doc) public void go(DocListener document, String file)(Code)(Java Doc) public void go(DocListener document, String file, String tagmap)(Code)(Java Doc) public void go(DocListener document, String file, HashMap tagmap)(Code)(Java Doc) public static void parse(DocListener document, InputSource is)(Code)(Java Doc) public static void parse(DocListener document, InputSource is, String tagmap)(Code)(Java Doc) public static void parse(DocListener document, InputSource is, HashMap tagmap)(Code)(Java Doc) public static void parse(DocListener document, String file)(Code)(Java Doc) public static void parse(DocListener document, String file, String tagmap)(Code)(Java Doc) public static void parse(DocListener document, String file, HashMap tagmap)(Code)(Java Doc) public static void parse(DocListener document, InputStream is)(Code)(Java Doc) public static void parse(DocListener document, InputStream is, String tagmap)(Code)(Java Doc) public static void parse(DocListener document, InputStream is, HashMap tagmap)(Code)(Java Doc) public static void parse(DocListener document, Reader is)(Code)(Java Doc) public static void parse(DocListener document, Reader is, String tagmap)(Code)(Java Doc) public static void parse(DocListener document, Reader is, HashMap tagmap)(Code)(Java Doc)
|
|
|