Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/xml/xpath/
DXPathFactory.java148 XPathFactory xpathFactory = new XPathFactoryFinder(classLoader).newFactory(uri); in newInstance() local
149 if (xpathFactory == null) { in newInstance()
155 return xpathFactory; in newInstance()
181 … XPathFactory xpathFactory = new XPathFactoryFinder(classLoader).createInstance(factoryClassName); in newInstance() local
182 if (xpathFactory == null || !xpathFactory.isObjectModelSupported(uri)) { in newInstance()
188 return xpathFactory; in newInstance()