org.apache.axiom.om.impl.dom.jaxp
Class DocumentBuilderFactoryImpl
java.lang.Object
javax.xml.parsers.DocumentBuilderFactory
org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderFactoryImpl
- public class DocumentBuilderFactoryImpl
- extends javax.xml.parsers.DocumentBuilderFactory
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 |
DocumentBuilderFactoryImpl
public DocumentBuilderFactoryImpl()
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