|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.dom.CoreDOMImplementationImpl
weblogic.apache.xerces.dom.DOMImplementationImpl
weblogic.apache.xerces.dom.ASDOMImplementationImpl
The DOMImplementation class is description of a particular implementation of the Document Object Model. As such its data is static, shared by all instances of this implementation.
The DOM API requires that it be a real object rather than static methods. However, there's nothing that says it can't be a singleton, so that's how I've implemented it.
This particular class, along with DocumentImpl, supports the DOM Core, DOM Level 2 optional mofules, and Abstract Schemas (Experimental).
Field Summary |
Fields inherited from interface org.w3c.dom.ls.DOMImplementationLS |
MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS |
Constructor Summary | |
ASDOMImplementationImpl()
Deprecated. |
Method Summary | |
org.apache.xerces.dom3.as.ASModel |
createAS(boolean isNamespaceAware)
Deprecated. DOM Level 3 WD - Experimental. |
org.apache.xerces.dom3.as.DOMASBuilder |
createDOMASBuilder()
Deprecated. DOM Level 3 WD - Experimental. |
org.apache.xerces.dom3.as.DOMASWriter |
createDOMASWriter()
Deprecated. DOM Level 3 WD - Experimental. |
static DOMImplementation |
getDOMImplementation()
Deprecated. NON-DOM: Obtain and return the single shared object |
Methods inherited from class weblogic.apache.xerces.dom.DOMImplementationImpl |
createDocument, createDocumentType, hasFeature |
Methods inherited from class weblogic.apache.xerces.dom.CoreDOMImplementationImpl |
createDOMBuilder, createDOMInputSource, createDOMWriter, getInterface |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ASDOMImplementationImpl()
Method Detail |
public org.apache.xerces.dom3.as.ASModel createAS(boolean isNamespaceAware)
createAS
in interface org.apache.xerces.dom3.as.DOMImplementationAS
isNamespaceAware
- Allow creation of ASModel
with
this attribute set to a specific value.
null
return indicates failure.what is a
failure? Could be a system error.public org.apache.xerces.dom3.as.DOMASBuilder createDOMASBuilder()
DOMASBuilder
.Do we need the method since we
already have DOMImplementationLS.createDOMBuilder
?
createDOMASBuilder
in interface org.apache.xerces.dom3.as.DOMImplementationAS
public org.apache.xerces.dom3.as.DOMASWriter createDOMASWriter()
DOMASWriter
.
createDOMASWriter
in interface org.apache.xerces.dom3.as.DOMImplementationAS
public static DOMImplementation getDOMImplementation()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |