Uses of Enum Class
com.deltaxml.docbook.config.PreservationMode
Packages that use PreservationMode
Package
Description
Configuration objects for the DocBook comparison API.
-
Uses of PreservationMode in com.deltaxml.docbook.config
Methods in com.deltaxml.docbook.config that return PreservationModeModifier and TypeMethodDescriptionOutputParameters.getPreservationMode()Gets the value of the preservationMode parameter.static PreservationModeReturns the enum constant of this class with the specified name.static PreservationMode[]PreservationMode.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 PreservationModeModifier and TypeMethodDescriptionvoidOutputParameters.setPreservationMode(PreservationMode value) Sets the mode to use for preserving original data.