XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api NoMatchingItemCombineException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
An item with an unchanged delta in the delta file means that both of the original inputs will have contained the same XML node.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api NoMatchingItemCombineException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
An item with an unchanged delta in the delta file means that both of the original inputs will have contained the same XML node. For this reason, the combine processor expects the input document to contain the item.
A method is supplied to get the node of the item in the delta document which does not have a corresponding entry in the input file.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when called with this exception the result will be: 106
See Also