Uses of Interface
net.ontopia.topicmaps.xml.ExternalReferenceHandlerIF
-
Packages that use ExternalReferenceHandlerIF Package Description net.ontopia.topicmaps.entry High level interfaces for locating and maintaining references to topic maps.net.ontopia.topicmaps.utils This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces.net.ontopia.topicmaps.xml 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 ExternalReferenceHandlerIF Modifier and Type Field Description protected ExternalReferenceHandlerIF
ResourceTopicMapSource. ref_handler
protected ExternalReferenceHandlerIF
URLTopicMapSource. ref_handler
Methods in net.ontopia.topicmaps.entry that return ExternalReferenceHandlerIF Modifier and Type Method Description ExternalReferenceHandlerIF
ResourceTopicMapSource. getExternalReferenceHandler()
INTERNAL: Gets the external reference handler.ExternalReferenceHandlerIF
URLTopicMapSource. getExternalReferenceHandler()
INTERNAL: Gets the external reference handler.Methods in net.ontopia.topicmaps.entry with parameters of type ExternalReferenceHandlerIF Modifier and Type Method Description void
ResourceTopicMapSource. setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler)
INTERNAL: Sets the external reference handler.void
URLTopicMapSource. 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 ExternalReferenceHandlerIF Modifier and Type Class Description class
NoFollowTopicRefExternalReferenceHandler
PUBLIC: An implementation of ExternalReferenceHandlerIF that prevents the traversal of external topic references.class
NullResolvingExternalReferenceHandler
PUBLIC: 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 ExternalReferenceHandlerIF Modifier and Type Field Description protected ExternalReferenceHandlerIF
XTMContentHandler. ref_handler
protected ExternalReferenceHandlerIF
XTMPathTopicMapSource. ref_handler
protected ExternalReferenceHandlerIF
XTMTopicMapReader. ref_handler
protected ExternalReferenceHandlerIF
XTMTopicMapReference. ref_handler
Methods in net.ontopia.topicmaps.xml that return ExternalReferenceHandlerIF Modifier and Type Method Description ExternalReferenceHandlerIF
XTMContentHandler. getExternalReferenceHandler()
INTERNAL: Gets the external reference handler.ExternalReferenceHandlerIF
XTMPathTopicMapSource. getExternalReferenceHandler()
PUBLIC: Gets the external reference handler.ExternalReferenceHandlerIF
XTMTopicMapReader. getExternalReferenceHandler()
PUBLIC: Gets the external reference handler.ExternalReferenceHandlerIF
XTMTopicMapReference. getExternalReferenceHandler()
PUBLIC: Gets the external reference handler.Methods in net.ontopia.topicmaps.xml with parameters of type ExternalReferenceHandlerIF Modifier and Type Method Description void
XTMContentHandler. setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler)
INTERNAL: Sets the external reference handler.void
XTMPathTopicMapSource. setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler)
PUBLIC: Sets the external reference handler.void
XTMTopicMapReader. setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler)
PUBLIC: Sets the external reference handler.void
XTMTopicMapReference. setExternalReferenceHandler(ExternalReferenceHandlerIF handler)
PUBLIC: Sets the external reference handler.
-