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 classDefaultTopicMapDocumentGeneratorINTERNAL: 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 TopicMapDocumentGeneratorIFTopicMapIteratorGenerator. docgenMethods in net.ontopia.infoset.fulltext.topicmaps that return TopicMapDocumentGeneratorIF Modifier and Type Method Description TopicMapDocumentGeneratorIFTopicMapIteratorGenerator. 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 voidTopicMapIteratorGenerator. 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)
-