InvalidCalsTableBehaviour ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Specifies the behaviour to use when inputs contain invalid CALS tables.
Inheritance Hierarchy

System Object
  Object
    Enum
      com.deltaxml.cores9api.config InvalidCalsTableBehaviour

Namespace: com.deltaxml.cores9api.config
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

[SerializableAttribute]
[ObsoleteAttribute]
public sealed class InvalidCalsTableBehaviour : Enum
Remarks

Specifies the behaviour to use when inputs contain invalid CALS tables.

Some of the processing used for CALS table comparison makes the assumption that the tables conform to the CALS specification. In order to avoid errors in this processing, the tables are first validated to ensure that it will work as expected. When tables are not valid, there are several options for the behaviour that the comparison should take. This enum is used to specify the options.

See Also