Uses of Interface
net.ontopia.topicmaps.core.TopicMapWriterIF

Packages that use TopicMapWriterIF
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
protected abstract  TopicMapWriterIF AbstractOntopolyTopicMapSource.getWriter(java.io.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
static TopicMapWriterIF ImportExportUtils.getWriter(java.lang.String tmfile)
          PUBLIC: Given the file name of a topicmap, returns a topicmap writer of the right class.
static TopicMapWriterIF ImportExportUtils.getWriter(java.lang.String tmfile, java.lang.String encoding)
          PUBLIC: Given the file name of 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
 TopicMapWriterIF CTMPathTopicMapSource.getWriter(java.io.File file)
           
 

Uses of TopicMapWriterIF in net.ontopia.topicmaps.utils.jtm
 

Classes in net.ontopia.topicmaps.utils.jtm that implement TopicMapWriterIF
 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
 class LTMTopicMapWriter
          PUBLIC: Exports topic maps to the LTM 1.3 interchange format.
 

Methods in net.ontopia.topicmaps.utils.ltm that return TopicMapWriterIF
 TopicMapWriterIF LTMPathTopicMapSource.getWriter(java.io.File file)
           
 

Uses of TopicMapWriterIF in net.ontopia.topicmaps.utils.rdf
 

Classes in net.ontopia.topicmaps.utils.rdf that implement TopicMapWriterIF
 class RDFTopicMapWriter
          PUBLIC: A topic map writer that can convert topic maps to RDF.
 

Uses of TopicMapWriterIF in net.ontopia.topicmaps.xml
 

Classes in net.ontopia.topicmaps.xml that implement TopicMapWriterIF
 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.
 

Methods in net.ontopia.topicmaps.xml that return TopicMapWriterIF
protected  TopicMapWriterIF XTMPathTopicMapSource.getWriter(java.io.File file)
          INTERNAL: Used by createTopicMap to serialize the new topic map.
protected  TopicMapWriterIF TMXMLPathTopicMapSource.getWriter(java.io.File file)
          INTERNAL: Used by createTopicMap to serialize the new topic map.
 



Copyright © 2000-2012 Ontopia.