Home
last modified time | relevance | path

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

/libcore/dom/src/test/java/org/w3c/domts/
DDOM4JTestDocumentBuilderFactory.java40 private final Object domFactory; field in DOM4JTestDocumentBuilderFactory
72 domFactory = getInstance.invoke(null, new Object[] {}); in DOM4JTestDocumentBuilderFactory()
73 domImpl = (DOMImplementation) domFactory; in DOM4JTestDocumentBuilderFactory()
77 saxReader = saxReaderConstructor.newInstance(new Object[] {domFactory}); in DOM4JTestDocumentBuilderFactory()
DBatikTestDocumentBuilderFactory.java35 private Object domFactory; field in BatikTestDocumentBuilderFactory
90 domFactory = in BatikTestDocumentBuilderFactory()
134 domFactory, in load()