Uses of Interface
net.ontopia.topicmaps.core.TopicMapWriterIF
Packages that use TopicMapWriterIF
Package
Description
High level interfaces for locating and maintaining references to
topic maps.
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
Provides support for the ISO-standardized textual Compact Topic Maps
syntax (or CTM) format for topic maps.
This package provides support for the JSON Topic Map
Notation (or JTM) format for topic maps.
This package provides support for the textual Linear Topic Map
Notation (or LTM) format for topic maps.
This package provides support for RDF (Resource Description
Framework), a topic map-like data model for metadata defined by the
W3C.
Classes for importing and exporting topic maps in the XML
interchange format.
-
Uses of TopicMapWriterIF in net.ontopia.topicmaps.entry
Methods in net.ontopia.topicmaps.entry that return TopicMapWriterIFModifier and TypeMethodDescriptionprotected abstract TopicMapWriterIFINTERNAL: Used by createTopicMap to serialize the new topic map. -
Uses of TopicMapWriterIF in net.ontopia.topicmaps.utils
Methods in net.ontopia.topicmaps.utils that return TopicMapWriterIFModifier and TypeMethodDescriptionImportExportServiceIF.getWriter(OutputStream stream) PUBLIC: Create and return a TopicMapWriterIF for the specified stream.static TopicMapWriterIFPUBLIC: Given the file for a topicmap, returns a topicmap writer of the right class.static TopicMapWriterIFPUBLIC: Given the file for a topicmap, returns a topicmap writer of the right class. -
Uses of TopicMapWriterIF in net.ontopia.topicmaps.utils.ctm
Methods in net.ontopia.topicmaps.utils.ctm that return TopicMapWriterIF -
Uses of TopicMapWriterIF in net.ontopia.topicmaps.utils.jtm
Classes in net.ontopia.topicmaps.utils.jtm that implement TopicMapWriterIFModifier and TypeClassDescriptionclassPUBLIC: Exports topic maps to the JTM 1.0 interchange format. -
Uses of TopicMapWriterIF in net.ontopia.topicmaps.utils.ltm
Classes in net.ontopia.topicmaps.utils.ltm that implement TopicMapWriterIFModifier and TypeClassDescriptionclassPUBLIC: Exports topic maps to the LTM 1.3 interchange format.Methods in net.ontopia.topicmaps.utils.ltm that return TopicMapWriterIF -
Uses of TopicMapWriterIF in net.ontopia.topicmaps.utils.rdf
Classes in net.ontopia.topicmaps.utils.rdf that implement TopicMapWriterIFModifier and TypeClassDescriptionclassPUBLIC: A topic map writer that can convert topic maps to RDF.Methods in net.ontopia.topicmaps.utils.rdf that return TopicMapWriterIF -
Uses of TopicMapWriterIF in net.ontopia.topicmaps.xml
Classes in net.ontopia.topicmaps.xml that implement TopicMapWriterIFModifier and TypeClassDescriptionclassPUBLIC: A topic map writer that writes topic maps out to Ontopia's Canonical XTM topic map format.classPUBLIC: A topic map writer that writes topic maps out to the format defined in ISO 13250-4: Topic Maps -- Canonicalization.classPUBLIC: A writer exporting topic maps (or fragments) to the TM/XML syntax.final classPUBLIC: 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.htmfinal classPUBLIC: A topic map writer that can write topic maps out into the interchange syntax defined by XTM 2.0.classPUBLIC: A topic map writer that can write topic maps out as either XTM 1.0, 2.0 or 2.1.Methods in net.ontopia.topicmaps.xml that return TopicMapWriterIFModifier and TypeMethodDescriptionprotected TopicMapWriterIFINTERNAL: Used by createTopicMap to serialize the new topic map.protected TopicMapWriterIFINTERNAL: Used by createTopicMap to serialize the new topic map.