Uses of Enum Class
com.deltaxml.docbook.config.ModifiedAttributeMode
Packages that use ModifiedAttributeMode
Package
Description
Configuration objects for the DocBook comparison API.
-
Uses of ModifiedAttributeMode in com.deltaxml.docbook.config
Methods in com.deltaxml.docbook.config that return ModifiedAttributeModeModifier and TypeMethodDescriptionSelectingUnrepresentableChange.getModifiedAttributeMode()Gets the value of the modifiedAttributeMode parameter.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.docbook.config with parameters of type ModifiedAttributeModeModifier and TypeMethodDescriptionvoidSelectingUnrepresentableChange.setModifiedAttributeMode(ModifiedAttributeMode value) Specifies how modified attributes should be included in the output.Constructors in com.deltaxml.docbook.config with parameters of type ModifiedAttributeModeModifierConstructorDescriptionSelectingUnrepresentableChange(ModifiedAttributeMode modifiedAttributeMode) Create a newSelectingUnrepresentableChangeinstance, setting how modified attributes should be included in the output.