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/domlocator/index.html | 56 ++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 files/ja/web/api/domlocator/index.html (limited to 'files/ja/web/api/domlocator/index.html') diff --git a/files/ja/web/api/domlocator/index.html b/files/ja/web/api/domlocator/index.html new file mode 100644 index 0000000000..1cc40f4afe --- /dev/null +++ b/files/ja/web/api/domlocator/index.html @@ -0,0 +1,56 @@ +--- +title: DOMLocator +slug: Web/API/DOMLocator +tags: + - API + - DOM + - DOM Reference + - Obsolete + - Reference +translation_of: Web/API/DOMLocator +--- +

{{APIRef("DOM")}}{{obsolete_header}}

+ +
+

NOTE: これは Mozilla には実装されていません

+
+ +

エラーが発生した場所などを示します。 DOMError.location によって返されます。

+ +

プロパティ

+ +
+
{{domxref("DOMLocator.lineNumber")}} {{ReadOnlyInline}}
+
正の整数または-1を返します。
+
{{domxref("DOMLocator.columnNumber")}} {{ReadOnlyInline}}
+
正の整数または-1を返します。
+
{{domxref("DOMLocator.byteOffset")}} {{ReadOnlyInline}}
+
正の整数または-1を返します。
+
{{domxref("DOMLocator.utf16Offset")}} {{ReadOnlyInline}}
+
正の整数または-1を返します。
+
{{domxref("DOMLocator.relatedNode")}} {{ReadOnlyInline}}
+
正の整数または-1を返します。
+
{{domxref("DOMLocator.uri")}} {{ReadOnlyInline}}
+
正の整数または-1を返します。
+
+ +

メソッド

+ +

このインターフェイスは、メソッドを実装も継承もしません。

+ +

仕様

+ + + + + + + + + + + + + + +
仕様ステータス備考
{{SpecName("DOM3 Core", "core.html#Interfaces-DOMLocator", "DOMLocator")}}{{Spec2("DOM3 Core")}}初回定義
-- cgit v1.2.3-54-g00ecf