Home
last modified time | relevance | path

Searched refs:newXPath (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/javax/xml/xpath/
DXPathFactory.java287 public abstract XPath newXPath(); in newXPath() method in XPathFactory
/libcore/luni/src/test/java/libcore/xml/
DJaxenXPathTestSuite.java122 XPath xpath = XPathFactory.newInstance().newXPath(); in contextToTestSuite()
229 XPath xpath = XPathFactory.newInstance().newXPath();
/libcore/luni/src/test/java/libcore/javax/xml/xpath/
DXPathFactoryTest.java46 public XPath newXPath() { return null; } in newXPath() method in XPathFactoryTest.XPathFactoryForTest
/libcore/ojluni/src/test/javax/xml/jaxp/transform/
DXPathExFuncTest.java198 XPath xPath = xPathFactory.newXPath(); in evaluate()
/libcore/api/
Dcurrent.txt20848 method public abstract javax.xml.xpath.XPath newXPath();