Back to Content

XMLDocument

files/en-us/web/api/xmldocument/index.md

latest627 B
Original Source

{{APIRef("DOM")}}

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

{{InheritanceDiagram}}

Instance properties

Also inherits properties from: {{DOMxRef("Document")}}.

Instance methods

Also inherits methods from: {{DOMxRef("Document")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also