Uses of Class
net.ontopia.topicmaps.xml.AbstractTopicMapExporter
-
Packages that use AbstractTopicMapExporter Package Description net.ontopia.topicmaps.xml Classes for importing and exporting topic maps in the XML interchange format. -
-
Uses of AbstractTopicMapExporter in net.ontopia.topicmaps.xml
Subclasses of AbstractTopicMapExporter in net.ontopia.topicmaps.xml Modifier and Type Class Description classTMXMLWriterPUBLIC: A writer exporting topic maps (or fragments) to the TM/XML syntax.classXTM2TopicMapExporterINTERNAL: Exports topic maps to the XTM 2.0 or 2.1 interchange format.classXTMFragmentExporterPUBLIC: Exports partial topic maps using an approach inspired by the XTM Fragment Interchange 0.1 specification, but different.classXTMTopicMapExporterINTERNAL: Exports topic maps to the XTM 1.0 interchange format.
-