Uses of Interface
net.ontopia.topicmaps.core.TopicMapWriterIF
-
Packages that use TopicMapWriterIF 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. -
-
Uses of TopicMapWriterIF in net.ontopia.topicmaps.entry
Methods in net.ontopia.topicmaps.entry that return TopicMapWriterIF Modifier and Type Method Description protected abstract TopicMapWriterIF
AbstractOntopolyTopicMapSource. getWriter(File file)
INTERNAL: 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 TopicMapWriterIF Modifier and Type Method Description TopicMapWriterIF
ImportExportServiceIF. getWriter(OutputStream stream)
PUBLIC: Create and return a TopicMapWriterIF for the specified stream.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. -
Uses of TopicMapWriterIF in net.ontopia.topicmaps.utils.ctm
Methods in net.ontopia.topicmaps.utils.ctm that return TopicMapWriterIF Modifier and Type Method Description TopicMapWriterIF
CTMPathTopicMapSource. getWriter(File file)
-
Uses of TopicMapWriterIF in net.ontopia.topicmaps.utils.jtm
Classes in net.ontopia.topicmaps.utils.jtm that implement TopicMapWriterIF Modifier and Type Class Description class
JTMTopicMapWriter
PUBLIC: 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 TopicMapWriterIF Modifier and Type Class Description class
LTMTopicMapWriter
PUBLIC: Exports topic maps to the LTM 1.3 interchange format.Methods in net.ontopia.topicmaps.utils.ltm that return TopicMapWriterIF Modifier and Type Method Description TopicMapWriterIF
LTMPathTopicMapSource. getWriter(File file)
-
Uses of TopicMapWriterIF in net.ontopia.topicmaps.utils.rdf
Classes in net.ontopia.topicmaps.utils.rdf that implement TopicMapWriterIF Modifier and Type Class Description class
RDFTopicMapWriter
PUBLIC: A topic map writer that can convert topic maps to RDF.Methods in net.ontopia.topicmaps.utils.rdf that return TopicMapWriterIF Modifier and Type Method Description TopicMapWriterIF
RDFImporterExporterService. getWriter(OutputStream stream)
-
Uses of TopicMapWriterIF in net.ontopia.topicmaps.xml
Classes in net.ontopia.topicmaps.xml that implement TopicMapWriterIF Modifier and Type Class 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.htmclass
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.Methods in net.ontopia.topicmaps.xml that return TopicMapWriterIF Modifier and Type Method 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.
-