Uses of Enum Class
com.deltaxml.docbook.config.UnmarkedChangeMode
Packages that use UnmarkedChangeMode
Package
Description
Configuration objects for the DocBook comparison API.
-
Uses of UnmarkedChangeMode in com.deltaxml.docbook.config
Methods in com.deltaxml.docbook.config that return UnmarkedChangeModeModifier and TypeMethodDescriptionSelectingUnrepresentableChange.getUnmarkedChangeMode()Gets the value of the unmarkedChangeMode parameter.static UnmarkedChangeModeReturns the enum constant of this class with the specified name.static UnmarkedChangeMode[]UnmarkedChangeMode.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 UnmarkedChangeModeModifier and TypeMethodDescriptionvoidSelectingUnrepresentableChange.setUnmarkedChangeMode(UnmarkedChangeMode value) Specifies how to handle data that cannot contain difference markup.Constructors in com.deltaxml.docbook.config with parameters of type UnmarkedChangeModeModifierConstructorDescriptionSelectingUnrepresentableChange(UnmarkedChangeMode unmarkedChangeMode) Create a newSelectingUnrepresentableChangeinstance, setting how to handle data that cannot contain difference markup.