Uses of Enum Class
com.deltaxml.core.config.ModifiedAttributeMode
Packages that use ModifiedAttributeMode
Package
Description
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of ModifiedAttributeMode in com.deltaxml.core.config
Methods in com.deltaxml.core.config that return ModifiedAttributeModeModifier and TypeMethodDescriptionstatic ModifiedAttributeModeModifiedAttributeMode.getModifiedAttributeMode(String value) Returns a ModifiedAttributeMode object from the supplied String value if appropriate.OutputFormatConfiguration.getModifiedAttributeMode()Returns theModifiedAttributeModeinstance representing the currently configured behaviour.static ModifiedAttributeModeReturns the enum constant of this class with the specified name.static ModifiedAttributeMode[]ModifiedAttributeMode.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 ModifiedAttributeModeModifier and TypeMethodDescriptionvoidOutputFormatConfiguration.setModifiedAttributeMode(ModifiedAttributeMode mode) Sets the behaviour for the outputting of modified attributes.