Searched defs:xPath (Results 1 – 6 of 6) sorted by relevance
33 XPath xPath = XPathFactory.newInstance().newXPath(); in HasXPath() local65 public static Matcher<Node> hasXPath(String xPath, Matcher<String> valueMatcher) { in hasXPath()70 public static Matcher<Node> hasXPath(String xPath) { in hasXPath()
50 final XPath xPath = xPathFactory.newXPath(); in getTestBundlesNames() local
300 …public static org.hamcrest.Matcher<org.w3c.dom.Node> hasXPath(java.lang.String xPath, org.hamcrest… in hasXPath()304 public static org.hamcrest.Matcher<org.w3c.dom.Node> hasXPath(java.lang.String xPath) { in hasXPath()
133 public static ByXPath xpath(String xPath) { in xpath()
386 WebInspector.DOMPresentationUtils.xPath = function(node, optimized) function
342 XPathContext xPath = new XPathContext(this); in TransformerImpl() local