org.apache.xerces.dom

Class DeferredDOMImplementationImpl

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

Method Summary

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

Methods inherited from class org.apache.xerces.dom.DOMImplementationImpl

createDocument, getDOMImplementation, hasFeature

Methods inherited from class org.apache.xerces.dom.CoreDOMImplementationImpl

assignDocTypeNumber, assignDocumentNumber, createDocument, createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getDOMImplementation, getFeature, hasFeature

Method Details

getDOMImplementation

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

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.