DeletedSubtreeMismatchException getDeltaElementXPath Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Reports the keyed element in the delta input to the comparison which should have a exactly equalsubtree in the non-delta input, with the same key.

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

public virtual string getDeltaElementXPath()

Return Value

Type: String
the XPath of the (keyed) element in the delta input
Remarks

Reports the keyed element in the delta input to the comparison which should have a exactly equalsubtree in the non-delta input, with the same key.
See Also