blob: 963021923aed200c4fb220dc65d340def41db370 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
---
title: self
slug: Web/XPath/Axes/self
tags:
- Axe
- XPath
translation_of: Web/XPath/Axes/self
---
<p><code>self</code> 軸はコンテキストノード自体を表します。単一のピリオド (<code>.</code>) に省略することができます。</p>
<h2 id="仕様">仕様</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">仕様</th>
<th scope="col">ステータス</th>
<th scope="col">コメント</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName("XPath3.1","#axes","self")}}</td>
<td>{{Spec2("XPath3.1")}}</td>
<td> </td>
</tr>
<tr>
<td>{{SpecName("XPath3","#axes","self")}}</td>
<td>{{Spec2("XPath3")}}</td>
<td> </td>
</tr>
<tr>
<td>{{SpecName("XPath2","#axes","self")}}</td>
<td>{{Spec2("XPath2")}}</td>
<td> </td>
</tr>
<tr>
<td>{{SpecName("XPath1","#axes","self")}}</td>
<td>{{Spec2("XPath1")}}</td>
<td>初期の定義</td>
</tr>
</tbody>
</table>
<h2 id="ブラウザの互換性">ブラウザの互換性</h2>
<p>{{Compat("xpath.axes.self")}}</p>
<p>{{QuickLinksWithSubpages("/ja/docs/Web/XPath")}}</p>
|