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

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

public class DocumentBuilderFactoryImpl
extends javax.xml.parsers.DocumentBuilderFactory


Constructor Summary
DocumentBuilderFactoryImpl()
           
 
Method Summary
 java.lang.Object getAttribute(java.lang.String arg0)
           
 boolean getFeature(java.lang.String arg0)
           
static boolean isDOOMRequired()
           
 javax.xml.parsers.DocumentBuilder newDocumentBuilder()
           
static javax.xml.parsers.DocumentBuilderFactory newInstance()
           
 void setAttribute(java.lang.String arg0, java.lang.Object arg1)
           
static void setDOOMRequired(boolean isDOOMRequired)
           
 void setFeature(java.lang.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

isDOOMRequired

public static boolean isDOOMRequired()

setDOOMRequired

public static void setDOOMRequired(boolean isDOOMRequired)

newDocumentBuilder

public javax.xml.parsers.DocumentBuilder newDocumentBuilder()
                                                     throws javax.xml.parsers.ParserConfigurationException
Throws:
javax.xml.parsers.ParserConfigurationException

getAttribute

public java.lang.Object getAttribute(java.lang.String arg0)
                              throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

setAttribute

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

newInstance

public static javax.xml.parsers.DocumentBuilderFactory newInstance()

setFeature

public void setFeature(java.lang.String arg0,
                       boolean arg1)
                throws javax.xml.parsers.ParserConfigurationException
Throws:
javax.xml.parsers.ParserConfigurationException

getFeature

public boolean getFeature(java.lang.String arg0)
                   throws javax.xml.parsers.ParserConfigurationException
Throws:
javax.xml.parsers.ParserConfigurationException