Uses of Class
org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl

Packages that use DocumentBuilderFactoryImpl
org.apache.axiom.om.impl.dom.jaxp   
 

Uses of DocumentBuilderFactoryImpl in org.apache.axiom.om.impl.dom.jaxp
 

Fields in org.apache.axiom.om.impl.dom.jaxp declared as DocumentBuilderFactoryImpl
private  DocumentBuilderFactoryImpl DocumentBuilderImpl.factory
          The DocumentBuilderFactory used to create this document builder
 

Constructors in org.apache.axiom.om.impl.dom.jaxp with parameters of type DocumentBuilderFactoryImpl
DocumentBuilderImpl(DocumentBuilderFactoryImpl fac)