See: Description
| Interface | Description |
|---|---|
| ComparisonHeartbeatListener |
A listener which receives events from the comparator indicating that progress has been made in the current comparison.
|
| Class | Description |
|---|---|
| FailureSeverity |
Defines the severity of a DeltaXMLProcessingException.
|
| Exception | Description |
|---|---|
| CannotCompareDeltaException |
It is not permitted to use a delta file to the input to a comparison since a meaningful delta result cannot be produced.
|
| CPUCountException |
An exception indicating that the license used to activate the software does not support the number of CPUs being used.
|
| DeltaXMLException |
This class specifies an exceptional condition.
|
| DeltaXMLProcessingException |
This class specifies an exceptional condition that occurred during the comparison and recombination processes.
|
| DifferentRootElementException |
Files being compared must have equivalent root elements.
|
| DifferingOrderedAttributesException |
The deltaxml:ordered attribute is placed on elements to control whether its children are compared using the ordered comparison
algorithm or the orderless algorithm.
|
| InvalidClarkNameException |
An exception of this type happens when the core comparator expects a Clark name, e.g.
|
| InvalidDeltaXmlMarkupForTable |
Thrown when something about 2 Tables being compared prevents the Comparator from making a valid attempt at comparison.
|
| InvalidLicenseException |
An exception indicating that the wrong type of license was found or supplied at runtime.
|
| InvalidOriginalPositionException |
An Element has an {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute which has an invalid format.
|
| InvalidSoftKeyAttributeException |
An exception of this type happens when Soft Key attributes are used in an incorrect or ambiguous way.
|
| LicenseConcurrencyLimitException |
An exception indicating that the server-controlled concurrency limit has been exceeded.
|
| LicenseContentException |
An exception indicating that the there was a problem with the license used to activate the software.
|
| LicenseException |
This class groups all of the licensing related exceptions together.
|
| LicenseExpiredException |
An exception indicating that the license used to activate the software has expired.
|
| LicenseNotYetValidException |
An exception indicating that this license has not yet started
|
| LicenseSecurityException |
An exception indicating a problem with the activation/licensing or other security related aspects of the DeltaXML software when
the JVM is using a Security Manager.
|
| NoLicenseInstalledException |
An exception indicating that the software has not been sucessfully activated with an appropriate license.
|
| UnorderedDuplicateKeysException |
An orderless element (one with the
deltaxml:ordered='false' attribute) cannot contain more than one child element
with the same name/type (ie. |
| Error | Description |
|---|---|
| DeltaXMLError |
This class specifies an error condition.
|
This package contains a collection of classes and exceptions used in error reporting.
The comparison (or diff) function between two XML trees produces a delta tree which describes the differences between the two input trees. The recombination (or patch) operation can use the delta tree produced by the comparison and one of the original input files and regenerate the other input file.
Copies of saxon.jar and xercesImpl.jar are included with this release. They are provided for
convenience. They may be used by including them in the JVM classpath. Alternative JAXP implementations may be substituted.
A samples directory provides code samples and data together with a README file explaining compilation/running.
Please visit our Support Page to find the relevant channels to use for any questions, bug-reports, suggested enhancements or any other matter related to this software.