com.lowagie.text.html
public class HtmlParser extends XmlParser
Constructor Summary | |
---|---|
HtmlParser()
Constructs an HtmlParser. |
Method Summary | |
---|---|
void | go(DocListener document, InputSource is)
Parses a given file. |
void | go(DocListener document, String file)
Parses a given file. |
void | go(DocListener document, InputStream is)
Parses a given file. |
void | go(DocListener document, Reader is)
Parses a given file. |
static void | parse(DocListener document, InputSource is)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void | parse(DocListener document, String file)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void | parse(DocListener document, InputStream is)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void | parse(DocListener document, Reader is)
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 is the InputSource with the content
Parameters: document the document the parser will write to file the file with the content
Parameters: document the document the parser will write to is the InputStream with the content
Parameters: document the document the parser will write to is the Reader with the content
Parameters: document the document the parser will write to is the InputSource with the content
Parameters: document the document the parser will write to file the file with the content
Parameters: document the document the parser will write to is the InputStream with the content
Parameters: document the document the parser will write to is the Reader with the content