Uses of Enum Class
com.deltaxml.docbook.config.WhitespaceProcessingMode
Packages that use WhitespaceProcessingMode
Package
Description
Configuration objects for the DocBook comparison API.
-
Uses of WhitespaceProcessingMode in com.deltaxml.docbook.config
Methods in com.deltaxml.docbook.config that return WhitespaceProcessingModeModifier and TypeMethodDescriptionTextComparisonConfig.getWhitespaceProcessingMode()Gets the value of the whitespaceProcessingMode parameter.static WhitespaceProcessingModeReturns the enum constant of this class with the specified name.static WhitespaceProcessingMode[]WhitespaceProcessingMode.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 WhitespaceProcessingModeModifier and TypeMethodDescriptionvoidTextComparisonConfig.setWhitespaceProcessingMode(WhitespaceProcessingMode value) Specifies how to handle whitespace changes.Constructors in com.deltaxml.docbook.config with parameters of type WhitespaceProcessingModeModifierConstructorDescriptionTextComparisonConfig(WhitespaceProcessingMode whitespaceProcessingMode) Create a newTextComparisonConfiginstance, specifies how to handle whitespace changes.