Package | Description |
---|---|
net.ontopia.topicmaps.entry |
High level interfaces for locating and maintaining references to
topic maps.
|
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.xml |
Classes for importing and exporting topic maps in the XML
interchange format.
|
Modifier and Type | Method and Description |
---|---|
protected abstract TopicMapWriterIF |
AbstractOntopolyTopicMapSource.getWriter(File file)
INTERNAL: Used by createTopicMap to serialize the new topic map.
|
Modifier and Type | Method and Description |
---|---|
static TopicMapWriterIF |
ImportExportUtils.getWriter(File tmfile)
PUBLIC: Given the file for a topicmap, returns a topicmap
writer of the right class.
|
static TopicMapWriterIF |
ImportExportUtils.getWriter(File tmfile,
String encoding)
PUBLIC: Given the file for a topicmap, returns a topicmap
writer of the right class.
|
TopicMapWriterIF |
ImportExportServiceIF.getWriter(OutputStream stream)
PUBLIC: Create and return a TopicMapWriterIF for the specified stream.
|
Modifier and Type | Method and Description |
---|---|
TopicMapWriterIF |
CTMPathTopicMapSource.getWriter(File file) |
Modifier and Type | Class and Description |
---|---|
class |
JTMTopicMapWriter
PUBLIC: Exports topic maps to the JTM 1.0 interchange format.
|
Modifier and Type | Class and Description |
---|---|
class |
LTMTopicMapWriter
PUBLIC: Exports topic maps to the LTM 1.3 interchange format.
|
Modifier and Type | Method and Description |
---|---|
TopicMapWriterIF |
LTMPathTopicMapSource.getWriter(File file) |
Modifier and Type | Class and Description |
---|---|
class |
RDFTopicMapWriter
PUBLIC: A topic map writer that can convert topic maps to RDF.
|
Modifier and Type | Method and Description |
---|---|
TopicMapWriterIF |
RDFImporterExporterService.getWriter(OutputStream stream) |
Modifier and Type | Class and Description |
---|---|
class |
CanonicalTopicMapWriter
PUBLIC: A topic map writer that writes topic maps out to Ontopia's
Canonical XTM topic map format.
|
class |
CanonicalXTMWriter
PUBLIC: A topic map writer that writes topic maps out to the format
defined in ISO 13250-4: Topic Maps -- Canonicalization.
|
class |
TMXMLWriter
PUBLIC: A writer exporting topic maps (or fragments) to the TM/XML
syntax.
|
class |
XTM21TopicMapWriter
PUBLIC: A topic map writer that can write topic maps out into the
interchange syntax defined by the 2010-03-02 draft of XTM 2.1,
as published at http://www.itscj.ipsj.or.jp/sc34/open/1378.htm
|
class |
XTM2TopicMapWriter
PUBLIC: A topic map writer that can write topic maps out into the
interchange syntax defined by XTM 2.0.
|
class |
XTMTopicMapWriter
PUBLIC: A topic map writer that can write topic maps out as either
XTM 1.0, 2.0 or 2.1.
|
Modifier and Type | Method and Description |
---|---|
protected TopicMapWriterIF |
TMXMLPathTopicMapSource.getWriter(File file)
INTERNAL: Used by createTopicMap to serialize the new topic map.
|
protected TopicMapWriterIF |
XTMPathTopicMapSource.getWriter(File file)
INTERNAL: Used by createTopicMap to serialize the new topic map.
|