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 class
TMXMLWriter
PUBLIC: A writer exporting topic maps (or fragments) to the TM/XML syntax.class
XTM2TopicMapExporter
INTERNAL: Exports topic maps to the XTM 2.0 or 2.1 interchange format.class
XTMFragmentExporter
PUBLIC: Exports partial topic maps using an approach inspired by the XTM Fragment Interchange 0.1 specification, but different.class
XTMTopicMapExporter
INTERNAL: Exports topic maps to the XTM 1.0 interchange format.
-