Uses of Interface
net.ontopia.infoset.fulltext.topicmaps.TopicMapDocumentGeneratorIF
-
Packages that use TopicMapDocumentGeneratorIF Package Description net.ontopia.infoset.fulltext.topicmaps Collection of classes for indexing topic maps. -
-
Uses of TopicMapDocumentGeneratorIF in net.ontopia.infoset.fulltext.topicmaps
Classes in net.ontopia.infoset.fulltext.topicmaps that implement TopicMapDocumentGeneratorIF Modifier and Type Class Description class
DefaultTopicMapDocumentGenerator
INTERNAL: The default topic map document generator that generates DocumentIFs for topic map objects.Fields in net.ontopia.infoset.fulltext.topicmaps declared as TopicMapDocumentGeneratorIF Modifier and Type Field Description protected TopicMapDocumentGeneratorIF
TopicMapIteratorGenerator. docgen
Methods in net.ontopia.infoset.fulltext.topicmaps that return TopicMapDocumentGeneratorIF Modifier and Type Method Description TopicMapDocumentGeneratorIF
TopicMapIteratorGenerator. getDocumentGenerator()
INTERNAL: Gets the topic map document generator that is to be used.Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type TopicMapDocumentGeneratorIF Modifier and Type Method Description void
TopicMapIteratorGenerator. setDocumentGenerator(TopicMapDocumentGeneratorIF docgen)
INTERNAL: Gets the topic map document generator that is to be used.Constructors in net.ontopia.infoset.fulltext.topicmaps with parameters of type TopicMapDocumentGeneratorIF Constructor Description TopicMapIteratorGenerator(TopicMapIF topicmap, IndexerIF indexer, TopicMapDocumentGeneratorIF docgen)
-