Uses of Enum Class
net.ontopia.topicmaps.xml.XTMVersion
Packages that use XTMVersion
Package
Description
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 XTMVersionModifier and TypeMethodDescriptionprotected XTMVersionXTM21TopicMapWriter.getVersion()protected XTMVersionXTM2TopicMapWriter.getVersion()XTMSnifferContentHandler.getXTMVersion()static XTMVersionReturns the enum constant of this class with the specified name.static XTMVersion[]XTMVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ontopia.topicmaps.xml with parameters of type XTMVersionModifier and TypeMethodDescriptionvoidXTMTopicMapWriter.setVersion(XTMVersion version) PUBLIC: Set XTM version to use on export.Constructors in net.ontopia.topicmaps.xml with parameters of type XTMVersionModifierConstructorDescriptionXTMValidatingContentHandler(ContentHandler child, XTMVersion version)