Class NodeDetail

java.lang.Object
org.custommonkey.xmlunit.NodeDetail

public class NodeDetail extends Object
Parameter class for holding information about a Node within a Difference instance
See Also:
  • Constructor Details

    • NodeDetail

      public NodeDetail(String value, Node node, String xpathLocation)
      Constructor for NodeDetail.
      Parameters:
      value - value used for comparison
      node - the node itself
      xpathLocation - XPath leading to the node
  • Method Details

    • getNode

      public Node getNode()
      Returns the node.
      Returns:
      Node
    • getValue

      public String getValue()
      Returns the value.
      Returns:
      the value
    • getXpathLocation

      public String getXpathLocation()
      Returns the xpathLocation.
      Returns:
      the XPath location