Home
last modified time | relevance | path

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

/libcore/dom/src/test/java/org/w3c/domts/
DDOM4JTestDocumentBuilderFactory.java75 Constructor saxReaderConstructor = saxReaderClass.getConstructor( in DOM4JTestDocumentBuilderFactory() local
77 saxReader = saxReaderConstructor.newInstance(new Object[] {domFactory}); in DOM4JTestDocumentBuilderFactory()