|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLReaderFactoryIF | |
|---|---|
| net.ontopia.topicmaps.schema.impl.osl | The classes and interfaces used to represent constructs in the Ontopia Schema Language. |
| net.ontopia.topicmaps.utils.tmrap | |
| net.ontopia.topicmaps.utils.xfml | |
| net.ontopia.topicmaps.xml | Classes for importing and exporting topic maps in the XML interchange format. |
| net.ontopia.xml | Contains classes for processing XML documents. |
| Uses of XMLReaderFactoryIF in net.ontopia.topicmaps.schema.impl.osl |
|---|
| Fields in net.ontopia.topicmaps.schema.impl.osl declared as XMLReaderFactoryIF | |
|---|---|
protected XMLReaderFactoryIF |
OSLSchemaContentHandler.xrfactory
|
| Constructors in net.ontopia.topicmaps.schema.impl.osl with parameters of type XMLReaderFactoryIF | |
|---|---|
OSLSchemaContentHandler(XMLReaderFactoryIF xrfactory,
LocatorIF base_address)
|
|
| Uses of XMLReaderFactoryIF in net.ontopia.topicmaps.utils.tmrap |
|---|
| Classes in net.ontopia.topicmaps.utils.tmrap that implement XMLReaderFactoryIF | |
|---|---|
class |
RemoteXMLReaderFactory
INTERNAL: PRIVATE: Purpose: An implementation of the XMLReaderFactoryIF interface where the XML reader is reused instead of being created each time. |
| Uses of XMLReaderFactoryIF in net.ontopia.topicmaps.utils.xfml |
|---|
| Fields in net.ontopia.topicmaps.utils.xfml declared as XMLReaderFactoryIF | |
|---|---|
protected XMLReaderFactoryIF |
XFMLContentHandler.xrfactory
|
| Constructors in net.ontopia.topicmaps.utils.xfml with parameters of type XMLReaderFactoryIF | |
|---|---|
XFMLContentHandler(TopicMapStoreFactoryIF stores,
XMLReaderFactoryIF xrfactory,
LocatorIF base_address)
|
|
XFMLContentHandler(TopicMapStoreFactoryIF stores,
XMLReaderFactoryIF xrfactory,
LocatorIF base_address,
java.util.Collection processed_documents)
|
|
| Uses of XMLReaderFactoryIF in net.ontopia.topicmaps.xml |
|---|
| Fields in net.ontopia.topicmaps.xml declared as XMLReaderFactoryIF | |
|---|---|
protected XMLReaderFactoryIF |
XTMContentHandler.xrfactory
|
| Constructors in net.ontopia.topicmaps.xml with parameters of type XMLReaderFactoryIF | |
|---|---|
XTM2ContentHandler(TopicMapStoreFactoryIF store_factory,
XMLReaderFactoryIF xrfactory,
LocatorIF doc_address)
|
|
XTM2ContentHandler(TopicMapStoreFactoryIF store_factory,
XMLReaderFactoryIF xrfactory,
LocatorIF doc_address,
java.util.Set read_documents)
|
|
XTMContentHandler(TopicMapStoreFactoryIF stores,
XMLReaderFactoryIF xrfactory,
LocatorIF base_address)
|
|
XTMContentHandler(TopicMapStoreFactoryIF stores,
XMLReaderFactoryIF xrfactory,
LocatorIF base_address,
java.util.Collection processed_documents)
|
|
| Uses of XMLReaderFactoryIF in net.ontopia.xml |
|---|
| Classes in net.ontopia.xml that implement XMLReaderFactoryIF | |
|---|---|
class |
ConfiguredXMLReaderFactory
INTERNAL: A factory for creating configured SAX2 XMLReaders. |
class |
DefaultXMLReaderFactory
INTERNAL: An XML reader factory that uses a JaxpXMLReaderFactory unless the 'org.xml.sax.driver' system property is set, in that case SaxXMLReaderFactory is used. |
class |
JaxpXMLReaderFactory
INTERNAL: A factory for creating SAX2 XMLReaders using the JAXP SAXParserFactory.getXMLReader() method. |
class |
SaxXMLReaderFactory
INTERNAL: A factory for creating SAX2 XMLReaders using the SAX2 XMLReaderFactory.createXMLReader(klass) method. |
| Fields in net.ontopia.xml declared as XMLReaderFactoryIF | |
|---|---|
protected XMLReaderFactoryIF |
ConfiguredXMLReaderFactory.xrfactory
|
protected XMLReaderFactoryIF |
AbstractXMLFormatReader.xrfactory
|
| Methods in net.ontopia.xml that return XMLReaderFactoryIF | |
|---|---|
XMLReaderFactoryIF |
AbstractXMLFormatReader.getXMLReaderFactory()
INTERNAL: Gets the XMLReaderFactoryIF that will be used to create XML parser objects inside the reader. |
| Methods in net.ontopia.xml with parameters of type XMLReaderFactoryIF | |
|---|---|
void |
AbstractXMLFormatReader.setXMLReaderFactory(XMLReaderFactoryIF xrfactory)
INTERNAL: Sets the XMLReaderFactoryIF that will be used to create XML parser objects inside the reader. |
| Constructors in net.ontopia.xml with parameters of type XMLReaderFactoryIF | |
|---|---|
ConfiguredXMLReaderFactory(XMLReaderFactoryIF xrfactory)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||