public static class Comparison.Detail
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
parentXPath |
private org.w3c.dom.Node |
target |
private java.lang.Object |
value |
private java.lang.String |
xpath |
Modifier | Constructor and Description |
---|---|
private |
Detail(org.w3c.dom.Node n,
java.lang.String x,
java.lang.Object v,
java.lang.String parentX) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParentXPath()
XPath leading to the target's parent.
|
org.w3c.dom.Node |
getTarget()
The actual target.
|
java.lang.Object |
getValue()
The value for comparison found at the current target.
|
java.lang.String |
getXPath()
XPath leading to the target.
|
private final org.w3c.dom.Node target
private final java.lang.String xpath
private final java.lang.Object value
private final java.lang.String parentXPath
private Detail(org.w3c.dom.Node n, java.lang.String x, java.lang.Object v, java.lang.String parentX)
public org.w3c.dom.Node getTarget()
public java.lang.String getXPath()
public java.lang.Object getValue()
public java.lang.String getParentXPath()