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 class
GlobalParseContext
class
LocalParseContext
Methods in net.ontopia.topicmaps.utils.ctm that return ParseContextIF Modifier and Type Method Description ParseContextIF
CTMParser. getContext()
Methods in net.ontopia.topicmaps.utils.ctm with parameters of type ParseContextIF Modifier and Type Method Description void
CTMParser. setHandler(ParseEventHandlerIF handler, ParseContextIF context)
void
CTMParser. 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)
-