Interface IXPathNodeMatcher

    • Method Detail

      • getOwnerMatcher

        XPathMatcher getOwnerMatcher()
        Returns the owner matcher.
        Returns:
      • match

        boolean match​(Node testNode,
                      Collection<String> wildcardValues)
        Match the Node and fill wildcard values if node matcher define widcard.
        Parameters:
        testNode - node to test.
        wildcardValues - wildcard values if node matcher define widcard.
        Returns:
      • isAny

        boolean isAny()
        Returns true if matcher is any (Node is every time matched) and false otherwise.
        Returns: