Back to Content

count

files/en-us/web/xml/xpath/reference/functions/count/index.md

latest384 B
Original Source

The count function counts the number of nodes in a node-set and returns an integer.

Syntax

plain
count( node-set )

Parameters

  • node-set
    • : The node set to be counted.

Return value

An integer representing the number of nodes in a node-set.

Specifications

XPath 1.0 4.1

Gecko support

Supported.