Uses of Interface
net.ontopia.topicmaps.utils.ctm.ParseEventHandlerIF
Packages that use ParseEventHandlerIF
Package
Description
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 ParseEventHandlerIFModifier and TypeClassDescriptionclassINTERNAL: The event handler which actually builds the topic map.classINTERNAL: 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 ParseEventHandlerIFModifier and TypeMethodDescriptionvoidTemplate.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 ParseEventHandlerIFModifierConstructorDescriptionTemplateEventHandler(String name, List<String> parameters, ParseEventHandlerIF real_handler)