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

Packages that use TopicMapImporterIF
net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. 
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.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 TopicMapImporterIF in net.ontopia.topicmaps.impl.utils
 

Classes in net.ontopia.topicmaps.impl.utils that implement TopicMapImporterIF
 class net.ontopia.topicmaps.impl.utils.AbstractTopicMapReader
           
 

Uses of TopicMapImporterIF in net.ontopia.topicmaps.utils
 

Methods in net.ontopia.topicmaps.utils that return TopicMapImporterIF
static TopicMapImporterIF ImportExportUtils.getImporter(LocatorIF url)
          PUBLIC: Given a locator referring to a topic map, returns a topic map reader of the right class.
static TopicMapImporterIF ImportExportUtils.getImporter(java.lang.String filename_or_url)
          PUBLIC: Given the file name or URL of a topic map, returns a topic map importer of the right class.
 

Uses of TopicMapImporterIF in net.ontopia.topicmaps.utils.ctm
 

Classes in net.ontopia.topicmaps.utils.ctm that implement TopicMapImporterIF
 class CTMTopicMapReader
          PUBLIC: This TopicMapReader can read topic maps from the ISO-standard CTM syntax.
 

Uses of TopicMapImporterIF in net.ontopia.topicmaps.utils.ltm
 

Classes in net.ontopia.topicmaps.utils.ltm that implement TopicMapImporterIF
 class LTMTopicMapReader
          PUBLIC: This TopicMapReader can read topic maps from LTM files.
 

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

Classes in net.ontopia.topicmaps.utils.rdf that implement TopicMapImporterIF
 class RDFTopicMapReader
          PUBLIC: Converts an RDF model to a topic map using a schema-specific mapping defined using RDF.
 

Uses of TopicMapImporterIF in net.ontopia.topicmaps.xml
 

Classes in net.ontopia.topicmaps.xml that implement TopicMapImporterIF
 class TMXMLReader
          PUBLIC: A reader importing topic maps (or fragments) from the TM/XML syntax.
 class XTMTopicMapReader
          PUBLIC: A topic map reader that reads the XTM 1.0 interchange syntax.
 



Copyright © 2000-2009 Ontopia.