org.enhydra.apache.xerces.jaxp
Class DocumentBuilderFactoryImpl

java.lang.Object
  |
  +--javax.xml.parsers.DocumentBuilderFactory
        |
        +--org.enhydra.apache.xerces.jaxp.DocumentBuilderFactoryImpl

public class DocumentBuilderFactoryImpl
extends DocumentBuilderFactory

Version:
$Revision: 1.2 $
Author:
Rajiv Mordani, Edwin Goei

Constructor Summary
DocumentBuilderFactoryImpl()
           
 
Method Summary
 Object getAttribute(String name)
          Allows the user to retrieve specific attributes on the underlying implementation.
 boolean getFeature(String name)
           
 DocumentBuilder newDocumentBuilder()
           
 void setAttribute(String name, Object value)
          Allows the user to set specific attributes on the underlying implementation.
 void setFeature(String name, boolean value)
           
 
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
 

Constructor Detail

DocumentBuilderFactoryImpl

public DocumentBuilderFactoryImpl()
Method Detail

newDocumentBuilder

public DocumentBuilder newDocumentBuilder()
                                   throws ParserConfigurationException
Overrides:
newDocumentBuilder in class DocumentBuilderFactory

setAttribute

public void setAttribute(String name,
                         Object value)
                  throws IllegalArgumentException
Allows the user to set specific attributes on the underlying implementation.
Overrides:
setAttribute in class DocumentBuilderFactory

getAttribute

public Object getAttribute(String name)
                    throws IllegalArgumentException
Allows the user to retrieve specific attributes on the underlying implementation.
Overrides:
getAttribute in class DocumentBuilderFactory

setFeature

public void setFeature(String name,
                       boolean value)
                throws ParserConfigurationException
Overrides:
setFeature in class DocumentBuilderFactory

getFeature

public boolean getFeature(String name)
                   throws ParserConfigurationException
Overrides:
getFeature in class DocumentBuilderFactory


Copyright © 1999 The Apache Software Foundation. All Rights reserved.