|
Qizx/Open v0.4p2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.xfra.qizxopen.dm.DocumentParser
Utility for document parsing and data model building.
Uses the Sun XML Catalog Resolver.
Constructor Summary | |
DocumentParser()
|
Method Summary | |
org.xml.sax.XMLReader |
newParser()
|
static Node |
parse(org.xml.sax.InputSource source)
Simple document parsing. |
FONIDocument |
parseDocument(org.xml.sax.InputSource source)
Simple document parsing. |
void |
parseDocument(org.xml.sax.InputSource source,
FONIWriter output)
Simple document parsing. |
void |
parseDocument(org.xml.sax.InputSource input,
FONIWriter output,
org.xml.sax.XMLReader saxReader)
Simple document parsing, with a specified XML Reader. |
FONIDocument |
parseDocument(java.net.URL url)
Simple document parsing (no caching). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentParser()
Method Detail |
public org.xml.sax.XMLReader newParser() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public static Node parse(org.xml.sax.InputSource source) throws org.xml.sax.SAXException, java.io.IOException
source
- the SAX InputSource.
org.xml.sax.SAXException
java.io.IOException
public FONIDocument parseDocument(java.net.URL url) throws org.xml.sax.SAXException, java.io.IOException
org.xml.sax.SAXException
java.io.IOException
public FONIDocument parseDocument(org.xml.sax.InputSource source) throws org.xml.sax.SAXException, java.io.IOException
org.xml.sax.SAXException
java.io.IOException
public void parseDocument(org.xml.sax.InputSource source, FONIWriter output) throws org.xml.sax.SAXException, java.io.IOException
org.xml.sax.SAXException
java.io.IOException
public void parseDocument(org.xml.sax.InputSource input, FONIWriter output, org.xml.sax.XMLReader saxReader) throws org.xml.sax.SAXException, java.io.IOException
org.xml.sax.SAXException
java.io.IOException
|
Copyright Xavier FRANC 2003-2004 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |