|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.xml.XmlParser
This class can be used to parse an XML file.
Field Summary | |
protected javax.xml.parsers.SAXParser |
parser
This is the instance of the parser. |
Constructor Summary | |
XmlParser()
Constructs an XmlParser. |
Method Summary | |
void |
go(DocListener document,
org.xml.sax.InputSource is)
Parses a given file. |
void |
go(DocListener document,
org.xml.sax.InputSource is,
HashMap tagmap)
Parses a given file. |
void |
go(DocListener document,
org.xml.sax.InputSource is,
String tagmap)
Parses a given file. |
void |
go(DocListener document,
String file)
Parses a given file. |
void |
go(DocListener document,
String file,
HashMap tagmap)
Parses a given file. |
void |
go(DocListener document,
String file,
String tagmap)
Parses a given file. |
static void |
parse(DocListener document,
org.xml.sax.InputSource is)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void |
parse(DocListener document,
org.xml.sax.InputSource is,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
static void |
parse(DocListener document,
org.xml.sax.InputSource is,
String tagmap)
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,
InputStream is,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
static void |
parse(DocListener document,
InputStream is,
String tagmap)
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,
Reader is,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
static void |
parse(DocListener document,
Reader is,
String tagmap)
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,
String file,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
static void |
parse(DocListener document,
String file,
String tagmap)
Parses a given file that validates with the iText DTD and writes the content to a document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.xml.parsers.SAXParser parser
Constructor Detail |
public XmlParser()
Method Detail |
public void go(DocListener document, org.xml.sax.InputSource is)
public void go(DocListener document, org.xml.sax.InputSource is, String tagmap)
public void go(DocListener document, org.xml.sax.InputSource is, HashMap tagmap)
public void go(DocListener document, String file)
public void go(DocListener document, String file, String tagmap)
public void go(DocListener document, String file, HashMap tagmap)
public static void parse(DocListener document, org.xml.sax.InputSource is)
public static void parse(DocListener document, org.xml.sax.InputSource is, String tagmap)
public static void parse(DocListener document, org.xml.sax.InputSource is, HashMap tagmap)
public static void parse(DocListener document, String file)
public static void parse(DocListener document, String file, String tagmap)
public static void parse(DocListener document, String file, HashMap tagmap)
public static void parse(DocListener document, InputStream is)
public static void parse(DocListener document, InputStream is, String tagmap)
public static void parse(DocListener document, InputStream is, HashMap tagmap)
public static void parse(DocListener document, Reader is)
public static void parse(DocListener document, Reader is, String tagmap)
public static void parse(DocListener document, Reader is, HashMap tagmap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |