이 문서는 아직 자원 봉사자들이 한국어로 번역하지 않았습니다. 함께 해서 번역을 마치도록 도와 주세요!
This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
The XMLDocument interface represent an XML document. It inherits from the generic Document
and does 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 doesn't inherit any method.
XMLDocument.load()
- Loads an XML document.
Specifications
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'Extension to XMLDocument' in that specification. |
Living Standard | No change from HTML5 |
HTML5 The definition of 'Extension to XMLDocument' in that specification. |
Recommendation | Adds the load() method. |
DOM The definition of 'XMLDocument' in that specification. |
Living Standard | Initial definition. |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | No support | (Yes) | No support | No support | No support |
load() |
No support | ? | No support | No support | No support |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | No support | (Yes) | No support | No support | No support |
load() |
No support | ? | No support | No support | No support |