org.apache.axiom.om.dom
Interface DOMMetaFactory

All Superinterfaces:
OMMetaFactory

public interface DOMMetaFactory
extends OMMetaFactory

Extension interface for OMMetaFactory implementations that support OMAbstractFactory.FEATURE_DOM.


Method Summary
 javax.xml.parsers.DocumentBuilderFactory newDocumentBuilderFactory()
          Create a new DocumentBuilderFactory.
 
Methods inherited from interface org.apache.axiom.om.OMMetaFactory
createOMBuilder, createOMBuilder, createOMBuilder, createSOAPModelBuilder, createSOAPModelBuilder, createStAXOMBuilder, createStAXSOAPModelBuilder, getOMFactory, getSOAP11Factory, getSOAP12Factory
 

Method Detail

newDocumentBuilderFactory

javax.xml.parsers.DocumentBuilderFactory newDocumentBuilderFactory()
Create a new DocumentBuilderFactory. Since Axiom doesn't support non namespace aware processing, the returned factory is always configured with namespaceAware set to true (in contrast to the default settings used by DocumentBuilderFactory.newInstance()).

Returns:
the factory instance


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.