Package | Description |
---|---|
com.deltaxml.mergecommon.config |
This package provides configuration classes for merge.
|
Modifier and Type | Method and Description |
---|---|
ValidationLevel |
CalsTableConfiguration.getValidationLevel()
Returns the
ValidationLevel current in use when validating CALS tables. |
ValidationLevel |
HtmlTableConfiguration.getValidationLevel()
Returns the
ValidationLevel current in use when validating HTML tables. |
static ValidationLevel |
ValidationLevel.getValidationLevel(String val)
Returns a
ValidationLevel object based on the supplied String value. |
static ValidationLevel |
ValidationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationLevel[] |
ValidationLevel.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.setValidationLevel(ValidationLevel level)
Sets the
ValidationLevel to use for CALS table validation. |
void |
HtmlTableConfiguration.setValidationLevel(ValidationLevel level)
Sets the
ValidationLevel to use for HTML table validation. |
Copyright © 2023 Deltaman Group Ltd. All Rights Reserved.