HomeSort by relevance Sort by last modified time
    Searched refs:foundFactory (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 444 SchemaFactory foundFactory = (SchemaFactory) createInstance(factoryClassName);
445 if (foundFactory.isSchemaLanguageSupported(schemaLanguage)) {
446 resultFactory = foundFactory;
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 355 XPathFactory foundFactory = (XPathFactory) createInstance(factoryClassName);
356 if (foundFactory.isObjectModelSupported(uri)) {
357 resultFactory = foundFactory;

Completed in 49 milliseconds