Uses of Class
net.ontopia.topicmaps.impl.utils.AbstractTopicMapReader
-
Packages that use AbstractTopicMapReader Package Description net.ontopia.topicmaps.utils.ctm Provides support for the ISO-standardized textual Compact Topic Maps syntax (or CTM) format for topic maps.net.ontopia.topicmaps.utils.jtm This package provides support for the JSON Topic Map Notation (or JTM) format for topic maps.net.ontopia.topicmaps.utils.ltm This package provides support for the textual Linear Topic Map Notation (or LTM) format for topic maps. -
-
Uses of AbstractTopicMapReader in net.ontopia.topicmaps.utils.ctm
Subclasses of AbstractTopicMapReader in net.ontopia.topicmaps.utils.ctm Modifier and Type Class Description class
CTMTopicMapReader
PUBLIC: This TopicMapReader can read topic maps from the ISO-standard CTM syntax. -
Uses of AbstractTopicMapReader in net.ontopia.topicmaps.utils.jtm
Subclasses of AbstractTopicMapReader in net.ontopia.topicmaps.utils.jtm Modifier and Type Class Description class
JTMTopicMapReader
PUBLIC: This TopicMapReader can read topic maps in JTM 1.0 notation. -
Uses of AbstractTopicMapReader in net.ontopia.topicmaps.utils.ltm
Subclasses of AbstractTopicMapReader in net.ontopia.topicmaps.utils.ltm Modifier and Type Class Description class
LTMTopicMapReader
PUBLIC: This TopicMapReader can read topic maps from LTM files.
-