net.ontopia.topicmaps.utils.tmrap
Class RemoteXMLReaderFactory

java.lang.Object
  extended by net.ontopia.topicmaps.utils.tmrap.RemoteXMLReaderFactory
All Implemented Interfaces:
XMLReaderFactoryIF

public class RemoteXMLReaderFactory
extends java.lang.Object
implements XMLReaderFactoryIF

INTERNAL: PRIVATE: Purpose: An implementation of the XMLReaderFactoryIF interface where the XML reader is reused instead of being created each time.


Constructor Summary
RemoteXMLReaderFactory()
           
 
Method Summary
 org.xml.sax.XMLReader createXMLReader()
          INTERNAL: Creates a SAX2 XMLReader object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteXMLReaderFactory

public RemoteXMLReaderFactory()
Method Detail

createXMLReader

public org.xml.sax.XMLReader createXMLReader()
                                      throws org.xml.sax.SAXException
Description copied from interface: XMLReaderFactoryIF
INTERNAL: Creates a SAX2 XMLReader object.

Specified by:
createXMLReader in interface XMLReaderFactoryIF
Throws:
org.xml.sax.SAXException - Thrown if there are any problems with creating the XMLReader.


Copyright © 2000-2012 Ontopia.