|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.xml.XmlParser
public class XmlParser
This class can be used to parse an XML file.
Field Summary | |
---|---|
protected SAXParser |
parser
This is the instance of the parser. |
Constructor Summary | |
---|---|
XmlParser()
Constructs an XmlParser. |
Method Summary | |
---|---|
void |
go(DocListener document,
InputSource is)
Parses a given file. |
void |
go(DocListener document,
InputSource is,
HashMap tagmap)
Parses a given file. |
void |
go(DocListener document,
InputSource is,
InputStream tagmap)
Parses a given file. |
void |
go(DocListener document,
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,
InputSource is)
Parses a given file that validates with the iText DTD and writes the content to a document. |
static void |
parse(DocListener document,
InputSource is,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
static void |
parse(DocListener document,
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 SAXParser parser
Constructor Detail |
---|
public XmlParser()
Method Detail |
---|
public void go(DocListener document, InputSource is)
document
- The document that will listen to the parseris
- The InputStream with the contentspublic void go(DocListener document, InputSource is, String tagmap)
document
- The document that will listen to the parseris
- The inputsource with the contenttagmap
- A user defined tagmappublic void go(DocListener document, InputSource is, InputStream tagmap)
document
- The document that will listen to the parseris
- the inputsource with the contenttagmap
- an inputstream to a user defined tagmappublic void go(DocListener document, InputSource is, HashMap tagmap)
document
- The document that will listen to the parseris
- the inputsource with the contenttagmap
- a user defined tagmappublic void go(DocListener document, String file)
document
- The document that will listen to the parserfile
- The path to a file with the contentpublic void go(DocListener document, String file, String tagmap)
document
- the document that will listen to the parserfile
- the path to a file with the contenttagmap
- a user defined tagmappublic void go(DocListener document, String file, HashMap tagmap)
document
- The document that will listen to the parserfile
- the path to a file with the contenttagmap
- a user defined tagmappublic static void parse(DocListener document, InputSource is)
document
- The document that will listen to the parseris
- the inputsource with the contentpublic static void parse(DocListener document, InputSource is, String tagmap)
document
- The document that will listen to the parseris
- The inputsource with the contenttagmap
- a user defined tagmappublic static void parse(DocListener document, InputSource is, HashMap tagmap)
document
- The document that will listen to the parseris
- The inputsource with the contenttagmap
- a user defined tagmappublic static void parse(DocListener document, String file)
document
- The document that will listen to the parserfile
- The path to a file with the contentpublic static void parse(DocListener document, String file, String tagmap)
document
- The document that will listen to the parserfile
- The path to a file with the contenttagmap
- A user defined tagmappublic static void parse(DocListener document, String file, HashMap tagmap)
document
- The document that will listen to the parserfile
- The path to a file with the contenttagmap
- A user defined tagmappublic static void parse(DocListener document, InputStream is)
document
- The document that will listen to the parseris
- The inputsource with the contentpublic static void parse(DocListener document, InputStream is, String tagmap)
document
- The document that will listen to the parseris
- The inputstream with the contenttagmap
- A user defined tagmappublic static void parse(DocListener document, InputStream is, HashMap tagmap)
document
- The document that will listen to the parseris
- The InputStream with the contenttagmap
- A user defined tagmappublic static void parse(DocListener document, Reader is)
document
- The document that will listen to the parseris
- The reader that reads the contentpublic static void parse(DocListener document, Reader is, String tagmap)
document
- The document that will listen to the parseris
- The reader that reads the contenttagmap
- A user defined tagmappublic static void parse(DocListener document, Reader is, HashMap tagmap)
document
- The document that will listen to the parseris
- The reader that reads the contenttagmap
- A user defined tagmap
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |