|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.xml.SaxXMLReaderFactory
public class SaxXMLReaderFactory
INTERNAL: A factory for creating SAX2 XMLReaders using the SAX2 XMLReaderFactory.createXMLReader(klass) method.
The created parser is namespace-aware and non-validating by default.
Constructor Summary | |
---|---|
SaxXMLReaderFactory()
|
|
SaxXMLReaderFactory(java.lang.String driver)
|
Method Summary | |
---|---|
org.xml.sax.XMLReader |
createXMLReader()
INTERNAL: Creates a SAX2 XMLReader object. |
java.lang.String |
getDriver()
INTERNAL: Returns the driver klass name if specified either explicitly on this instance or through the 'org.xml.sax.driver' system property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SaxXMLReaderFactory()
public SaxXMLReaderFactory(java.lang.String driver)
Method Detail |
---|
public java.lang.String getDriver()
public org.xml.sax.XMLReader createXMLReader() throws org.xml.sax.SAXException
XMLReaderFactoryIF
createXMLReader
in interface XMLReaderFactoryIF
org.xml.sax.SAXException
- Thrown if there are any problems with
creating the XMLReader.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |