Searched refs:loadFromServicesFile (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactoryFinder.java226 sf = loadFromServicesFile(schemaLanguage,resource.toExternalForm(),
319 private SchemaFactory loadFromServicesFile(String schemaLanguage, String resourceName, InputStream in) { method in class:SchemaFactoryFinder
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFactoryFinder.java206 xpf = loadFromServicesFile(uri, resource.toExternalForm(), resource.openStream());
269 private XPathFactory loadFromServicesFile(String uri, String resourceName, InputStream in) { method in class:XPathFactoryFinder

Completed in 116 milliseconds