Class DeferredDOMImplementationImpl
java.lang.Object
org.apache.xerces.dom.CoreDOMImplementationImpl
org.apache.xerces.dom.DOMImplementationImpl
org.apache.xerces.dom.DeferredDOMImplementationImpl
- All Implemented Interfaces:
DOMImplementation, DOMImplementationLS
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.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: DeferredDOMImplementationImpl.java 645327 2008-04-06 23:17:54Z mrglavas $
- Author:
- Neil Delima, IBM
-
Field Summary
Fields inherited from interface DOMImplementationLS
MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DOMImplementationNON-DOM: Obtain and return the single shared objectMethods inherited from class DOMImplementationImpl
createDocument, hasFeatureMethods inherited from class CoreDOMImplementationImpl
assignDocTypeNumber, assignDocumentNumber, createDocument, createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getFeatureMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DOMImplementation
createDocument, createDocumentType, getFeature
-
Constructor Details
-
DeferredDOMImplementationImpl
public DeferredDOMImplementationImpl()
-
-
Method Details
-
getDOMImplementation
NON-DOM: Obtain and return the single shared object
-