com.jclark.xsl.expr

Class PositionFunction

Implemented Interfaces:
Function

(package private) class PositionFunction
extends Function0

implements the XPath position() function, which evaluates to the current node's position in the current node set

Method Summary

(package private) ConvertibleExpr
makeCallExpr()

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

makeCallExpr, makeCallExpr

Method Details

makeCallExpr

(package private)  ConvertibleExpr makeCallExpr()
Overrides:
makeCallExpr in interface Function0