DOMImplementationSourcepublic interface DOMImplementationSource This interface permits a DOM implementer to supply one or more
implementations, based upon requested features and versions, as specified
in . Each implemented DOMImplementationSource object is
listed in the binding-specific list of available sources so that its
DOMImplementation objects are made available.
See also the Document Object Model (DOM) Level 3 Core Specification. |
|