XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api UnexpectedNewAttributesException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
In DX1, an attribute called new-attribute is used to store the deleted or, in the case of a modified attribute, the old value.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api UnexpectedNewAttributesException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
In DX1, an attribute called new-attribute is used to store the deleted or, in the case of a modified attribute, the old value. An new-attribute should only be supplied on modified elements.
A method is supplied to find out the xpath of the element which incorrectly contains a new-attribute.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when called with this exception the result will be: 62
See Also