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 ExternalReferenceHandlerIFResourceTopicMapSource. ref_handlerprotected ExternalReferenceHandlerIFURLTopicMapSource. ref_handlerMethods in net.ontopia.topicmaps.entry that return ExternalReferenceHandlerIF Modifier and Type Method Description ExternalReferenceHandlerIFResourceTopicMapSource. getExternalReferenceHandler()INTERNAL: Gets the external reference handler.ExternalReferenceHandlerIFURLTopicMapSource. getExternalReferenceHandler()INTERNAL: Gets the external reference handler.Methods in net.ontopia.topicmaps.entry with parameters of type ExternalReferenceHandlerIF Modifier and Type Method Description voidResourceTopicMapSource. 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 ExternalReferenceHandlerIF Modifier and Type Class Description classNoFollowTopicRefExternalReferenceHandlerPUBLIC: An implementation of ExternalReferenceHandlerIF that prevents the traversal of external topic references.classNullResolvingExternalReferenceHandlerPUBLIC: 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 ExternalReferenceHandlerIFXTMContentHandler. ref_handlerprotected ExternalReferenceHandlerIFXTMPathTopicMapSource. ref_handlerprotected ExternalReferenceHandlerIFXTMTopicMapReader. ref_handlerprotected ExternalReferenceHandlerIFXTMTopicMapReference. ref_handlerMethods in net.ontopia.topicmaps.xml that return ExternalReferenceHandlerIF Modifier and Type Method Description ExternalReferenceHandlerIFXTMContentHandler. getExternalReferenceHandler()INTERNAL: Gets the external reference handler.ExternalReferenceHandlerIFXTMPathTopicMapSource. getExternalReferenceHandler()PUBLIC: Gets the external reference handler.ExternalReferenceHandlerIFXTMTopicMapReader. getExternalReferenceHandler()PUBLIC: Gets the external reference handler.ExternalReferenceHandlerIFXTMTopicMapReference. getExternalReferenceHandler()PUBLIC: Gets the external reference handler.Methods in net.ontopia.topicmaps.xml with parameters of type ExternalReferenceHandlerIF Modifier and Type Method Description voidXTMContentHandler. 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.
-