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 872209 of Entity

  • Revision slug: Web/API/Entity
  • Revision title: Entity
  • Revision id: 872209
  • Created:
  • Creator: Sebastianz
  • Is current revision? Yes
  • Comment Added table to 'Specifications' section

Revision Content

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

NOTE: This is not implemented in Mozilla

Read-only reference to a DTD entity. Also inherits the methods and properties of {{domxref("Node")}}.

Properties

{{domxref("Entity.publicId")}} {{ReadOnlyInline}}
Is a {{domxref("DOMString")}}.
{{domxref("Entity.systemId")}} {{ReadOnlyInline}}
Is a {{domxref("DOMString")}}.
{{domxref("Entity.notationName")}}{{ReadOnlyInline}}
Is a {{domxref("DOMString")}}.
{{domxref("Entity.inputEncoding")}}{{ReadOnlyInline}}
Is a {{domxref("DOMString")}}.
{{domxref("Entity.xmlEncoding")}}{{ReadOnlyInline}}
Is a {{domxref("DOMString")}}.
{{domxref("Entity.xmlVersion")}}{{ReadOnlyInline}}
Is a {{domxref("DOMString")}}.

Methods

This interface neither implements, nor inherits, any method.

Specifications

Specification Status Comment
{{SpecName("DOM3 Core", "core.html#ID-527DCFF2", "Entity")}} {{Spec2("DOM3 Core")}} Initial definition

Revision Source

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

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

<p>Read-only reference to a DTD entity. Also inherits the methods and properties of {{domxref("Node")}}.</p>

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

<dl>
 <dt>{{domxref("Entity.publicId")}} {{ReadOnlyInline}}</dt>
 <dd>Is a {{domxref("DOMString")}}.</dd>
 <dt>{{domxref("Entity.systemId")}} {{ReadOnlyInline}}</dt>
 <dd>Is a {{domxref("DOMString")}}.</dd>
 <dt>{{domxref("Entity.notationName")}}{{ReadOnlyInline}}</dt>
 <dd>Is a {{domxref("DOMString")}}.</dd>
 <dt>{{domxref("Entity.inputEncoding")}}{{ReadOnlyInline}}</dt>
 <dd>Is a {{domxref("DOMString")}}.</dd>
 <dt>{{domxref("Entity.xmlEncoding")}}{{ReadOnlyInline}}</dt>
 <dd>Is a {{domxref("DOMString")}}.</dd>
 <dt>{{domxref("Entity.xmlVersion")}}{{ReadOnlyInline}}</dt>
 <dd>Is a {{domxref("DOMString")}}.</dd>
</dl>

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

<p><em>This interface neither implements, nor inherits, any method.</em></p>

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

<table class="standard-table">
 <tbody>
  <tr>
   <th>Specification</th>
   <th>Status</th>
   <th>Comment</th>
  </tr>
  <tr>
   <td>{{SpecName("DOM3 Core", "core.html#ID-527DCFF2", "Entity")}}</td>
   <td>{{Spec2("DOM3 Core")}}</td>
   <td>Initial definition</td>
  </tr>
 </tbody>
</table>
Revert to this revision