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 742593 of DOMConfiguration

  • Revision slug: Web/API/DOMConfiguration
  • Revision title: DOMConfiguration
  • Revision id: 742593
  • Created:
  • Creator: teoli
  • Is current revision? Yes
  • Comment Mountain View APIRef Project

Revision Content

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

Note: This interface has never been supported in Gecko, and has been removed from the DOM specification.

Pre-defined parameters: "canonical-form", "cdata-sections", "check-character-normalization", "comments", "datatype-normalization", "element-content-whitespace", "entities", "error-handler", "infoset", "namespaces", "namespace-declarations", "normalize-characters","schema-location", "schema-type", "split-cdata-sections", "validate", "validate-if-schema", "well-formed"

Properties

{{domxref("DOMConfiguration.parameterNames")}} {{readonlyinline}}
Is a {{domxref("DOMStringList")}}

Methods

{{domxref("DOMConfiguration.canSetParameter()")}}
Returns a {{jsxref("Boolean")}}
{{domxref("DOMConfiguration.getParameter()")}}
Returns a {{domxref("DOMUserData")}}
{{domxref("DOMConfiguration.setParameter()")}}
Sets a parameter

Specification

Revision Source

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

<div class="note"><strong>Note:</strong> This interface has never been supported in Gecko, and has been removed from the DOM specification.</div>

<p>Pre-defined parameters:&nbsp;"canonical-form", "cdata-sections", "check-character-normalization", "comments", "datatype-normalization", "element-content-whitespace", "entities", "error-handler", "infoset", "namespaces", "namespace-declarations", "normalize-characters","schema-location", "schema-type", "split-cdata-sections", "validate", "validate-if-schema", "well-formed"</p>

<h2 id="Properties">Properties</h2>

<dl>
 <dt>{{domxref("DOMConfiguration.parameterNames")}} {{readonlyinline}}</dt>
 <dd>Is a {{domxref("DOMStringList")}}</dd>
</dl>

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

<dl>
 <dt>{{domxref("DOMConfiguration.canSetParameter()")}}</dt>
 <dd>Returns a {{jsxref("Boolean")}}</dd>
 <dt>{{domxref("DOMConfiguration.getParameter()")}}</dt>
 <dd>Returns a {{domxref("DOMUserData")}}</dd>
 <dt>{{domxref("DOMConfiguration.setParameter()")}}</dt>
 <dd>Sets a parameter</dd>
</dl>

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

<ul>
 <li><a class="external" href="https://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMConfiguration" rel="freelink">https://www.w3.org/TR/DOM-Level-3-Cor...MConfiguration</a></li>
</ul>
Revert to this revision