public class HtmlParser extends XmlParser
| Constructor and Description |
|---|
HtmlParser()
Constructs an HtmlParser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
go(com.lowagie.text.DocListener document,
InputSource is)
Parses a given file.
|
void |
go(com.lowagie.text.DocListener document,
InputStream is)
Parses a given file.
|
void |
go(com.lowagie.text.DocListener document,
Reader is)
Parses a given file.
|
void |
go(com.lowagie.text.DocListener document,
String file)
Parses a given file.
|
static void |
parse(com.lowagie.text.DocListener document,
InputSource is)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
parse(com.lowagie.text.DocListener document,
InputStream is)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
parse(com.lowagie.text.DocListener document,
Reader is)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
parse(com.lowagie.text.DocListener document,
String file)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
public void go(com.lowagie.text.DocListener document,
InputSource is)
public static void parse(com.lowagie.text.DocListener document,
InputSource is)
document - the document the parser will write tois - the InputSource with the contentpublic void go(com.lowagie.text.DocListener document,
String file)
public static void parse(com.lowagie.text.DocListener document,
String file)
document - the document the parser will write tofile - the file with the contentpublic void go(com.lowagie.text.DocListener document,
InputStream is)
document - the document the parser will write tois - the InputStream with the contentpublic static void parse(com.lowagie.text.DocListener document,
InputStream is)
document - the document the parser will write tois - the InputStream with the contentpublic void go(com.lowagie.text.DocListener document,
Reader is)
document - the document the parser will write tois - the Reader with the contentpublic static void parse(com.lowagie.text.DocListener document,
Reader is)
document - the document the parser will write tois - the Reader with the contentCopyright © 2017. All rights reserved.