Home | History | Annotate | Download | only in xpath

Lines Matching defs:xpf

164         XPathFactory xpf;
173 xpf = createInstance(r);
174 if(xpf!=null) return xpf;
188 xpf = createInstance(factoryClassName);
189 if(xpf != null){
190 return xpf;
203 xpf = loadFromServicesFile(uri, resource.toExternalForm(), resource.openStream());
204 if(xpf!=null) return xpf;