Uses of Enum Class
com.deltaxml.core.config.WarningReportMode
Packages that use WarningReportMode
Package
Description
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of WarningReportMode in com.deltaxml.core.config
Methods in com.deltaxml.core.config that return WarningReportModeModifier and TypeMethodDescriptionCalsTableConfiguration.getWarningReportMode()Returns theWarningReportModein use when invalid CALS tables are encountered.HtmlTableConfiguration.getWarningReportMode()Returns theWarningReportModein use when invalid HTML tables are encountered.static WarningReportModeWarningReportMode.getWarningReportMode(String val) Returns aWarningReportModeobject based on the supplied String value.static WarningReportModeReturns the enum constant of this class with the specified name.static WarningReportMode[]WarningReportMode.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 WarningReportModeModifier and TypeMethodDescriptionvoidCalsTableConfiguration.setWarningReportMode(WarningReportMode mode) Specifies how CALS table invalidity warnings should be reported.voidHtmlTableConfiguration.setWarningReportMode(WarningReportMode mode) Specifies how HTML table invalidity warnings should be reported.