BEA Systems, Inc.

weblogic.apache.xerces.jaxp
Class DocumentBuilderFactoryImpl

java.lang.Object
  extended by javax.xml.parsers.DocumentBuilderFactory
      extended by weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl

Deprecated. please use JDK supplied XML parsers and transformers

public class DocumentBuilderFactoryImpl
extends DocumentBuilderFactory


Constructor Summary
DocumentBuilderFactoryImpl()
          Deprecated.  
 
Method Summary
 Object getAttribute(String name)
          Deprecated. Allows the user to retrieve specific attributes on the underlying implementation.
 DocumentBuilder newDocumentBuilder()
          Deprecated. Creates a new instance of a DocumentBuilder using the currently configured parameters.
 void setAttribute(String name, Object value)
          Deprecated. Allows the user to set specific attributes on the underlying implementation.
 
Methods inherited from class javax.xml.parsers.DocumentBuilderFactory
getFeature, getSchema, isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, isXIncludeAware, newInstance, setCoalescing, setExpandEntityReferences, setFeature, 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()
Deprecated. 
Method Detail

newDocumentBuilder

public DocumentBuilder newDocumentBuilder()
                                   throws ParserConfigurationException
Deprecated. 
Creates a new instance of a DocumentBuilder using the currently configured parameters.

Specified by:
newDocumentBuilder in class DocumentBuilderFactory
Throws:
ParserConfigurationException

setAttribute

public void setAttribute(String name,
                         Object value)
                  throws IllegalArgumentException
Deprecated. 
Allows the user to set specific attributes on the underlying implementation.

Specified by:
setAttribute in class DocumentBuilderFactory
Parameters:
name - name of attribute
value - null means to remove attribute
Throws:
IllegalArgumentException

getAttribute

public Object getAttribute(String name)
                    throws IllegalArgumentException
Deprecated. 
Allows the user to retrieve specific attributes on the underlying implementation.

Specified by:
getAttribute in class DocumentBuilderFactory
Throws:
IllegalArgumentException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.