Uses of Interface
net.ontopia.infoset.fulltext.topicmaps.TopicMapDocumentGeneratorIF
Packages that use TopicMapDocumentGeneratorIF
Package
Description
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 TopicMapDocumentGeneratorIFModifier and TypeClassDescriptionclassINTERNAL: The default topic map document generator that generates DocumentIFs for topic map objects.Fields in net.ontopia.infoset.fulltext.topicmaps declared as TopicMapDocumentGeneratorIFModifier and TypeFieldDescriptionprotected TopicMapDocumentGeneratorIFTopicMapIteratorGenerator.docgenMethods in net.ontopia.infoset.fulltext.topicmaps that return TopicMapDocumentGeneratorIFModifier and TypeMethodDescriptionTopicMapIteratorGenerator.getDocumentGenerator()INTERNAL: Gets the topic map document generator that is to be used.Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type TopicMapDocumentGeneratorIFModifier and TypeMethodDescriptionvoidTopicMapIteratorGenerator.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 TopicMapDocumentGeneratorIFModifierConstructorDescriptionTopicMapIteratorGenerator(TopicMapIF topicmap, IndexerIF indexer, TopicMapDocumentGeneratorIF docgen)