Searched refs:xmlFact (Results 1 – 1 of 1) sorted by relevance
88 final DocumentBuilderFactory xmlFact = DocumentBuilderFactory.newInstance(); in getImplementationVersion() local89 xmlFact.setNamespaceAware(false); in getImplementationVersion()90 final DocumentBuilder builder = xmlFact.newDocumentBuilder(); in getImplementationVersion()