Package org.custommonkey.xmlunit
Class NodeDetail
java.lang.Object
org.custommonkey.xmlunit.NodeDetail
Parameter class for holding information about a
Node
within
a Difference instance-
Constructor Summary
ConstructorDescriptionNodeDetail
(String value, Node node, String xpathLocation) Constructor for NodeDetail. -
Method Summary
-
Constructor Details
-
NodeDetail
Constructor for NodeDetail.- Parameters:
value
- value used for comparisonnode
- the node itselfxpathLocation
- XPath leading to the node
-
-
Method Details
-
getNode
Returns the node.- Returns:
- Node
-
getValue
Returns the value.- Returns:
- the value
-
getXpathLocation
Returns the xpathLocation.- Returns:
- the XPath location
-