Uses of Enum Class
com.deltaxml.core.config.ValidationLevel
Packages that use ValidationLevel
Package
Description
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of ValidationLevel in com.deltaxml.core.config
Methods in com.deltaxml.core.config that return ValidationLevelModifier and TypeMethodDescriptionCalsTableConfiguration.getValidationLevel()Returns theValidationLevelcurrent in use when validating CALS tables.HtmlTableConfiguration.getValidationLevel()Returns theValidationLevelcurrent in use when validating HTML tables.static ValidationLevelValidationLevel.getValidationLevel(String val) Returns aValidationLevelobject based on the supplied String value.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.core.config with parameters of type ValidationLevelModifier and TypeMethodDescriptionvoidCalsTableConfiguration.setValidationLevel(ValidationLevel level) Sets theValidationLevelto use for CALS table validation.voidHtmlTableConfiguration.setValidationLevel(ValidationLevel level) Sets theValidationLevelto use for HTML table validation.