Home | History | Annotate | Download | only in jaxp

Lines Matching refs:dbf

234     static DocumentBuilderFactory dbf = null;
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.setValidating( false );
381 db = dbf.newDocumentBuilder();