aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xpath/axes/child/index.html
blob: 3b75074056870b50d035f42772c6735c8c64cbe9 (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: child
slug: Web/XPath/Axes/child
tags:
  - Axe
  - XPath
translation_of: Web/XPath/Axes/child
---
<p><code>child</code> 軸はコンテキストノードの子を示します。XPath 式が軸を指定していない場合、<code>child</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","child")}}</td>
   <td>{{Spec2("XPath3.1")}}</td>
   <td> </td>
  </tr>
  <tr>
   <td>{{SpecName("XPath3","#axes","child")}}</td>
   <td>{{Spec2("XPath3")}}</td>
   <td> </td>
  </tr>
  <tr>
   <td>{{SpecName("XPath2","#axes","child")}}</td>
   <td>{{Spec2("XPath2")}}</td>
   <td> </td>
  </tr>
  <tr>
   <td>{{SpecName("XPath1","#axes","child")}}</td>
   <td>{{Spec2("XPath1")}}</td>
   <td>初期の定義</td>
  </tr>
 </tbody>
</table>

<h2 id="ブラウザの互換性">ブラウザの互換性</h2>

<p>{{Compat("xpath.axes.child")}}</p>

<p>{{QuickLinksWithSubpages("/ja/docs/Web/XPath")}}</p>