Package | Description |
---|---|
net.ontopia.infoset.fulltext.topicmaps |
Collection of classes for indexing topic maps.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTopicMapDocumentGenerator
INTERNAL: The default topic map document generator that generates
DocumentIFs for topic map objects.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapDocumentGeneratorIF |
TopicMapIteratorGenerator.docgen |
Modifier and Type | Method and Description |
---|---|
TopicMapDocumentGeneratorIF |
TopicMapIteratorGenerator.getDocumentGenerator()
INTERNAL: Gets the topic map document generator that is to be used.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicMapIteratorGenerator.setDocumentGenerator(TopicMapDocumentGeneratorIF docgen)
INTERNAL: Gets the topic map document generator that is to be used.
|
Constructor and Description |
---|
TopicMapIteratorGenerator(TopicMapIF topicmap,
IndexerIF indexer,
TopicMapDocumentGeneratorIF docgen) |