Package org.custommonkey.xmlunit
Class NodeDetail
- java.lang.Object
-
- org.custommonkey.xmlunit.NodeDetail
-
public class NodeDetail extends Object
Parameter class for holding information about aNodewithin a Difference instance
-
-
Constructor Summary
Constructors Constructor Description NodeDetail(String value, Node node, String xpathLocation)Constructor for NodeDetail.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodegetNode()Returns the node.StringgetValue()Returns the value.StringgetXpathLocation()Returns the xpathLocation.
-