Uses of Enum Class
com.deltaxml.core.config.InvalidTableBehaviour
Packages that use InvalidTableBehaviour
Package
Description
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of InvalidTableBehaviour in com.deltaxml.core.config
Methods in com.deltaxml.core.config that return InvalidTableBehaviourModifier and TypeMethodDescriptionCalsTableConfiguration.getInvalidTableBehaviour()Returns the current behaviour in use when inputs contain invalid CALS tables.HtmlTableConfiguration.getInvalidTableBehaviour()Returns the current behaviour 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.core.config with parameters of type InvalidTableBehaviourModifier and TypeMethodDescriptionvoidCalsTableConfiguration.setInvalidTableBehaviour(InvalidTableBehaviour behaviour) Sets the behaviour to use when inputs contain invalid CALS tables.voidHtmlTableConfiguration.setInvalidTableBehaviour(InvalidTableBehaviour behaviour) Sets the behaviour to use when inputs contain invalid HTML tables.