public class NodeDetail
extends java.lang.Object
Node
within
a Difference instanceConstructor | Description |
---|---|
NodeDetail(java.lang.String value,
org.w3c.dom.Node node,
java.lang.String xpathLocation) |
Constructor for NodeDetail.
|
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.
|