XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api InvalidModifiedElementException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
A modified element must contain at least one of the following: new-attributes, old-attributes or child elements.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api InvalidModifiedElementException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
A modified element must contain at least one of the following: new-attributes, old-attributes or child elements. If none of these is true, then the element has no changes - and hence is unchanged.
There are methods available to find out whether the modified element is unordered, and the xpath of the modified element.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when called with this exception the result will be: 55 or 68 depending on whether this is a ordered or unordered modified delta.
See Also