aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xpath/axes/descendant-or-self/index.html
blob: f9803883a148c90c28cbe3ea3e49dd919b463b23 (plain)
1
2
3
4
5
6
7
8
9
---
title: descendant-or-self
slug: Web/XPath/Axes/descendant-or-self
tags:
  - Axe
  - XPath
translation_of: Web/XPath/Axes/descendant-or-self
---
<p><code>descendant-or-self</code>軸は、コンテキストノードとその子孫のすべてを示します。 属性ノードと名前空間ノードは含まれません。属性ノードの<code>parent</code><code>attribute</code>ノードですが、<code>attribute</code>ノードは親の子ノードではありません。</p>