Uses of Interface
net.ontopia.topicmaps.utils.ctm.ParseEventHandlerIF
-
Packages that use ParseEventHandlerIF 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 ParseEventHandlerIF in net.ontopia.topicmaps.utils.ctm
Classes in net.ontopia.topicmaps.utils.ctm that implement ParseEventHandlerIF Modifier and Type Class Description classBuilderEventHandlerINTERNAL: The event handler which actually builds the topic map.classTemplateEventHandlerINTERNAL: An event handler which produces a template object, containing recorded events ready to be replayed when the template is invoked.Methods in net.ontopia.topicmaps.utils.ctm with parameters of type ParseEventHandlerIF Modifier and Type Method Description voidTemplate. invoke(List arguments, ParseEventHandlerIF handler)Invokes the template.voidParseEventIF. replay(ParseEventHandlerIF handler)voidCTMParser. setHandler(ParseEventHandlerIF handler, ParseContextIF context)Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type ParseEventHandlerIF Constructor Description TemplateEventHandler(String name, List<String> parameters, ParseEventHandlerIF real_handler)
-