Package | Description |
---|---|
net.ontopia.topicmaps.impl.utils |
INTERNAL: Classes that are used by many implementations.
|
net.ontopia.topicmaps.utils.ctm |
Provides support for the ISO-standardized textual Compact Topic Maps
syntax (or CTM) format for topic maps.
|
net.ontopia.topicmaps.utils.jtm |
This package provides support for the JSON Topic Map
Notation (or JTM) format for topic maps.
|
net.ontopia.topicmaps.utils.ltm |
This package provides support for the textual Linear Topic Map
Notation (or LTM) format for topic maps.
|
Modifier and Type | Method and Description |
---|---|
static Reader |
AbstractTopicMapReader.makeReader(InputStream stream,
String encoding,
EncodingSnifferIF sniffer) |
static Reader |
AbstractTopicMapReader.makeReader(LocatorIF locator,
EncodingSnifferIF sniffer) |
protected Reader |
AbstractTopicMapReader.makeReader(String encoding,
EncodingSnifferIF sniffer) |
Modifier and Type | Class and Description |
---|---|
class |
CTMEncodingSniffer
INTERNAL: An encoding sniffer for CTM.
|
Modifier and Type | Class and Description |
---|---|
class |
JTMEncodingSniffer
INTERNAL: An encoding sniffer for JTM.
|
Modifier and Type | Class and Description |
---|---|
class |
LTMEncodingSniffer
INTERNAL: An encoding sniffer for LTM.
|