Uses of Interface
net.ontopia.topicmaps.xml.ExternalReferenceHandlerIF
Packages that use ExternalReferenceHandlerIF
Package
Description
High level interfaces for locating and maintaining references to
topic maps.
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
Classes for importing and exporting topic maps in the XML
interchange format.
-
Uses of ExternalReferenceHandlerIF in net.ontopia.topicmaps.entry
Fields in net.ontopia.topicmaps.entry declared as ExternalReferenceHandlerIFModifier and TypeFieldDescriptionprotected ExternalReferenceHandlerIFResourceTopicMapSource.ref_handlerprotected ExternalReferenceHandlerIFURLTopicMapSource.ref_handlerMethods in net.ontopia.topicmaps.entry that return ExternalReferenceHandlerIFModifier and TypeMethodDescriptionResourceTopicMapSource.getExternalReferenceHandler()INTERNAL: Gets the external reference handler.URLTopicMapSource.getExternalReferenceHandler()INTERNAL: Gets the external reference handler.Methods in net.ontopia.topicmaps.entry with parameters of type ExternalReferenceHandlerIFModifier and TypeMethodDescriptionvoidResourceTopicMapSource.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler) INTERNAL: Sets the external reference handler.voidURLTopicMapSource.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler) INTERNAL: Sets the external reference handler. -
Uses of ExternalReferenceHandlerIF in net.ontopia.topicmaps.utils
Classes in net.ontopia.topicmaps.utils that implement ExternalReferenceHandlerIFModifier and TypeClassDescriptionclassPUBLIC: An implementation of ExternalReferenceHandlerIF that prevents the traversal of external topic references.classPUBLIC: An implementation of ExternalReferenceHandlerIF that prevents the traversal of external references by returning null from all methods. -
Uses of ExternalReferenceHandlerIF in net.ontopia.topicmaps.xml
Fields in net.ontopia.topicmaps.xml declared as ExternalReferenceHandlerIFModifier and TypeFieldDescriptionprotected ExternalReferenceHandlerIFXTMContentHandler.ref_handlerprotected ExternalReferenceHandlerIFXTMPathTopicMapSource.ref_handlerprotected ExternalReferenceHandlerIFXTMTopicMapReader.ref_handlerprotected ExternalReferenceHandlerIFXTMTopicMapReference.ref_handlerMethods in net.ontopia.topicmaps.xml that return ExternalReferenceHandlerIFModifier and TypeMethodDescriptionXTMContentHandler.getExternalReferenceHandler()INTERNAL: Gets the external reference handler.XTMPathTopicMapSource.getExternalReferenceHandler()PUBLIC: Gets the external reference handler.XTMTopicMapReader.getExternalReferenceHandler()PUBLIC: Gets the external reference handler.XTMTopicMapReference.getExternalReferenceHandler()PUBLIC: Gets the external reference handler.Methods in net.ontopia.topicmaps.xml with parameters of type ExternalReferenceHandlerIFModifier and TypeMethodDescriptionvoidXTMContentHandler.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler) INTERNAL: Sets the external reference handler.voidXTMPathTopicMapSource.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler) PUBLIC: Sets the external reference handler.voidXTMTopicMapReader.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler) PUBLIC: Sets the external reference handler.voidXTMTopicMapReference.setExternalReferenceHandler(ExternalReferenceHandlerIF handler) PUBLIC: Sets the external reference handler.