Uses of Enum Class
com.deltaxml.htmlcompare.InvalidTableBehaviour
Packages that use InvalidTableBehaviour
-
Uses of InvalidTableBehaviour in com.deltaxml.htmlcompare
Methods in com.deltaxml.htmlcompare that return InvalidTableBehaviourModifier and TypeMethodDescriptionTableConfiguration.getInvalidTableBehaviour()Get the current value of the invalid table behaviour 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.htmlcompare with parameters of type InvalidTableBehaviourModifier and TypeMethodDescriptionvoidTableConfiguration.setInvalidTableBehaviour(InvalidTableBehaviour value) Sets the new value of the invalid table behaviour parameter that controls what happens when invalid tables are encountered.