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
ConstructorsConstructorDescriptionNodeDetail
(String value, Node node, String xpathLocation) Constructor for NodeDetail. -
Method Summary
-
Constructor Details
-
NodeDetail
Constructor for NodeDetail.
-
-
Method Details
-
getNode
Returns the node.- Returns:
- Node
-
getValue
Returns the value.- Returns:
- String
-
getXpathLocation
Returns the xpathLocation.- Returns:
- String
-