public class HtmlParser extends XmlParser
| Constructor and Description |
|---|
HtmlParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
go(DocListener document,
InputSource is)
Parses a given file.
|
void |
go(DocListener document,
InputStream is)
Parses a given file.
|
void |
go(DocListener document,
Reader is)
Parses a given file.
|
void |
go(DocListener document,
String file)
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,
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.
|
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, InputSource is)
document - the document the parser will write tois - the InputSource with the contentpublic static void parse(DocListener document, String file)
document - the document the parser will write tofile - the file with the contentpublic static void parse(DocListener document, InputStream is)
document - the document the parser will write tois - the InputStream with the contentpublic static void parse(DocListener document, Reader is)
document - the document the parser will write tois - the Reader with the contentpublic void go(DocListener document, InputSource is)
public void go(DocListener document, String file)
public void go(DocListener document, InputStream is)
document - the document the parser will write tois - the InputStream with the contentpublic void go(DocListener document, Reader is)
document - the document the parser will write tois - the Reader with the contentCopyright © 2019. All rights reserved.