Home
last modified time | relevance | path

Searched defs:newXPath (Results 1 – 2 of 2) 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/javax/xml/xpath/
DXPathFactoryTest.java46 public XPath newXPath() { return null; } in newXPath() method in XPathFactoryTest.XPathFactoryForTest