com.jclark.xsl.expr

Class CurrentFunction

Implemented Interfaces:
Function

(package private) class CurrentFunction
extends Function0

Represents the XSLT Function: node-set current() The current function returns a node-set that has the current node as its only member. For an outermost expression (an expression not occurring within another expression), the current node is always the same as the context node. Thus,

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