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.
|
Modifier and Type | Field and Description |
---|---|
protected ExternalReferenceHandlerIF |
URLTopicMapSource.ref_handler |
protected ExternalReferenceHandlerIF |
ResourceTopicMapSource.ref_handler |
Modifier and Type | Method and Description |
---|---|
ExternalReferenceHandlerIF |
URLTopicMapSource.getExternalReferenceHandler()
INTERNAL: Gets the external reference handler.
|
ExternalReferenceHandlerIF |
ResourceTopicMapSource.getExternalReferenceHandler()
INTERNAL: Gets the external reference handler.
|
Modifier and Type | Method and Description |
---|---|
void |
URLTopicMapSource.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler)
INTERNAL: Sets the external reference handler.
|
void |
ResourceTopicMapSource.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler)
INTERNAL: Sets the external reference handler.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected ExternalReferenceHandlerIF |
XTMContentHandler.ref_handler |
protected ExternalReferenceHandlerIF |
XTMTopicMapReader.ref_handler |
protected ExternalReferenceHandlerIF |
XTMTopicMapReference.ref_handler |
protected ExternalReferenceHandlerIF |
XTMPathTopicMapSource.ref_handler |
Modifier and Type | Method and Description |
---|---|
ExternalReferenceHandlerIF |
XTMContentHandler.getExternalReferenceHandler()
INTERNAL: Gets the external reference handler.
|
ExternalReferenceHandlerIF |
XTMTopicMapReader.getExternalReferenceHandler()
PUBLIC: Gets the external reference handler.
|
ExternalReferenceHandlerIF |
XTMTopicMapReference.getExternalReferenceHandler()
PUBLIC: Gets the external reference handler.
|
ExternalReferenceHandlerIF |
XTMPathTopicMapSource.getExternalReferenceHandler()
PUBLIC: Gets the external reference handler.
|
Modifier and Type | Method and Description |
---|---|
void |
XTMContentHandler.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler)
INTERNAL: 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.
|
void |
XTMPathTopicMapSource.setExternalReferenceHandler(ExternalReferenceHandlerIF ref_handler)
PUBLIC: Sets the external reference handler.
|