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

  • Revision slug: Web/API/Entity
  • Revision title: Entity
  • Revision id: 744147
  • 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

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

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="Specification">Specifications</h2>

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