org.apache.axis2.om.impl.dom.jaxp
Class DocumentBuilderFactoryImpl

java.lang.Object
  extended byjavax.xml.parsers.DocumentBuilderFactory
      extended byorg.apache.axis2.om.impl.dom.jaxp.DocumentBuilderFactoryImpl

public class DocumentBuilderFactoryImpl
extends DocumentBuilderFactory


Constructor Summary
DocumentBuilderFactoryImpl()
           
 
Method Summary
 Object getAttribute(String arg0)
           
 boolean getFeature(String arg0)
           
 DocumentBuilder newDocumentBuilder()
           
static DocumentBuilderFactory newInstance()
           
 void setAttribute(String arg0, Object arg1)
           
 void setFeature(String arg0, boolean arg1)
           
 
Methods inherited from class javax.xml.parsers.DocumentBuilderFactory
isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setValidating
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentBuilderFactoryImpl

public DocumentBuilderFactoryImpl()
Method Detail

newDocumentBuilder

public DocumentBuilder newDocumentBuilder()
                                   throws ParserConfigurationException
Throws:
ParserConfigurationException

getAttribute

public Object getAttribute(String arg0)
                    throws IllegalArgumentException
Throws:
IllegalArgumentException

setAttribute

public void setAttribute(String arg0,
                         Object arg1)
                  throws IllegalArgumentException
Throws:
IllegalArgumentException

newInstance

public static DocumentBuilderFactory newInstance()

setFeature

public void setFeature(String arg0,
                       boolean arg1)
                throws ParserConfigurationException
Throws:
ParserConfigurationException

getFeature

public boolean getFeature(String arg0)
                   throws ParserConfigurationException
Throws:
ParserConfigurationException