Searched defs:newXPath (Results 1 – 2 of 2) sorted by relevance
| /libcore/luni/src/main/java/javax/xml/xpath/ | ||
| D | XPathFactory.java | 287 public abstract XPath newXPath(); in newXPath() method in XPathFactory |
| /libcore/luni/src/test/java/libcore/javax/xml/xpath/ | ||
| D | XPathFactoryTest.java | 46 public XPath newXPath() { return null; } in newXPath() method in XPathFactoryTest.XPathFactoryForTest |