Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 742667 of DOMImplementationRegistry

  • Revision slug: Web/API/DOMImplementationRegistry
  • Revision title: DOMImplementationRegistry
  • Revision id: 742667
  • Created:
  • Creator: teoli
  • Is current revision? No
  • Comment Mountain View APIRef Project

Revision Content

{{APIRef("DOM")}}{{obsolete_header}}

NOTE: This is not implemented in Mozilla.

This is a global variable used to get a single {{domxref("DOMImplementation")}} or {{domxref("DOMImplementationList")}} depending on the registered objects with the specified features.

Methods

{{domxref("DOMImplementationRegistry.getDOMImplementation()")}}
See {{domxref("DOMImplementationSource.getDOMImplementation()")}}.
{{domxref("DOMImplementationRegistry.getDOMImplementationList()"}}
See also {{domxref("DOMImplementationSource.getDOMImplementationList()")}}.

Specifications

Revision Source

<p>{{APIRef("DOM")}}{{obsolete_header}}</p>

<div class="warning">
<p>NOTE:&nbsp;This is not implemented in Mozilla.</p>
</div>

<p>This is a global variable used to get a single {{domxref("DOMImplementation")}} or {{domxref("DOMImplementationList")}} depending on the registered objects with the specified features.</p>

<h2 id="Methods">Methods</h2>

<dl>
 <dt>{{domxref("DOMImplementationRegistry.getDOMImplementation()")}}</dt>
 <dd>See {{domxref("DOMImplementationSource.getDOMImplementation()")}}.</dd>
 <dt>{{domxref("DOMImplementationRegistry.getDOMImplementationList()"}}</dt>
 <dd>See also {{domxref("DOMImplementationSource.getDOMImplementationList()")}}.</dd>
</dl>

<h2 id="Specification">Specifications</h2>

<ul>
 <li><a class="external" href="https://www.w3.org/TR/DOM-Level-3-Core/core.html#Bootstrap" rel="freelink">https://www.w3.org/TR/DOM-Level-3-Cor...html#Bootstrap</a></li>
 <li><a class="external" href="https://www.w3.org/TR/DOM-Level-3-Core/ecma-script-binding.html#Level-3-ECMAScript-Binding-Extension-h2" rel="freelink">https://www.w3.org/TR/DOM-Level-3-Cor...g-Extension-h2</a></li>
</ul>
Revert to this revision