Uses of Enum Class
com.deltaxml.docbook.config.KeyingMode
Packages that use KeyingMode
Package
Description
Configuration objects for the DocBook comparison API.
-
Uses of KeyingMode in com.deltaxml.docbook.config
Methods in com.deltaxml.docbook.config that return KeyingModeModifier and TypeMethodDescriptionAlignment.getKeyingMode()Gets the value of the keyingMode parameter.static KeyingModeReturns the enum constant of this class with the specified name.static KeyingMode[]KeyingMode.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 KeyingModeModifier and TypeMethodDescriptionvoidAlignment.setKeyingMode(KeyingMode value) Sets the mode to use for adding keys to the input documents.Constructors in com.deltaxml.docbook.config with parameters of type KeyingModeModifierConstructorDescriptionAlignment(KeyingMode keyingMode) Constructs anAlignmentobject using the providedKeyingMode.