Class DeferredDOMImplementationImpl
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.CoreDOMImplementationImpl
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.DOMImplementationImpl
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.DeferredDOMImplementationImpl
-
- All Implemented Interfaces:
DOMImplementation
,DOMImplementationLS
public class DeferredDOMImplementationImpl extends DOMImplementationImpl
This 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.
This implementation simply extends DOMImplementationImpl to differentiate between the Deferred DOM Implementations and Non-Deferred DOM Implementations.
- Version:
- $Id$
- Author:
- Neil Delima, IBM
-
-
Field Summary
-
Fields inherited from interface org.w3c.dom.ls.DOMImplementationLS
MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS
-
-
Constructor Summary
Constructors Constructor Description DeferredDOMImplementationImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DOMImplementation
getDOMImplementation()
NON-DOM: Obtain and return the single shared object-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.DOMImplementationImpl
createDocument, hasFeature
-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.CoreDOMImplementationImpl
assignDocTypeNumber, assignDocumentNumber, createDocument, createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getFeature
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.w3c.dom.DOMImplementation
createDocument, createDocumentType, getFeature
-
-
-
-
Method Detail
-
getDOMImplementation
public static DOMImplementation getDOMImplementation()
NON-DOM: Obtain and return the single shared object
-
-