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 XTMVersionXTM21TopicMapWriter. getVersion()protected XTMVersionXTM2TopicMapWriter. getVersion()XTMVersionXTMSnifferContentHandler. getXTMVersion()static XTMVersionXTMVersion. 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 voidXTMTopicMapWriter. 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)
-