Searched defs:xPathExpression (Results 1 – 5 of 5) sorted by relevance
38 public HasXPath(String xPathExpression, Matcher<String> valueMatcher) { in HasXPath()48 …public HasXPath(String xPathExpression, NamespaceContext namespaceContext, Matcher<String> valueMa… in HasXPath()52 …private HasXPath(String xPathExpression, NamespaceContext namespaceContext, Matcher<String> valueM… in HasXPath()
80 XPathExpression xPathExpression; in getImplementationVersion() local
171 …public void iterateThroughNodeSet(String xPathExpression, NodeHandlingInterface handler) throws XP… in iterateThroughNodeSet()
2294 XPathExpression xPathExpression = xPath.compile(xpath); in XPathAPI_selectNodeList() local2307 XPathExpression xPathExpression = xPath.compile(xpath); in XPathAPI_selectNodeList() local2320 XPathExpression xPathExpression = xPath.compile(xpath); in XPathAPI_selectNodeList() local
71 private final XPathExpression xPathExpression; field in ByXPath