BEA Systems, Inc.

weblogic.apache.xerces.jaxp
Class DocumentBuilderImpl

java.lang.Object
  extended by javax.xml.parsers.DocumentBuilder
      extended by weblogic.apache.xerces.jaxp.DocumentBuilderImpl
All Implemented Interfaces:
JAXPConstants

Deprecated. please use JDK supplied XML parsers and transformers

public class DocumentBuilderImpl
extends DocumentBuilder
implements JAXPConstants


Field Summary
 
Fields inherited from interface weblogic.apache.xerces.jaxp.JAXPConstants
JAXP_SCHEMA_LANGUAGE, JAXP_SCHEMA_SOURCE, W3C_XML_SCHEMA
 
Method Summary
 DOMImplementation getDOMImplementation()
          Deprecated.  
 boolean isNamespaceAware()
          Deprecated.  
 boolean isValidating()
          Deprecated.  
 Document newDocument()
          Deprecated. Non-preferred: use the getDOMImplementation() method instead of this one to get a DOM Level 2 DOMImplementation object and then use DOM Level 2 methods to create a DOM Document object.
 Document parse(InputSource is)
          Deprecated.  
 void setEntityResolver(EntityResolver er)
          Deprecated.  
 void setErrorHandler(ErrorHandler eh)
          Deprecated.  
 
Methods inherited from class javax.xml.parsers.DocumentBuilder
getSchema, isXIncludeAware, parse, parse, parse, parse, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newDocument

public Document newDocument()
Deprecated. 
Non-preferred: use the getDOMImplementation() method instead of this one to get a DOM Level 2 DOMImplementation object and then use DOM Level 2 methods to create a DOM Document object.

Specified by:
newDocument in class DocumentBuilder

getDOMImplementation

public DOMImplementation getDOMImplementation()
Deprecated. 
Specified by:
getDOMImplementation in class DocumentBuilder

parse

public Document parse(InputSource is)
               throws SAXException,
                      IOException
Deprecated. 
Specified by:
parse in class DocumentBuilder
Throws:
SAXException
IOException

isNamespaceAware

public boolean isNamespaceAware()
Deprecated. 
Specified by:
isNamespaceAware in class DocumentBuilder

isValidating

public boolean isValidating()
Deprecated. 
Specified by:
isValidating in class DocumentBuilder

setEntityResolver

public void setEntityResolver(EntityResolver er)
Deprecated. 
Specified by:
setEntityResolver in class DocumentBuilder

setErrorHandler

public void setErrorHandler(ErrorHandler eh)
Deprecated. 
Specified by:
setErrorHandler in class DocumentBuilder

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