|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.dom.CoreDOMImplementationImpl org.apache.xerces.dom.DOMImplementationImpl org.apache.xerces.dom.ASDOMImplementationImpl
public class 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 | |
---|---|
ASModel |
createAS(boolean isNamespaceAware)
Deprecated. DOM Level 3 WD - Experimental. |
DOMASBuilder |
createDOMASBuilder()
Deprecated. DOM Level 3 WD - Experimental. |
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 org.apache.xerces.dom.DOMImplementationImpl |
---|
createDocument, hasFeature |
Methods inherited from class org.apache.xerces.dom.CoreDOMImplementationImpl |
---|
createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getFeature |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.DOMImplementation |
---|
createDocumentType, getFeature |
Constructor Detail |
---|
public ASDOMImplementationImpl()
Method Detail |
---|
public static DOMImplementation getDOMImplementation()
public ASModel createAS(boolean isNamespaceAware)
createAS
in interface 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 DOMASBuilder createDOMASBuilder()
DOMASBuilder
.Do we need the method since we
already have DOMImplementationLS.createDOMParser
?
createDOMASBuilder
in interface DOMImplementationAS
public DOMASWriter createDOMASWriter()
DOMASWriter
.
createDOMASWriter
in interface DOMImplementationAS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |