From b7d563653d48e4e78837de9dc49b03df9e7a111c Mon Sep 17 00:00:00 2001
From: SphinxKnight
L'axe Interwiki Languages Links
-ancestor-or-self
indique le nœud de contexte courant ainsi que tous ses ascendants, y compris le nœud racine.
-
L'axe ancestor
indique tous les ascendants du nœud de contexte, du nœud parent jusqu'au nœud racine.
-
Interwiki Languages Links -
{{ languages( { "en": "en/XPath/Axes/ancestor", "es": "es/XPath/Ejes/ancestor", "pl": "pl/XPath/Osie/ancestor" } ) }} + \ No newline at end of file diff --git a/files/fr/web/xpath/axes/attribute/index.html b/files/fr/web/xpath/axes/attribute/index.html index be3c5180d3..2d23fbe176 100644 --- a/files/fr/web/xpath/axes/attribute/index.html +++ b/files/fr/web/xpath/axes/attribute/index.html @@ -5,6 +5,4 @@ translation_of: Web/XPath/Axes/attribute ---
L'axe attribute
axis indique les attributs du nœud de contexte. Seuls les éléments ont des attributs. Cet axe peut être abrégé avec le signe arobase (@
).
-
-Interwiki Languages Links
-
L'axe child
indique les enfants du nœud de contexte. Si une expression XPath ne spécifie pas d'axe, il est compris par défaut. Comme seuls le nœud racine et les nœuds element ont des enfants, toute autre utilisation ne sélectionnera rien.
-
Interwiki Languages Links -
{{ languages( { "en": "en/XPath/Axes/child", "es": "es/XPath/Ejes/child", "pl": "pl/XPath/Osie/child" } ) }} + \ No newline at end of file diff --git a/files/fr/web/xpath/axes/descendant-or-self/index.html b/files/fr/web/xpath/axes/descendant-or-self/index.html index 81227314a7..465710191e 100644 --- a/files/fr/web/xpath/axes/descendant-or-self/index.html +++ b/files/fr/web/xpath/axes/descendant-or-self/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/descendant-or-self ---
L'axe descendant-or-self
indique le nœud de contexte et tout ses descendants. Les nœuds attribute
et namespace
ne sont pas compris - le parent d'un nœud attribute
est un nœud element
, mais les nœuds attribute
ne sont pas les enfants de leur parent.
-
interwiki Languages Links -
{{ languages( { "en": "en/XPath/Axes/descendant-or-self", "es": "es/XPath/Ejes/descendant-or-self", "pl": "pl/XPath/Osie/descendant-or-self" } ) }} + \ No newline at end of file diff --git a/files/fr/web/xpath/axes/descendant/index.html b/files/fr/web/xpath/axes/descendant/index.html index e3f42fae11..3897ddbf8b 100644 --- a/files/fr/web/xpath/axes/descendant/index.html +++ b/files/fr/web/xpath/axes/descendant/index.html @@ -5,6 +5,4 @@ translation_of: Web/XPath/Axes/descendant ---
l'axe descendant
indique tous les nœuds enfants du nœud de contexte, et tous leurs enfants, et ainsi de suite. Les nœuds attribute
et namespace
ne sont pas compris - le parent d'un nœud attribute
est un nœud element
, mais les nœuds attribute
ne sont pas les enfants de leur parent.
-
-Interwiki Languages Links
-
L'axe following-sibling
indique tous les nœuds qui ont le même parent
que le nœud de contexte mais qui apparaissent après lui dans le document source.
-
Interwikilanguages Links -
{{ languages( { "en": "en/XPath/Axes/following-sibling", "es": "es/XPath/Ejes/following-sibling", "pl": "pl/XPath/Osie/following-sibling" } ) }} + \ No newline at end of file diff --git a/files/fr/web/xpath/axes/following/index.html b/files/fr/web/xpath/axes/following/index.html index cb53cdd742..ccf5191169 100644 --- a/files/fr/web/xpath/axes/following/index.html +++ b/files/fr/web/xpath/axes/following/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/following ---
L'axe following
indique tous les nœuds situés après le nœud de contexte, excepté les nœuds descendant
, attribute
et namespace
.
-
Interwiki Languages Links -
{{ languages( { "en": "en/XPath/Axes/following", "es": "es/XPath/Ejes/following", "pl": "pl/XPath/Osie/following" } ) }} + \ No newline at end of file diff --git a/files/fr/web/xpath/axes/namespace/index.html b/files/fr/web/xpath/axes/namespace/index.html index 59a1b9d8d4..b6db3a451e 100644 --- a/files/fr/web/xpath/axes/namespace/index.html +++ b/files/fr/web/xpath/axes/namespace/index.html @@ -6,5 +6,4 @@ translation_of: Web/XPath/Axes/namespace
(non supporté)
L'axe namespace
indique tous les nœuds qui sont dans le voisinage immédiat du nœud de contexte. Dans ce cas, le nœud de contexte doit être un nœud element
.
-
Interwiki Languages Links -
{{ languages( { "en": "en/XPath/Axes/namespace", "es": "es/XPath/Ejes/namespace", "pl": "pl/XPath/Osie/namespace" } ) }} + \ No newline at end of file diff --git a/files/fr/web/xpath/axes/parent/index.html b/files/fr/web/xpath/axes/parent/index.html index 04148dd9e4..a12905e03e 100644 --- a/files/fr/web/xpath/axes/parent/index.html +++ b/files/fr/web/xpath/axes/parent/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/parent ---
L'axe parent
indique le nœud parent du nœud de contexte. Il peut être abrégé par deux points (..
).
-
Interwiki Languages Links -
{{ languages( { "en": "en/XPath/Axes/parent", "es": "es/XPath/Ejes/parent", "pl": "pl/XPath/Osie/parent" } ) }} + \ No newline at end of file diff --git a/files/fr/web/xpath/axes/preceding-sibling/index.html b/files/fr/web/xpath/axes/preceding-sibling/index.html index b4c78b09b8..598739c27a 100644 --- a/files/fr/web/xpath/axes/preceding-sibling/index.html +++ b/files/fr/web/xpath/axes/preceding-sibling/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/preceding-sibling ---
L'axe preceding-sibling
indique tous les nœuds qui ont le même parent
que le nœud de contexte mais qui apparaissent avant lui dans le document source.
-
Interwiki Languages Links -
{{ languages( { "en": "en/XPath/Axes/preceding-sibling", "es": "es/XPath/Ejes/preceding-sibling", "pl": "pl/XPath/Osie/preceding-sibling" } ) }} + \ No newline at end of file diff --git a/files/fr/web/xpath/axes/preceding/index.html b/files/fr/web/xpath/axes/preceding/index.html index f0aa5014ab..bb6d7c977e 100644 --- a/files/fr/web/xpath/axes/preceding/index.html +++ b/files/fr/web/xpath/axes/preceding/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/preceding ---
L'axe preceding
indique tous les nœuds qui précédent le nœud de contexte dans le document, except any ancestor
, excepté les nœuds attribute
et namespace
.
-
Interwiki Languages Links -
{{ languages( { "en": "en/XPath/Axes/preceding", "es": "es/XPath/Ejes/preceding", "pl": "pl/XPath/Osie/preceding" } ) }} + \ No newline at end of file diff --git a/files/fr/web/xpath/axes/self/index.html b/files/fr/web/xpath/axes/self/index.html index dd98799901..3e604022ff 100644 --- a/files/fr/web/xpath/axes/self/index.html +++ b/files/fr/web/xpath/axes/self/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/self ---
L'axe self
indique le nœud de contexte lui-même. Il peut être abrégé par un simple point (.
).
-
Interwiki Languages Links -
{{ languages( { "en": "en/XPath/Axes/self", "es": "es/XPath/Ejes/self", "pl": "pl/XPath/Osie/self" } ) }} + \ No newline at end of file -- cgit v1.2.3-54-g00ecf