aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/domlocator/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/domlocator/index.html')
-rw-r--r--files/ja/web/api/domlocator/index.html56
1 files changed, 56 insertions, 0 deletions
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
+---
+<p>{{APIRef("DOM")}}{{obsolete_header}}</p>
+
+<div class="warning">
+<p>NOTE: これは Mozilla には実装されていません</p>
+</div>
+
+<p>エラーが発生した場所などを示します。 <code>DOMError.location</code> によって返されます。</p>
+
+<h2 id="プロパティ">プロパティ</h2>
+
+<dl>
+ <dt>{{domxref("DOMLocator.lineNumber")}} {{ReadOnlyInline}}</dt>
+ <dd>正の整数または-1を返します。</dd>
+ <dt>{{domxref("DOMLocator.columnNumber")}} {{ReadOnlyInline}}</dt>
+ <dd>正の整数または-1を返します。</dd>
+ <dt>{{domxref("DOMLocator.byteOffset")}} {{ReadOnlyInline}}</dt>
+ <dd>正の整数または-1を返します。</dd>
+ <dt>{{domxref("DOMLocator.utf16Offset")}} {{ReadOnlyInline}}</dt>
+ <dd>正の整数または-1を返します。</dd>
+ <dt>{{domxref("DOMLocator.relatedNode")}} {{ReadOnlyInline}}</dt>
+ <dd>正の整数または-1を返します。</dd>
+ <dt>{{domxref("DOMLocator.uri")}} {{ReadOnlyInline}}</dt>
+ <dd>正の整数または-1を返します。</dd>
+</dl>
+
+<h2 id="メソッド">メソッド</h2>
+
+<p><em>このインターフェイスは、メソッドを実装も継承もしません。</em></p>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">仕様</th>
+ <th scope="col">ステータス</th>
+ <th scope="col">備考</th>
+ </tr>
+ <tr>
+ <td>{{SpecName("DOM3 Core", "core.html#Interfaces-DOMLocator", "DOMLocator")}}</td>
+ <td>{{Spec2("DOM3 Core")}}</td>
+ <td>初回定義</td>
+ </tr>
+ </tbody>
+</table>