|
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
public class 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 Document newDocument()
newDocument in class DocumentBuilderpublic DOMImplementation getDOMImplementation()
getDOMImplementation in class DocumentBuilder
public Document parse(InputSource is)
throws SAXException,
IOException
parse in class DocumentBuilderSAXException
IOExceptionpublic boolean isNamespaceAware()
isNamespaceAware in class DocumentBuilderpublic boolean isValidating()
isValidating in class DocumentBuilderpublic void setEntityResolver(EntityResolver er)
setEntityResolver in class DocumentBuilderpublic void setErrorHandler(ErrorHandler eh)
setErrorHandler in class DocumentBuilder
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||