Package | Description |
---|---|
net.ontopia.topicmaps.entry |
High level interfaces for locating and maintaining references to
topic maps.
|
net.ontopia.topicmaps.impl.rdbms |
Relational database implementation of the core topic map
interfaces.
|
net.ontopia.topicmaps.impl.utils |
INTERNAL: Classes that are used by many implementations.
|
net.ontopia.topicmaps.rest.converters | |
net.ontopia.topicmaps.utils |
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
|
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.
|
net.ontopia.topicmaps.utils.rdf |
This package provides support for RDF (Resource Description
Framework), a topic map-like data model for metadata defined by the
W3C.
|
net.ontopia.topicmaps.utils.xfml | |
net.ontopia.topicmaps.xml |
Classes for importing and exporting topic maps in the XML
interchange format.
|
Modifier and Type | Method and Description |
---|---|
protected abstract TopicMapReaderIF |
AbstractOntopolyURLReference.getImporter() |
Modifier and Type | Class and Description |
---|---|
class |
RDBMSTopicMapReader
INTERNAL: Topic map reader that reads topic maps from the RDBMS
backend connector.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTopicMapReader
INTERNAL: Common abstract superclass for topic map readers.
|
Modifier and Type | Method and Description |
---|---|
protected TopicMapReaderIF |
XTMConverter.getFragmentReader(InputStream stream,
LocatorIF base_address) |
protected TopicMapReaderIF |
LTMConverter.getFragmentReader(InputStream stream,
LocatorIF base_address) |
protected TopicMapReaderIF |
CTMConverter.getFragmentReader(InputStream stream,
LocatorIF base_address) |
protected TopicMapReaderIF |
TMXMLConverter.getFragmentReader(InputStream stream,
LocatorIF base_address) |
protected abstract TopicMapReaderIF |
AbstractConverter.getFragmentReader(InputStream stream,
LocatorIF base_address) |
protected TopicMapReaderIF |
JTMConverter.getFragmentReader(InputStream stream,
LocatorIF base_address) |
Modifier and Type | Method and Description |
---|---|
static TopicMapReaderIF |
ImportExportUtils.getReader(File file)
PUBLIC: Given a file reference to a topic map, returns a topic
map reader of the right class.
|
static TopicMapReaderIF |
ImportExportUtils.getReader(String filename_or_url)
PUBLIC: Given the file name or URL of a topic map, returns a
topic map reader of the right class.
|
TopicMapReaderIF |
ImportExportServiceIF.getReader(URL resource)
PUBLIC: Create and return a TopicMapReaderIF for the specified resource.
|
static TopicMapReaderIF |
ImportExportUtils.getReader(URL url)
PUBLIC: Given a locator referring to a topic map, returns a topic
map reader of the right class.
|
Modifier and Type | Class and Description |
---|---|
class |
CTMTopicMapReader
PUBLIC: This TopicMapReader can read topic maps from the ISO-standard
CTM syntax.
|
Modifier and Type | Method and Description |
---|---|
TopicMapReaderIF |
CTMTopicMapReference.getImporter() |
Modifier and Type | Class and Description |
---|---|
class |
JTMTopicMapReader
PUBLIC: This TopicMapReader can read topic maps in JTM 1.0 notation.
|
Modifier and Type | Class and Description |
---|---|
class |
LTMTopicMapReader
PUBLIC: This TopicMapReader can read topic maps from LTM files.
|
Modifier and Type | Method and Description |
---|---|
TopicMapReaderIF |
LTMTopicMapReference.getImporter() |
Modifier and Type | Class and Description |
---|---|
class |
RDFTopicMapReader
PUBLIC: Converts an RDF model to a topic map using a
schema-specific mapping defined using RDF.
|
Modifier and Type | Method and Description |
---|---|
protected TopicMapReaderIF |
RDFTopicMapReference.getImporter() |
TopicMapReaderIF |
RDFImporterExporterService.getReader(URL resource) |
Modifier and Type | Class and Description |
---|---|
class |
XFMLTopicMapReader
PUBLIC: A topic map reader that is capable of reading the XFML format
for faceted hierarchical metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
TMXMLReader
PUBLIC: A reader importing topic maps (or fragments) from the
TM/XML syntax.
|
class |
XTMTopicMapReader
PUBLIC: A topic map reader that reads the XTM 1.0 interchange
syntax.
|
Modifier and Type | Method and Description |
---|---|
protected TopicMapReaderIF |
TMXMLTopicMapReference.getImporter() |
protected TopicMapReaderIF |
XTMTopicMapReference.getImporter() |