net.ontopia.xml
Interface XMLReaderFactoryIF

All Known Implementing Classes:
ConfiguredXMLReaderFactory, DefaultXMLReaderFactory, JaxpXMLReaderFactory, RemoteXMLReaderFactory, SaxXMLReaderFactory

public interface XMLReaderFactoryIF

INTERNAL: A factory interface for creating SAX2 XMLReaders.


Method Summary
 org.xml.sax.XMLReader createXMLReader()
          INTERNAL: Creates a SAX2 XMLReader object.
 

Method Detail

createXMLReader

org.xml.sax.XMLReader createXMLReader()
                                      throws org.xml.sax.SAXException
INTERNAL: Creates a SAX2 XMLReader object.

Throws:
org.xml.sax.SAXException - Thrown if there are any problems with creating the XMLReader.


Copyright © 2000-2012 Ontopia.