Uses of Enum Class
com.deltaxml.core.config.ModifiedWhitespaceBehaviour
Packages that use ModifiedWhitespaceBehaviour
Package
Description
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of ModifiedWhitespaceBehaviour in com.deltaxml.core.config
Methods in com.deltaxml.core.config that return ModifiedWhitespaceBehaviourModifier and TypeMethodDescriptionstatic ModifiedWhitespaceBehaviourModifiedWhitespaceBehaviour.getModifedWhitespaceBehaviour(String value) Returns aModifiedWhitespaceBehaviourobject from the supplied String value if appropriate.ResultReadabilityOptions.getModifiedWhitespaceBehaviour()Return the currentModifiedWhitespaceBehaviourfor handling changes in whitespace.static ModifiedWhitespaceBehaviourReturns the enum constant of this class with the specified name.static ModifiedWhitespaceBehaviour[]ModifiedWhitespaceBehaviour.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.core.config with parameters of type ModifiedWhitespaceBehaviourModifier and TypeMethodDescriptionvoidResultReadabilityOptions.setModifiedWhitespaceBehaviour(ModifiedWhitespaceBehaviour mode) Set theModifiedWhitespaceBehaviourto use for changes to whitespace.