public class NodeDetail
extends java.lang.Object
Node within
a Difference instance| Modifier and Type | Field and Description |
|---|---|
private org.w3c.dom.Node |
node |
private java.lang.String |
value |
private java.lang.String |
xpathLocation |
| Constructor 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.
|
private final java.lang.String value
private final org.w3c.dom.Node node
private final java.lang.String xpathLocation