Package org.custommonkey.xmlunit
Class NodeDetail
- java.lang.Object
-
- org.custommonkey.xmlunit.NodeDetail
-
public class NodeDetail extends java.lang.Object
Parameter class for holding information about aNode
within a Difference instance
-
-
Field Summary
Fields Modifier and Type Field Description private org.w3c.dom.Node
node
private java.lang.String
value
private java.lang.String
xpathLocation
-
Constructor Summary
Constructors Constructor Description NodeDetail(java.lang.String value, org.w3c.dom.Node node, java.lang.String xpathLocation)
Constructor for NodeDetail.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.Node
getNode()
Returns the node.java.lang.String
getValue()
Returns the value.java.lang.String
getXpathLocation()
Returns the xpathLocation.
-