org.apache.axiom.om.impl.dom.jaxp
Class DOOMDocumentBuilderFactory
java.lang.Object
javax.xml.parsers.DocumentBuilderFactory
org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
public class DOOMDocumentBuilderFactory
- extends DocumentBuilderFactory
Document builder factory that conforms to JAXP.
Methods inherited from class javax.xml.parsers.DocumentBuilderFactory |
getSchema, isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, isXIncludeAware, newInstance, newInstance, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setSchema, setValidating, setXIncludeAware |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOOMDocumentBuilderFactory
public DOOMDocumentBuilderFactory()
newDocumentBuilder
public DocumentBuilder newDocumentBuilder()
throws ParserConfigurationException
- Specified by:
newDocumentBuilder
in class DocumentBuilderFactory
- Throws:
ParserConfigurationException
getAttribute
public Object getAttribute(String arg0)
throws IllegalArgumentException
- Specified by:
getAttribute
in class DocumentBuilderFactory
- Throws:
IllegalArgumentException
setAttribute
public void setAttribute(String arg0,
Object arg1)
throws IllegalArgumentException
- Specified by:
setAttribute
in class DocumentBuilderFactory
- Throws:
IllegalArgumentException
setFeature
public void setFeature(String name,
boolean value)
throws ParserConfigurationException
- Specified by:
setFeature
in class DocumentBuilderFactory
- Throws:
ParserConfigurationException
getFeature
public boolean getFeature(String arg0)
throws ParserConfigurationException
- Specified by:
getFeature
in class DocumentBuilderFactory
- Throws:
ParserConfigurationException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.