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