public class NodeDetail
extends java.lang.Object
Node
within
a Difference instanceConstructor and Description |
---|
NodeDetail(java.lang.String value,
org.w3c.dom.Node node,
java.lang.String xpathLocation)
Constructor for NodeDetail.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Node |
getNode()
Returns the node.
|
java.lang.String |
getValue()
Returns the value.
|
java.lang.String |
getXpathLocation()
Returns the xpathLocation.
|