Package | Description |
---|---|
com.deltaxml.mergecommon.config |
This package provides configuration classes for merge.
|
Modifier and Type | Method and Description |
---|---|
InvalidTableBehaviour |
CalsTableConfiguration.getInvalidTableBehaviour()
Returns the current behavior in use when inputs contain invalid CALS tables.
|
InvalidTableBehaviour |
HtmlTableConfiguration.getInvalidTableBehaviour()
Returns the current behavior in use when inputs contain invalid HTML tables.
|
static InvalidTableBehaviour |
InvalidTableBehaviour.getInvalidTableBehaviour(String val)
Returns a
InvalidTableBehaviour object base on the supplied String value. |
static InvalidTableBehaviour |
InvalidTableBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvalidTableBehaviour[] |
InvalidTableBehaviour.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.setInvalidTableBehaviour(InvalidTableBehaviour behaviour)
In order to ensure that only valid CALS tables are passed to our specialized CALS table processing, each input table is
marked either valid or invalid.
|
void |
HtmlTableConfiguration.setInvalidTableBehaviour(InvalidTableBehaviour behaviour)
In order to ensure that only valid HTML tables are passed to our specialized HTML table processing, each input table is
marked either valid or invalid.
|
Copyright © 2023 Deltaman Group Ltd. All Rights Reserved.