Searched defs:dbf (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathExpressionImpl.java234 static DocumentBuilderFactory dbf = null; field in class:XPathExpressionImpl
289 if ( dbf == null ) {
290 dbf = DocumentBuilderFactory.newInstance();
291 dbf.setNamespaceAware( true );
292 dbf.setValidating( false );
294 db = dbf.newDocumentBuilder();
376 if ( dbf == null ) {
377 dbf = DocumentBuilderFactory.newInstance();
378 dbf.setNamespaceAware( true );
379 dbf
[all...]

Completed in 63 milliseconds