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 |
GlobalParseContext |
class |
LocalParseContext |
Modifier and Type | Method and Description |
---|---|
ParseContextIF |
CTMParser.getContext() |
ParseContextIF |
CTMParser.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
CTMParser.setHandler(ParseEventHandlerIF handler,
ParseContextIF context) |
void |
CTMParser.setHandler(ParseEventHandlerIF handler,
ParseContextIF context) |
void |
CTMParser.setTopicMap(TopicMapIF topicmap,
ParseContextIF parent) |
void |
CTMParser.setTopicMap(TopicMapIF topicmap,
ParseContextIF parent) |
Constructor and Description |
---|
BuilderEventHandler(TopicMapBuilderIF builder,
ParseContextIF context) |
IRIAsArgumentGenerator(ParseContextIF context,
LocatorIF locator) |
LocalParseContext(TopicMapIF topicmap,
LocatorIF base,
ParseContextIF parent) |
NamedWildcardTopicGenerator(ParseContextIF context,
String name) |
WildcardTopicGenerator(ParseContextIF context) |