org.custommonkey.xmlunit

Class NodeDetail

public class NodeDetail extends Object

Parameter class for holding information about a Node within a Difference instance

See Also: Difference Difference

Constructor Summary
NodeDetail(String value, Node node, String xpathLocation)
Constructor for NodeDetail.
Method Summary
NodegetNode()
Returns the node.
StringgetValue()
Returns the value.
StringgetXpathLocation()
Returns the xpathLocation.

Constructor Detail

NodeDetail

public NodeDetail(String value, Node node, String xpathLocation)
Constructor for NodeDetail.

Method Detail

getNode

public Node getNode()
Returns the node.

Returns: Node

getValue

public String getValue()
Returns the value.

Returns: String

getXpathLocation

public String getXpathLocation()
Returns the xpathLocation.

Returns: String