Uses of Interface
net.ontopia.xml.InputSourceFactoryIF
-
Packages that use InputSourceFactoryIF Package Description 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 InputSourceFactoryIF in net.ontopia.topicmaps.xml
Fields in net.ontopia.topicmaps.xml declared as InputSourceFactoryIF Modifier and Type Field Description protected InputSourceFactoryIFIgnoreTopicMapDTDEntityResolver. factoryConstructors in net.ontopia.topicmaps.xml with parameters of type InputSourceFactoryIF Constructor Description IgnoreTopicMapDTDEntityResolver(InputSourceFactoryIF factory) -
Uses of InputSourceFactoryIF in net.ontopia.xml
Classes in net.ontopia.xml that implement InputSourceFactoryIF Modifier and Type Class Description classEmptyInputSourceFactoryINTERNAL: An InputSource factory that creates input sources with no content.Methods in net.ontopia.xml with parameters of type InputSourceFactoryIF Modifier and Type Method Description voidConfigurableEntityResolver. 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.
-