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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
target
-
xpath
-
value
-
parentXPath
-
-
Constructor Details
-
Detail
-
-
Method Details
-
getTarget
The actual target. -
getXPath
XPath leading to the target. -
getValue
The value for comparison found at the current target. -
getParentXPath
XPath leading to the target's parent.
-