Uses of Enum Class
com.deltaxml.docbook.config.InvalidTableBehaviour
Packages that use InvalidTableBehaviour
Package
Description
Configuration objects for the DocBook comparison API.
-
Uses of InvalidTableBehaviour in com.deltaxml.docbook.config
Methods in com.deltaxml.docbook.config that return InvalidTableBehaviourModifier and TypeMethodDescriptionTableConfig.getInvalidTableBehaviour()Gets the value of the invalidTableBehaviour parameter.static InvalidTableBehaviourReturns the enum constant of this class with the specified name.static InvalidTableBehaviour[]InvalidTableBehaviour.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 InvalidTableBehaviourModifier and TypeMethodDescriptionvoidTableConfig.setInvalidTableBehaviour(InvalidTableBehaviour value) In order to ensure that only valid CALS tables are passed to our specialized CALS table processing, each input table is marked either valid or invalid.