Class 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.

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
  • Constructor Details

    • DeferredDOMImplementationImpl

      public DeferredDOMImplementationImpl()
  • Method Details

    • getDOMImplementation

      public static DOMImplementation getDOMImplementation()
      NON-DOM: Obtain and return the single shared object