Uses of Enum Class
com.deltaxml.dita.config.XmlVersionDeclaration
Packages that use XmlVersionDeclaration
-
Uses of XmlVersionDeclaration in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return XmlVersionDeclarationModifier and TypeMethodDescriptionAdvancedBehaviour.getXmlVersionDeclaration()Gets the value of the xmlVersionDeclaration parameter.static XmlVersionDeclarationReturns the enum constant of this class with the specified name.static XmlVersionDeclaration[]XmlVersionDeclaration.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.dita.config with parameters of type XmlVersionDeclarationModifier and TypeMethodDescriptionvoidAdvancedBehaviour.setXmlVersionDeclaration(XmlVersionDeclaration value) Sets the version to use in the XML declaration.