BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xerces.jaxp
Class DocumentBuilderImpl

java.lang.Object
  extended byjavax.xml.parsers.DocumentBuilder
      extended byweblogic.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

getDOMImplementation

public DOMImplementation getDOMImplementation()
Deprecated. 

isNamespaceAware

public boolean isNamespaceAware()
Deprecated. 

isValidating

public boolean isValidating()
Deprecated. 

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.


parse

public Document parse(InputSource is)
               throws SAXException,
                      IOException
Deprecated. 
Throws:
SAXException
IOException

setEntityResolver

public void setEntityResolver(EntityResolver er)
Deprecated. 

setErrorHandler

public void setErrorHandler(ErrorHandler eh)
Deprecated. 

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