|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.xml.XmlParser
com.lowagie.text.html.HtmlParser
public class HtmlParser
This class can be used to parse some HTML files.
Field Summary |
---|
Fields inherited from class com.lowagie.text.xml.XmlParser |
---|
parser |
Constructor Summary | |
---|---|
HtmlParser()
Constructs an HtmlParser. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.lowagie.text.xml.XmlParser |
---|
go, go, go, go, go, parse, parse, parse, parse, parse, parse, parse, parse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlParser()
Method Detail |
---|
public void go(DocListener document, InputSource is)
go
in class XmlParser
document
- the document the parser will write tois
- the InputSource with the contentpublic static void parse(DocListener document, InputSource is)
document
- the document the parser will write tois
- the InputSource with the contentpublic void go(DocListener document, String file)
go
in class XmlParser
document
- the document the parser will write tofile
- the file with the contentpublic static void parse(DocListener document, String file)
document
- the document the parser will write tofile
- the file with the contentpublic void go(DocListener document, InputStream is)
document
- the document the parser will write tois
- the InputStream with the contentpublic static void parse(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 contentpublic static void parse(DocListener document, Reader is)
document
- the document the parser will write tois
- the Reader with the content
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |