Package net.ontopia.topicmaps.xml


package net.ontopia.topicmaps.xml
Classes for importing and exporting topic maps in the XML interchange format.
  • Class
    Description
    INTERNAL: Abstract SAX2 content handler used for reading various kinds of topic map documents.
    INTERNAL: Abstract class providing common operations used by XML exporters.
    PUBLIC: A topic map writer that writes topic maps out to Ontopia's Canonical XTM topic map format.
    PUBLIC: A topic map writer that writes topic maps out to the format defined in ISO 13250-4: Topic Maps -- Canonicalization.
     
    PUBLIC: An interface that can be implemented by handlers that would like to intercept external references in topic map documents.
    INTERNAL: SAX entity resolver that makes sure that doctype declarations referencing the ISO 13250 and XTM 1.0 DTDs using public ids are ignored.
    INTERNAL: SAX entity resolver that makes sure that doctype declarations referencing the XTM 1.0 DTD using public ids are given the correct DTD.
    PUBLIC: Thrown when an invalid topic map is processed.
    INTERNAL: Source that locates TM/XML files in a directory on the file system.
    PUBLIC: A reader importing topic maps (or fragments) from the TM/XML syntax.
    INTERNAL: A TM/XML file topic map reference.
    PUBLIC: A writer exporting topic maps (or fragments) to the TM/XML syntax.
    INTERNAL: SAX entity resolver that only follows doctype declarations referencing the ISO 13250 and XTM 1.0 DTDs using public ids if the references actually point to something that can be accessed.
    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
    INTERNAL: Reads both XTM 2.0 and XTM 2.1.
    INTERNAL: Exports topic maps to the XTM 2.0 or 2.1 interchange format.
    PUBLIC: A topic map writer that can write topic maps out into the interchange syntax defined by XTM 2.0.
    INTERNAL: SAX2 content handler used for importing XTM 1.0 topic map documents.
    PUBLIC: Exports partial topic maps using an approach inspired by the XTM Fragment Interchange 0.1 specification, but different.
    EXPERIMENTAL: Handler class used for processing locators.
    INTERNAL: Source that locates XTM topic map documents in a directory on the file system.
    INTERNAL: This content handler is used to detect whether the XTM event stream being read is an XTM 1.0 or 2.x document.
    INTERNAL: Exports topic maps to the XTM 1.0 interchange format.
    PUBLIC: A fragment writer for XTM 1.0.
    PUBLIC: A topic map reader that reads the XTM 1.0 interchange syntax.
    INTERNAL: An XTM document topic map reference.
    PUBLIC: A topic map writer that can write topic maps out as either XTM 1.0, 2.0 or 2.1.
    INTERNAL: SAX2 content handler used for validating XTM documents using Jing.
    PUBLIC: This class provides constants for XML Topic Maps (XTM) versions.