Class NodeDetail

    • Constructor Detail

      • 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 Detail

      • 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