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:
org.w3c.dom.DOMImplementation, org.w3c.dom.ls.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,v 1.3 2004/10/05 17:12:50 mrglavas Exp $
Author:
Neil Delima, IBM

Fields inherited from interface org.w3c.dom.ls.DOMImplementationLS
MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS
 
Constructor Summary
DeferredDOMImplementationImpl()
           
 
Method Summary
static org.w3c.dom.DOMImplementation getDOMImplementation()
          NON-DOM: Obtain and return the single shared object
 
Methods inherited from class org.apache.xerces.dom.DOMImplementationImpl
createDocument, hasFeature
 
Methods inherited from class org.apache.xerces.dom.CoreDOMImplementationImpl
assignDocTypeNumber, assignDocumentNumber, 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
createDocumentType, getFeature
 

Constructor Detail

DeferredDOMImplementationImpl

public DeferredDOMImplementationImpl()
Method Detail

getDOMImplementation

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


Copyright © 1999-2005 Apache XML Project. All Rights Reserved.