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 DocumentBuilderFactory

Document builder factory that conforms to JAXP.


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