|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.custommonkey.xmlunit.NodeDetail
public class NodeDetail
Parameter class for holding information about a Node
within
a Difference instance
Difference.getControlNodeDetail()
,
Difference.getTestNodeDetail()
Constructor Summary | |
---|---|
NodeDetail(java.lang.String value,
org.w3c.dom.Node node,
java.lang.String xpathLocation)
Constructor for NodeDetail. |
Method Summary | |
---|---|
org.w3c.dom.Node |
getNode()
Returns the node. |
java.lang.String |
getValue()
Returns the value. |
java.lang.String |
getXpathLocation()
Returns the xpathLocation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeDetail(java.lang.String value, org.w3c.dom.Node node, java.lang.String xpathLocation)
Method Detail |
---|
public org.w3c.dom.Node getNode()
public java.lang.String getValue()
public java.lang.String getXpathLocation()
|
XMLUnit is hosted by sourceforge.net |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |