--- title: count slug: Web/XPath/Functions/count tags: - XSLT - XSLT_Reference translation_of: Web/XPath/Functions/count ---

{{ XsltRef() }}

count 関数はノード集合に含まれるノードの数を数え、その整数を返します。

構文

count(node-set )

引数

node-set
カウント対象のノード集合。

返値

ノード集合に含まれるノードの数を表す整数。

定義

XPath 1.0 4.1

Gecko での対応

対応済み。