Uses of Class
net.ontopia.topicmaps.xml.XTMVersion
-
Packages that use XTMVersion Package Description net.ontopia.topicmaps.xml Classes for importing and exporting topic maps in the XML interchange format. -
-
Uses of XTMVersion in net.ontopia.topicmaps.xml
Methods in net.ontopia.topicmaps.xml that return XTMVersion Modifier and Type Method Description protected XTMVersion
XTM21TopicMapWriter. getVersion()
protected XTMVersion
XTM2TopicMapWriter. getVersion()
XTMVersion
XTMSnifferContentHandler. getXTMVersion()
static XTMVersion
XTMVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static XTMVersion[]
XTMVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ontopia.topicmaps.xml with parameters of type XTMVersion Modifier and Type Method Description void
XTMTopicMapWriter. setVersion(XTMVersion version)
PUBLIC: Set XTM version to use on export.Constructors in net.ontopia.topicmaps.xml with parameters of type XTMVersion Constructor Description XTMValidatingContentHandler(ContentHandler child, XTMVersion version)
-