Searched refs:newXPath (Results 1 – 5 of 5) sorted by relevance
287 public abstract XPath newXPath(); in newXPath() method in XPathFactory
122 XPath xpath = XPathFactory.newInstance().newXPath(); in contextToTestSuite()229 XPath xpath = XPathFactory.newInstance().newXPath();
46 public XPath newXPath() { return null; } in newXPath() method in XPathFactoryTest.XPathFactoryForTest
198 XPath xPath = xPathFactory.newXPath(); in evaluate()
20848 method public abstract javax.xml.xpath.XPath newXPath();