Uses of Interface
net.ontopia.topicmaps.utils.ctm.LiteralGeneratorIF

Packages that use LiteralGeneratorIF
net.ontopia.topicmaps.utils.ctm Provides support for the ISO-standardized textual Compact Topic Maps syntax (or CTM) format for topic maps. 
 

Uses of LiteralGeneratorIF in net.ontopia.topicmaps.utils.ctm
 

Classes in net.ontopia.topicmaps.utils.ctm that implement LiteralGeneratorIF
 class BasicLiteralGenerator
           
 class IRIAsArgumentGenerator
          INTERNAL: A special generator that's used when an IRI is passed as an argument to a template because this can be either a topic reference or an IRI literal, and we don't know which.
 class VariableLiteralGenerator
          INTERNAL: Represents a variable as defined in a specific template.
 

Methods in net.ontopia.topicmaps.utils.ctm that return LiteralGeneratorIF
 LiteralGeneratorIF VariableLiteralGenerator.copyLiteral()
           
 LiteralGeneratorIF LiteralGeneratorIF.copyLiteral()
           
 LiteralGeneratorIF IRIAsArgumentGenerator.copyLiteral()
           
 LiteralGeneratorIF BasicLiteralGenerator.copyLiteral()
           
 

Methods in net.ontopia.topicmaps.utils.ctm with parameters of type LiteralGeneratorIF
 void TemplateEventHandler.addItemIdentifier(LiteralGeneratorIF locator)
           
 void ParseEventHandlerIF.addItemIdentifier(LiteralGeneratorIF locator)
           
 void BuilderEventHandler.addItemIdentifier(LiteralGeneratorIF locator)
           
 void TemplateEventHandler.addSubjectIdentifier(LiteralGeneratorIF locator)
           
 void ParseEventHandlerIF.addSubjectIdentifier(LiteralGeneratorIF locator)
           
 void BuilderEventHandler.addSubjectIdentifier(LiteralGeneratorIF locator)
           
 void TemplateEventHandler.addSubjectLocator(LiteralGeneratorIF locator)
           
 void ParseEventHandlerIF.addSubjectLocator(LiteralGeneratorIF locator)
           
 void BuilderEventHandler.addSubjectLocator(LiteralGeneratorIF locator)
           
 void TemplateEventHandler.startName(TopicGeneratorIF type, LiteralGeneratorIF value)
           
 void ParseEventHandlerIF.startName(TopicGeneratorIF type, LiteralGeneratorIF value)
           
 void BuilderEventHandler.startName(TopicGeneratorIF type, LiteralGeneratorIF value)
           
 void TemplateEventHandler.startOccurrence(TopicGeneratorIF type, LiteralGeneratorIF value)
           
 void ParseEventHandlerIF.startOccurrence(TopicGeneratorIF type, LiteralGeneratorIF value)
           
 void BuilderEventHandler.startOccurrence(TopicGeneratorIF type, LiteralGeneratorIF value)
           
 void TemplateEventHandler.startTopicItemIdentifier(LiteralGeneratorIF loc)
           
 void ParseEventHandlerIF.startTopicItemIdentifier(LiteralGeneratorIF locator)
           
 void BuilderEventHandler.startTopicItemIdentifier(LiteralGeneratorIF locator)
           
 void TemplateEventHandler.startTopicSubjectIdentifier(LiteralGeneratorIF loc)
           
 void ParseEventHandlerIF.startTopicSubjectIdentifier(LiteralGeneratorIF locator)
           
 void BuilderEventHandler.startTopicSubjectIdentifier(LiteralGeneratorIF locator)
           
 void TemplateEventHandler.startTopicSubjectLocator(LiteralGeneratorIF loc)
           
 void ParseEventHandlerIF.startTopicSubjectLocator(LiteralGeneratorIF locator)
           
 void BuilderEventHandler.startTopicSubjectLocator(LiteralGeneratorIF locator)
           
 void TemplateEventHandler.startVariant(LiteralGeneratorIF value)
           
 void ParseEventHandlerIF.startVariant(LiteralGeneratorIF value)
           
 void BuilderEventHandler.startVariant(LiteralGeneratorIF value)
           
 



Copyright © 2000-2009 Ontopia.