Package org.xmlunit.diff
Class Comparison.Detail
java.lang.Object
org.xmlunit.diff.Comparison.Detail
- Enclosing class:
- Comparison
The details of a target (usually some representation of an XML
Node) that took part in the comparison.
-
Method Summary
-
Method Details
-
getTarget
The actual target.- Returns:
- the actual target
-
getXPath
XPath leading to the target.- Returns:
- XPath leading to the target
-
getValue
The value for comparison found at the current target.- Returns:
- the value for comparison found at the current target
-
getParentXPath
XPath leading to the target's parent.- Returns:
- XPath leading to the target's parent
-