|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalReferenceHandlerIF | |
---|---|
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 | |
---|---|
protected ExternalReferenceHandlerIF |
URLTopicMapSource.ref_handler
|
protected ExternalReferenceHandlerIF |
ResourceTopicMapSource.ref_handler
|
Methods in net.ontopia.topicmaps.entry that return ExternalReferenceHandlerIF | |
---|---|
ExternalReferenceHandlerIF |
URLTopicMapSource.getExternalReferenceHandler()
INTERNAL: Gets the external reference handler. |
ExternalReferenceHandlerIF |
ResourceTopicMapSource.getExternalReferenceHandler()
INTERNAL: Gets the external reference handler. |
Methods in net.ontopia.topicmaps.entry with parameters of type ExternalReferenceHandlerIF | |
---|---|
void |
URLTopicMapSource.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler)
INTERNAL: Sets the external reference handler. |
void |
ResourceTopicMapSource.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 | |
---|---|
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 | |
---|---|
protected ExternalReferenceHandlerIF |
XTMTopicMapReference.ref_handler
|
protected ExternalReferenceHandlerIF |
XTMTopicMapReader.ref_handler
|
protected ExternalReferenceHandlerIF |
XTMPathTopicMapSource.ref_handler
|
protected ExternalReferenceHandlerIF |
XTMContentHandler.ref_handler
|
Methods in net.ontopia.topicmaps.xml that return ExternalReferenceHandlerIF | |
---|---|
ExternalReferenceHandlerIF |
XTMTopicMapReference.getExternalReferenceHandler()
PUBLIC: Gets the external reference handler. |
ExternalReferenceHandlerIF |
XTMTopicMapReader.getExternalReferenceHandler()
PUBLIC: Gets the external reference handler. |
ExternalReferenceHandlerIF |
XTMPathTopicMapSource.getExternalReferenceHandler()
PUBLIC: Gets the external reference handler. |
ExternalReferenceHandlerIF |
XTMContentHandler.getExternalReferenceHandler()
INTERNAL: Gets the external reference handler. |
Methods in net.ontopia.topicmaps.xml with parameters of type ExternalReferenceHandlerIF | |
---|---|
void |
XTMTopicMapReference.setExternalReferenceHandler(ExternalReferenceHandlerIF handler)
PUBLIC: Sets the external reference handler. |
void |
XTMTopicMapReader.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler)
PUBLIC: Sets the external reference handler. |
void |
XTMPathTopicMapSource.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler)
PUBLIC: Sets the external reference handler. |
void |
XTMContentHandler.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler)
INTERNAL: Sets the external reference handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |