public class

DeferredDOMImplementationImpl

extends DOMImplementationImpl
java.lang.Object
   ↳ org.apache.xerces.dom.CoreDOMImplementationImpl
     ↳ org.apache.xerces.dom.DOMImplementationImpl
       ↳ org.apache.xerces.dom.DeferredDOMImplementationImpl

Class Overview

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.

@xerces.internal

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.ls.DOMImplementationLS
Public Constructors
DeferredDOMImplementationImpl()
Public Methods
static DOMImplementation getDOMImplementation()
NON-DOM: Obtain and return the single shared object
[Expand]
Inherited Methods
From class org.apache.xerces.dom.DOMImplementationImpl
From class org.apache.xerces.dom.CoreDOMImplementationImpl
From class java.lang.Object
From interface org.w3c.dom.DOMImplementation
From interface org.w3c.dom.ls.DOMImplementationLS

Public Constructors

public DeferredDOMImplementationImpl ()

Public Methods

public static DOMImplementation getDOMImplementation ()

NON-DOM: Obtain and return the single shared object