Package | Description |
---|---|
net.ontopia.topicmaps.utils.ctm |
Provides support for the ISO-standardized textual Compact Topic Maps
syntax (or CTM) format for topic maps.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Template.invoke(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) |
Constructor and Description |
---|
TemplateEventHandler(String name,
List<String> parameters,
ParseEventHandlerIF real_handler) |