|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseEventHandlerIF | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
Template.invoke(java.util.List arguments,
ParseEventHandlerIF handler)
Invokes the template. |
void |
ParseEventIF.replay(ParseEventHandlerIF handler)
|
void |
CTMParser.setHandler(ParseEventHandlerIF handler,
ParseContextIF context)
|
void |
CTMParser.setHandler(ParseEventHandlerIF handler,
ParseContextIF context)
|
Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type ParseEventHandlerIF | |
---|---|
TemplateEventHandler(java.lang.String name,
java.util.List<java.lang.String> parameters,
ParseEventHandlerIF real_handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |