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 javax.xml.parsers.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, 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 javax.xml.parsers.DocumentBuilder newDocumentBuilder()
throws javax.xml.parsers.ParserConfigurationException
- Specified by:
newDocumentBuilder in class javax.xml.parsers.DocumentBuilderFactory
- Throws:
javax.xml.parsers.ParserConfigurationException
getAttribute
public java.lang.Object getAttribute(java.lang.String arg0)
throws java.lang.IllegalArgumentException
- Specified by:
getAttribute in class javax.xml.parsers.DocumentBuilderFactory
- Throws:
java.lang.IllegalArgumentException
setAttribute
public void setAttribute(java.lang.String arg0,
java.lang.Object arg1)
throws java.lang.IllegalArgumentException
- Specified by:
setAttribute in class javax.xml.parsers.DocumentBuilderFactory
- Throws:
java.lang.IllegalArgumentException
setFeature
public void setFeature(java.lang.String name,
boolean value)
throws javax.xml.parsers.ParserConfigurationException
- Specified by:
setFeature in class javax.xml.parsers.DocumentBuilderFactory
- Throws:
javax.xml.parsers.ParserConfigurationException
getFeature
public boolean getFeature(java.lang.String arg0)
throws javax.xml.parsers.ParserConfigurationException
- Specified by:
getFeature in class javax.xml.parsers.DocumentBuilderFactory
- Throws:
javax.xml.parsers.ParserConfigurationException
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.