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- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNodeDetail
(String value, Node node, String xpathLocation) Constructor for NodeDetail. -
Method Summary
-
Field Details
-
value
-
node
-
xpathLocation
-
-
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
-