Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMManager.java134 DTMManager factoryImpl = null; in newInstance() local
137 factoryImpl = (DTMManager) ObjectFactory in newInstance()
147 if (factoryImpl == null) in newInstance()
154 factoryImpl.setXMLStringFactory(xsf); in newInstance()
156 return factoryImpl; in newInstance()