Uses of Enum Class
com.deltaxml.htmlcompare.ValidationLevel
Packages that use ValidationLevel
-
Uses of ValidationLevel in com.deltaxml.htmlcompare
Methods in com.deltaxml.htmlcompare that return ValidationLevelModifier and TypeMethodDescriptionTableConfiguration.getValidationLevel()Get the current value of the validation level parameter.static ValidationLevelReturns the enum constant of this class with the specified name.static ValidationLevel[]ValidationLevel.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 ValidationLevelModifier and TypeMethodDescriptionvoidTableConfiguration.setValidationLevel(ValidationLevel value) Sets the new value of the validation level parameter that controls how strict to be when validating tables.