Uses of Class
net.ontopia.topicmaps.utils.ctm.Template
-
Packages that use Template 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 Template in net.ontopia.topicmaps.utils.ctm
Methods in net.ontopia.topicmaps.utils.ctm that return Template Modifier and Type Method Description Template
GlobalParseContext. getTemplate(String name, int paramcount)
Template
ParseContextIF. getTemplate(String name, int paramcount)
Template
TemplateEventHandler. getTemplate()
Methods in net.ontopia.topicmaps.utils.ctm with parameters of type Template Modifier and Type Method Description void
GlobalParseContext. registerTemplate(String name, Template template)
void
ParseContextIF. registerTemplate(String name, Template template)
-