Uses of Interface
net.ontopia.topicmaps.core.TopicMapReaderIF
Packages that use TopicMapReaderIF
Package
Description
High level interfaces for locating and maintaining references to
topic maps.
Relational database implementation of the core topic map
interfaces.
INTERNAL: Classes that are used by many implementations.
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 TopicMapReaderIF in net.ontopia.topicmaps.entry
Methods in net.ontopia.topicmaps.entry that return TopicMapReaderIFModifier and TypeMethodDescriptionprotected abstract TopicMapReaderIFAbstractOntopolyURLReference.getImporter() -
Uses of TopicMapReaderIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapReaderIFModifier and TypeClassDescriptionclassINTERNAL: Topic map reader that reads topic maps from the RDBMS backend connector. -
Uses of TopicMapReaderIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement TopicMapReaderIFModifier and TypeClassDescriptionclassINTERNAL: Common abstract superclass for topic map readers. -
Uses of TopicMapReaderIF in net.ontopia.topicmaps.rest.converters
Methods in net.ontopia.topicmaps.rest.converters that return TopicMapReaderIFModifier and TypeMethodDescriptionprotected abstract TopicMapReaderIFAbstractConverter.getFragmentReader(InputStream stream, LocatorIF base_address) protected TopicMapReaderIFCTMConverter.getFragmentReader(InputStream stream, LocatorIF base_address) protected TopicMapReaderIFJTMConverter.getFragmentReader(InputStream stream, LocatorIF base_address) protected TopicMapReaderIFLTMConverter.getFragmentReader(InputStream stream, LocatorIF base_address) protected TopicMapReaderIFTMXMLConverter.getFragmentReader(InputStream stream, LocatorIF base_address) protected TopicMapReaderIFXTMConverter.getFragmentReader(InputStream stream, LocatorIF base_address) -
Uses of TopicMapReaderIF in net.ontopia.topicmaps.utils
Methods in net.ontopia.topicmaps.utils that return TopicMapReaderIFModifier and TypeMethodDescriptionPUBLIC: Create and return a TopicMapReaderIF for the specified resource.static TopicMapReaderIFPUBLIC: Given a file reference to a topic map, returns a topic map reader of the right class.static TopicMapReaderIFPUBLIC: Given the file name or URL of a topic map, returns a topic map reader of the right class.static TopicMapReaderIFPUBLIC: Given a locator referring to a topic map, returns a topic map reader of the right class. -
Uses of TopicMapReaderIF in net.ontopia.topicmaps.utils.ctm
Classes in net.ontopia.topicmaps.utils.ctm that implement TopicMapReaderIFModifier and TypeClassDescriptionclassPUBLIC: This TopicMapReader can read topic maps from the ISO-standard CTM syntax.Methods in net.ontopia.topicmaps.utils.ctm that return TopicMapReaderIF -
Uses of TopicMapReaderIF in net.ontopia.topicmaps.utils.jtm
Classes in net.ontopia.topicmaps.utils.jtm that implement TopicMapReaderIFModifier and TypeClassDescriptionclassPUBLIC: This TopicMapReader can read topic maps in JTM 1.0 notation. -
Uses of TopicMapReaderIF in net.ontopia.topicmaps.utils.ltm
Classes in net.ontopia.topicmaps.utils.ltm that implement TopicMapReaderIFModifier and TypeClassDescriptionclassPUBLIC: This TopicMapReader can read topic maps from LTM files.Methods in net.ontopia.topicmaps.utils.ltm that return TopicMapReaderIF -
Uses of TopicMapReaderIF in net.ontopia.topicmaps.utils.rdf
Classes in net.ontopia.topicmaps.utils.rdf that implement TopicMapReaderIFModifier and TypeClassDescriptionclassPUBLIC: Converts an RDF model to a topic map using a schema-specific mapping defined using RDF.Methods in net.ontopia.topicmaps.utils.rdf that return TopicMapReaderIF -
Uses of TopicMapReaderIF in net.ontopia.topicmaps.utils.xfml
Classes in net.ontopia.topicmaps.utils.xfml that implement TopicMapReaderIFModifier and TypeClassDescriptionclassPUBLIC: A topic map reader that is capable of reading the XFML format for faceted hierarchical metadata. -
Uses of TopicMapReaderIF in net.ontopia.topicmaps.xml
Classes in net.ontopia.topicmaps.xml that implement TopicMapReaderIFModifier and TypeClassDescriptionclassPUBLIC: A reader importing topic maps (or fragments) from the TM/XML syntax.classPUBLIC: A topic map reader that reads the XTM 1.0 interchange syntax.Methods in net.ontopia.topicmaps.xml that return TopicMapReaderIFModifier and TypeMethodDescriptionprotected TopicMapReaderIFTMXMLTopicMapReference.getImporter()protected TopicMapReaderIFXTMTopicMapReference.getImporter()