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 class
BuilderEventHandler
INTERNAL: The event handler which actually builds the topic map.class
TemplateEventHandler
INTERNAL: 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 void
Template. invoke(List arguments, ParseEventHandlerIF handler)
Invokes the template.void
ParseEventIF. replay(ParseEventHandlerIF handler)
void
CTMParser. 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)
-