Uses of Enum Class
com.deltaxml.core.config.PresetPreservationMode
Packages that use PresetPreservationMode
Package
Description
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of PresetPreservationMode in com.deltaxml.core.config
Methods in com.deltaxml.core.config that return PresetPreservationModeModifier and TypeMethodDescriptionstatic PresetPreservationModePresetPreservationMode.getPresetPreservationMode(String val) Returns a ProcessingItem object from the supplied String value if appropriate.static PresetPreservationModeReturns the enum constant of this class with the specified name.static PresetPreservationMode[]PresetPreservationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.deltaxml.core.config with parameters of type PresetPreservationModeModifierConstructorDescriptionLexicalPreservationConfig(PresetPreservationMode preserveItemSetName) Creates a new Configuration for lexical preservation using the specified mode.