Package | Description |
---|---|
com.deltaxml.mergecommon.config |
This package provides configuration classes for merge.
|
Modifier and Type | Method and Description |
---|---|
WarningReportMode |
CalsTableConfiguration.getWarningReportMode()
Returns the
WarningReportMode in use when invalid CALS tables are encountered. |
WarningReportMode |
HtmlTableConfiguration.getWarningReportMode()
Returns the
WarningReportMode in use when invalid HTML tables are encountered. |
static WarningReportMode |
WarningReportMode.getWarningReportMode(String val)
Returns a
WarningReportMode object based on the supplied String value. |
static WarningReportMode |
WarningReportMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WarningReportMode[] |
WarningReportMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CalsTableConfiguration.setWarningReportMode(WarningReportMode mode)
Specifies how CALS table invalidity warnings should be reported.
|
void |
HtmlTableConfiguration.setWarningReportMode(WarningReportMode mode)
Specifies how HTML table invalidity warnings should be reported.
|
Copyright © 2023 Deltaman Group Ltd. All Rights Reserved.