|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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(String driver)
|
|
| Method Summary | |
|---|---|
XMLReader |
createXMLReader()
INTERNAL: Creates a SAX2 XMLReader object. |
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(String driver)
| Method Detail |
|---|
public String getDriver()
public XMLReader createXMLReader()
throws SAXException
XMLReaderFactoryIF
createXMLReader in interface XMLReaderFactoryIFSAXException - 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 | |||||||||