See: Description
Interface | Description |
---|---|
LTMParserTokenTypes |
Class | Description |
---|---|
LTMEncodingSniffer |
INTERNAL: An encoding sniffer for LTM.
|
LTMLexer |
INTERNAL: Lexer for LTM syntax.
|
LTMParser |
INTERNAL: Parser for the LTM syntax.
|
LTMPathTopicMapSource |
INTERNAL: Source that locates LTM topic map files in a directory on
the file system.
|
LTMTemplateImporter |
PUBLIC: Imports an LTM fragment with references to parameter values
specified externally.
|
LTMTopicMapReader |
PUBLIC: This TopicMapReader can read topic maps from LTM files.
|
LTMTopicMapReference |
INTERNAL: An LTM file topic map reference.
|
LTMTopicMapWriter |
PUBLIC: Exports topic maps to the LTM 1.3 interchange format.
|
Exception | Description |
---|---|
AntlrWrapException |
INTERNAL: Exception used to wrap other exceptions so that they can
be thrown from inside ANTLR-generated code.
|
This package provides support for the textual Linear Topic Map Notation (or LTM) format for topic maps. Using this format it is possible to quickly and easily write topic maps in a text editor. This package consists of a TopicMapReaderIF implementation, which can import LTM files into the object model.
Note that quite a few of the classes in this package are generated automatically by the ANTLR compiler construction tool. The ones that are meant to be used outside this package are marked with PUBLIC.