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.
MODE_ASYNCHRONOUS, MODE_SYNCHRONOUS
Constructor and Description |
---|
DeferredDOMImplementationImpl() |
Modifier and Type | Method and Description |
---|---|
static DOMImplementation |
getDOMImplementation()
NON-DOM: Obtain and return the single shared object
|
createDocument, hasFeature
assignDocTypeNumber, assignDocumentNumber, createDocument, createDocumentType, createLSInput, createLSOutput, createLSParser, createLSSerializer, getFeature
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createDocument, createDocumentType, getFeature
public static DOMImplementation getDOMImplementation()
Copyright © 2016 JBoss by Red Hat. All rights reserved.