Uses of Interface
net.ontopia.xml.InputSourceFactoryIF
Packages that use InputSourceFactoryIF
Package
Description
Classes for importing and exporting topic maps in the XML
interchange format.
Contains classes for processing XML documents.
-
Uses of InputSourceFactoryIF in net.ontopia.topicmaps.xml
Fields in net.ontopia.topicmaps.xml declared as InputSourceFactoryIFModifier and TypeFieldDescriptionprotected InputSourceFactoryIFIgnoreTopicMapDTDEntityResolver.factoryConstructors in net.ontopia.topicmaps.xml with parameters of type InputSourceFactoryIF -
Uses of InputSourceFactoryIF in net.ontopia.xml
Classes in net.ontopia.xml that implement InputSourceFactoryIFModifier and TypeClassDescriptionclassINTERNAL: An InputSource factory that creates input sources with no content.Methods in net.ontopia.xml with parameters of type InputSourceFactoryIFModifier and TypeMethodDescriptionvoidConfigurableEntityResolver.addPublicIdSource(String public_id, InputSourceFactoryIF is_factory) INTERNAL: Registers the input source factory with the given public id.voidConfigurableEntityResolver.addSystemIdSource(String system_id, InputSourceFactoryIF is_factory) INTERNAL: Registers the input source factory with the given system id.