Uses of Enum Class
com.deltaxml.dita.config.WhitespaceProcessingMode
Packages that use WhitespaceProcessingMode
-
Uses of WhitespaceProcessingMode in com.deltaxml.dita.config
Methods in com.deltaxml.dita.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.dita.config with parameters of type WhitespaceProcessingModeModifier and TypeMethodDescriptionvoidTextComparisonConfig.setWhitespaceProcessingMode(WhitespaceProcessingMode value) Specifies how to handle whitespace changes.