See: Description
| Interface | Description |
|---|---|
| TopicMapDocumentGeneratorIF |
INTERNAL: A document generator interface that can be implemented to
generate DocumentIFs for topic map objects.
|
| Class | Description |
|---|---|
| DefaultTopicMapDocumentGenerator |
INTERNAL: The default topic map document generator that generates
DocumentIFs for topic map objects.
|
| TopicMapDocument |
INTERNAL: A class that extends GenericDocument to add an appropriate
toString implementation for topic map documents.
|
| TopicMapIteratorGenerator |
INTERNAL: A topic map event generator that iterates the objects in a
topic map and produces documents for an indexer.
|
| TopicMapSearchResult |
INTERNAL: A List implementation that wraps a SearchResultIF to
present the actual topic map objects referenced in the search
result.
|