Uses of Class
net.ontopia.xml.AbstractXMLFormatReader
-
Packages that use AbstractXMLFormatReader Package Description net.ontopia.topicmaps.utils.xfml net.ontopia.topicmaps.xml Classes for importing and exporting topic maps in the XML interchange format. -
-
Uses of AbstractXMLFormatReader in net.ontopia.topicmaps.utils.xfml
Subclasses of AbstractXMLFormatReader in net.ontopia.topicmaps.utils.xfml Modifier and Type Class Description class
XFMLTopicMapReader
PUBLIC: A topic map reader that is capable of reading the XFML format for faceted hierarchical metadata. -
Uses of AbstractXMLFormatReader in net.ontopia.topicmaps.xml
Subclasses of AbstractXMLFormatReader in net.ontopia.topicmaps.xml Modifier and Type Class Description 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.
-