com.jclark.xsl.expr

Class CountFunction

Implemented Interfaces:
Function

(package private) class CountFunction
extends Function1

Represents the XPath Function: number count(node-set) The count function returns the number of nodes in the argument node-set.

Method Summary

(package private) ConvertibleExpr
makeCallExpr(ConvertibleExpr e)

Methods inherited from class com.jclark.xsl.expr.Function1

makeCallExpr, makeCallExpr

Method Details

makeCallExpr

(package private)  ConvertibleExpr makeCallExpr(ConvertibleExpr e)
            throws ParseException
Overrides:
makeCallExpr in interface Function1