|
Qizx/open API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.axyana.qizxopen.dm.DocumentParser
Utility for document parsing and data model building.
Uses the Sun XML Catalog Resolver.
Field Summary | |
static java.lang.String |
RESOLVER_CLASS
|
static java.lang.String |
RESOLVER_CLASS_PROP
|
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,
DocumentWriter output)
Simple document parsing. |
void |
parseDocument(org.xml.sax.InputSource input,
DocumentWriter 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 |
Field Detail |
public static final java.lang.String RESOLVER_CLASS_PROP
public static final java.lang.String RESOLVER_CLASS
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, DataModelException
source
- the SAX InputSource.
org.xml.sax.SAXException
java.io.IOException
DataModelException
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, DocumentWriter output) throws org.xml.sax.SAXException, java.io.IOException
org.xml.sax.SAXException
java.io.IOException
public void parseDocument(org.xml.sax.InputSource input, DocumentWriter output, org.xml.sax.XMLReader saxReader) throws org.xml.sax.SAXException, java.io.IOException
org.xml.sax.SAXException
java.io.IOException
|
© 2005 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |