org.apache.xerces.dom
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
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: DeferredDOMImplementationImpl.java 447266 2006-09-18 05:57:49Z mrglavas $
- Author:
- Neil Delima, IBM
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeferredDOMImplementationImpl
public DeferredDOMImplementationImpl()
getDOMImplementation
public static DOMImplementation getDOMImplementation()
- NON-DOM: Obtain and return the single shared object