Uses of Enum Class
com.deltaxml.mergecommon.config.InvalidTableBehaviour
Packages that use InvalidTableBehaviour
Package
Description
This package provides configuration classes for merge.
-
Uses of InvalidTableBehaviour in com.deltaxml.mergecommon.config
Methods in com.deltaxml.mergecommon.config that return InvalidTableBehaviourModifier and TypeMethodDescriptionCalsTableConfiguration.getInvalidTableBehaviour()Returns the current behavior in use when inputs contain invalid CALS tables.HtmlTableConfiguration.getInvalidTableBehaviour()Returns the current behavior in use when inputs contain invalid HTML tables.static InvalidTableBehaviourInvalidTableBehaviour.getInvalidTableBehaviour(String val) Returns aInvalidTableBehaviourobject base on the supplied String value.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.mergecommon.config with parameters of type InvalidTableBehaviourModifier and TypeMethodDescriptionvoidCalsTableConfiguration.setInvalidTableBehaviour(InvalidTableBehaviour behaviour) 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.voidHtmlTableConfiguration.setInvalidTableBehaviour(InvalidTableBehaviour behaviour) In order to ensure that only valid HTML tables are passed to our specialized HTML table processing, each input table is marked either valid or invalid.