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:
  • Field Details

    • value

      private final String value
    • node

      private final Node node
    • xpathLocation

      private final String xpathLocation
  • Constructor Details

    • NodeDetail

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

    • 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