aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xpath/axes/descendant-or-self/index.html
blob: fae156641aeb6f6f52f187c2bc7a630b00350b29 (plain)
1
2
3
4
5
6
7
8
9
---
title: descendant-or-self
slug: Web/XPath/Axes/descendant-or-self
translation_of: Web/XPath/Axes/descendant-or-self
original_slug: Web/XPath/Ejes/descendant-or-self
---
<p>
</p><p>El eje <code>descendant-or-self</code> indica el nodo de contexto y todos sus descendientes. <b>No</b> se incluyen los nodos atributos y namespaces - el <code>parent</code> de un nodo <code>attribute</code> es un nodo elemento, pero los nodos <code>attribute</code> no son los hijos de sus padres.
</p>{{ languages( { "en": "en/XPath/Axes/descendant-or-self", "fr": "fr/XPath/Axes/descendant-or-self", "pl": "pl/XPath/Osie/descendant-or-self" } ) }}