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 454363 of XMLDocument

  • Revision slug: Web/API/XMLDocument
  • Revision title: XMLDocument
  • Revision id: 454363
  • Created:
  • Creator: teoli
  • Is current revision? No
  • Comment

Revision Content

{{DOMRef}}{{SeeCompatTable}}

The XMLDocument interface represent an XML docuement. It inherits from the generic {{domxref("Document")}} and do not add any specific methods or properties to it: nevertheless, several algorithms behave differently with the two types of documents.

Property

This interface has no specific property and doesn't inherit any.

Methods

This interface has no specific property and doesn't inherit any.

Specifications

Specification Status Comment
{{SpecName('DOM WHATWG', '#xmldocument', 'XMLDocument')}} {{Spec2('DOM WHATWG')}} Initial definition.

Browser compatibility

{{CompatibilityTable}}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support {{CompatNo}} {{CompatVersionUnknown}} {{CompatNo}} {{CompatNo}} {{CompatNo}}
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{CompatNo}} {{CompatVersionUnknown}} {{CompatNo}} {{CompatNo}} {{CompatNo}}

See also

 

Revision Source

<p>{{DOMRef}}{{SeeCompatTable}}</p>
<p>The <strong>XMLDocument</strong> interface represent an XML docuement. It inherits from the generic {{domxref("Document")}} and do not add any specific methods or properties to it: nevertheless, several algorithms behave differently with the two types of documents.</p>
<h2 id="Property">Property</h2>
<p><em>This interface has no specific property and doesn't inherit any.</em></p>
<h2 id="Methods">Methods</h2>
<p><em>This interface has no specific property and doesn't inherit any.</em></p>
<h2 id="Specifications">Specifications</h2>
<table class="standard-table">
  <tbody>
    <tr>
      <th scope="col">Specification</th>
      <th scope="col">Status</th>
      <th scope="col">Comment</th>
    </tr>
    <tr>
      <td>{{SpecName('DOM WHATWG', '#xmldocument', 'XMLDocument')}}</td>
      <td>{{Spec2('DOM WHATWG')}}</td>
      <td>Initial definition.</td>
    </tr>
  </tbody>
</table>
<h2 id="Browser_compatibility">Browser compatibility</h2>
<p>{{CompatibilityTable}}</p>
<div id="compat-desktop">
  <table class="compat-table">
    <tbody>
      <tr>
        <th>Feature</th>
        <th>Chrome</th>
        <th>Firefox (Gecko)</th>
        <th>Internet Explorer</th>
        <th>Opera</th>
        <th>Safari</th>
      </tr>
      <tr>
        <td>Basic support</td>
        <td>{{CompatNo}}</td>
        <td>{{CompatVersionUnknown}}</td>
        <td>{{CompatNo}}</td>
        <td>{{CompatNo}}</td>
        <td>{{CompatNo}}</td>
      </tr>
    </tbody>
  </table>
</div>
<div id="compat-mobile">
  <table class="compat-table">
    <tbody>
      <tr>
        <th>Feature</th>
        <th>Android</th>
        <th>Firefox Mobile (Gecko)</th>
        <th>IE Mobile</th>
        <th>Opera Mobile</th>
        <th>Safari Mobile</th>
      </tr>
      <tr>
        <td>Basic support</td>
        <td>{{CompatNo}}</td>
        <td>{{CompatVersionUnknown}}</td>
        <td>{{CompatNo}}</td>
        <td>{{CompatNo}}</td>
        <td>{{CompatNo}}</td>
      </tr>
    </tbody>
  </table>
</div>
<h2 id="See_also">See also</h2>
<ul>
  <li><a href="/en-US/docs/DOM/DOM_Reference" title="/en-US/docs/DOM/DOM_Reference">The DOM interfaces index.</a></li>
</ul>
<p>&nbsp;</p>
Revert to this revision