From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/xmldocument/index.html | 68 +++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 files/ja/web/api/xmldocument/index.html (limited to 'files/ja/web/api/xmldocument/index.html') diff --git a/files/ja/web/api/xmldocument/index.html b/files/ja/web/api/xmldocument/index.html new file mode 100644 index 0000000000..97ba537bbd --- /dev/null +++ b/files/ja/web/api/xmldocument/index.html @@ -0,0 +1,68 @@ +--- +title: XMLDocument +slug: Web/API/XMLDocument +tags: + - API + - DOM + - Interface + - Reference + - XMLDocument +translation_of: Web/API/XMLDocument +--- +

{{APIRef("DOM")}}

+ +

XMLDocument インターフェイスは XML ドキュメントを示します。汎用的な {{DOMxRef("Document")}} を継承し、特定のメソッドやプロパティを追加しません: それでも2つのタイプのドキュメントでは、いくつかのアルゴリズムの動作がことなります。

+ +

{{InheritanceDiagram}}

+ +

プロパティ

+ +

また、 {{DOMxRef("Document")}} からプロパティを継承します

+ +
+
{{DOMxRef("XMLDocument.async")}} {{Non-standard_Inline}} {{Deprecated_Inline}}
+
{{DOMxRef("XMLDocument.load()")}} と併用して、非同期リクエストを示します。
+
+ +

メソッド

+ +

また、 {{DOMxRef("Document")}} からメソッドを継承します

+ +
+
{{DOMxRef("XMLDocument.load()")}} {{Non-standard_Inline}} {{Deprecated_Inline}}
+
XML ドキュメントをロードします。
+
+ +

仕様

+ + + + + + + + + + + + + + + + + + + +
仕様ステータス備考
{{SpecName("DOM WHATWG", "#xmldocument", "XMLDocument")}}{{Spec2("DOM WHATWG")}}変更なし。
{{SpecName("DOM4", "#xmldocument", "XMLDocument")}}{{Spec2("DOM4")}}初回定義。
+ +

ブラウザー実装状況

+ + + +

{{Compat("api.XMLDocument")}}

+ +

関連項目

+ + -- cgit v1.2.3-54-g00ecf