aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xpath/functions/count/index.md
blob: 3db718509ad117eaeb819bd076a9d6a3e8d88f2e (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
---
title: count
slug: Web/XPath/Functions/count
tags:
  - Référence_XSLT
translation_of: Web/XPath/Functions/count
original_slug: Web/XPath/Fonctions/count
---
<p>
{{ XsltRef() }}
</p><p><br>
La fonction <code>count</code> compte le nombre de nœuds dans un ensemble de nœuds et retourne un entier.
</p>
<h3 id="Syntaxe">Syntaxe </h3>
<pre class="eval">count( <i>ensemble-de-nœuds</i> )
</pre>
<h3 id="Arguments"> Arguments </h3>
<dl><dt><code><i>ensemble-de-nœuds</i></code>
</dt><dd>L'ensemble de nœuds à compter.
</dd></dl>
<h3 id="Retour"> Retour </h3>
<p>Un entier représentant le nombre de nœuds contenus dans l'ensemble.
</p>
<h3 id="D.C3.A9finition"> Définition </h3>
<p><a href="http://www.w3.org/TR/xpath#function-count">1.0, section 4.1</a>.
</p>
<h3 id="Support_Gecko"> Support Gecko </h3>
<p>Supportée.
</p>