Searched refs:newFactory (Results 1 – 10 of 10) sorted by relevance
69 newFactory, in createInstance()72 return new JAXPDOMTestDocumentBuilderFactory(newFactory, mergedSettings); in createInstance()81 DocumentBuilderFactory newFactory = factory.newInstance(); in newInstance() local82 return createInstance(newFactory, mergedSettings); in newInstance()
57 newFactory, in createInstance()60 return new XalanDOMTestDocumentBuilderFactory(newFactory, mergedSettings); in createInstance()
29 public abstract SchemaFactory newFactory(String schemaLanguage); in newFactory() method in SchemaFactoryLoader
190 SchemaFactory f = new SchemaFactoryFinder(cl).newFactory(schemaLanguage); in newInstance()
148 public SchemaFactory newFactory(String schemaLanguage) { in newFactory() method in SchemaFactoryFinder
23 public SchemaFactory newFactory(String schemaLanguage) { in newFactory() method in MockSchemaFactoryLoader
729 assertNull(loader.newFactory(language)); in test_setSchemaLjavax_xml_validation_Schema()
148 XPathFactory xpathFactory = new XPathFactoryFinder(classLoader).newFactory(uri); in newInstance()
143 public XPathFactory newFactory(String uri) { in newFactory() method in XPathFactoryFinder
20755 method public abstract javax.xml.validation.SchemaFactory newFactory(String);