|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.parsers.DocumentBuilder
weblogic.apache.xerces.jaxp.DocumentBuilderImpl
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 |
public DOMImplementation getDOMImplementation()
public boolean isNamespaceAware()
public boolean isValidating()
public Document newDocument()
public Document parse(InputSource is) throws SAXException, IOException
SAXException
IOException
public void setEntityResolver(EntityResolver er)
public void setErrorHandler(ErrorHandler eh)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |