Uses of Enum Class
com.deltaxml.docbook.config.XmlVersionDeclaration
Packages that use XmlVersionDeclaration
Package
Description
Configuration objects for the DocBook comparison API.
-
Uses of XmlVersionDeclaration in com.deltaxml.docbook.config
Methods in com.deltaxml.docbook.config that return XmlVersionDeclarationModifier and TypeMethodDescriptionAdvancedBehaviour.getXmlVersionDeclaration()Gets the value of the xmlVersionDeclaration.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.docbook.config with parameters of type XmlVersionDeclarationModifier and TypeMethodDescriptionvoidAdvancedBehaviour.setXmlVersionDeclaration(XmlVersionDeclaration value) Sets the version to use in the XML declaration.Constructors in com.deltaxml.docbook.config with parameters of type XmlVersionDeclarationModifierConstructorDescriptionAdvancedBehaviour(XmlVersionDeclaration xmlVersionDeclaration) Constructs a defaultAdvancedBehaviourobject using the providedXmlVersionDeclaration.AdvancedBehaviour(String outputEncodingDeclaration, XmlVersionDeclaration xmlVersionDeclaration, boolean enableXinclude) Constructs anAdvancedBehaviourobject with all possible parameters given.