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

Packages that use TopicMapWriterIF
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.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.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.ltm
 

Classes in net.ontopia.topicmaps.utils.ltm that implement TopicMapWriterIF
 class LTMTopicMapWriter
          PUBLIC: Exports topic maps to the LTM 1.3 interchange format.
 

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
          EXPERIMENTAL: 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 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 or 2.0.
 



Copyright © 2000-2009 Ontopia.