Uses of Interface
net.ontopia.topicmaps.utils.ctm.ParseContextIF
-
Packages that use ParseContextIF Package Description net.ontopia.topicmaps.utils.ctm Provides support for the ISO-standardized textual Compact Topic Maps syntax (or CTM) format for topic maps. -
-
Uses of ParseContextIF in net.ontopia.topicmaps.utils.ctm
Classes in net.ontopia.topicmaps.utils.ctm that implement ParseContextIF Modifier and Type Class Description classGlobalParseContextclassLocalParseContextMethods in net.ontopia.topicmaps.utils.ctm that return ParseContextIF Modifier and Type Method Description ParseContextIFCTMParser. getContext()Methods in net.ontopia.topicmaps.utils.ctm with parameters of type ParseContextIF Modifier and Type Method Description voidCTMParser. setHandler(ParseEventHandlerIF handler, ParseContextIF context)voidCTMParser. setTopicMap(TopicMapIF topicmap, ParseContextIF parent)Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type ParseContextIF Constructor Description BuilderEventHandler(TopicMapBuilderIF builder, ParseContextIF context)IRIAsArgumentGenerator(ParseContextIF context, LocatorIF locator)LocalParseContext(TopicMapIF topicmap, LocatorIF base, ParseContextIF parent)NamedWildcardTopicGenerator(ParseContextIF context, String name)WildcardTopicGenerator(ParseContextIF context)
-