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

java.lang.Object
  extended by javax.xml.parsers.DocumentBuilderFactory
      extended by org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory

public class DOOMDocumentBuilderFactory
extends javax.xml.parsers.DocumentBuilderFactory

Document builder factory that conforms to JAXP.


Constructor Summary
DOOMDocumentBuilderFactory()
           
 
Method Summary
 java.lang.Object getAttribute(java.lang.String arg0)
           
 boolean getFeature(java.lang.String arg0)
           
 javax.xml.parsers.DocumentBuilder newDocumentBuilder()
           
 void setAttribute(java.lang.String arg0, java.lang.Object arg1)
           
 void setFeature(java.lang.String name, boolean value)
           
 
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
 

Constructor Detail

DOOMDocumentBuilderFactory

public DOOMDocumentBuilderFactory()
Method Detail

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-2009 The Apache Software Foundation. All Rights Reserved.