com.jclark.xsl.expr

Class CeilingFunction

Implemented Interfaces:
Function

(package private) class CeilingFunction
extends Function1

the XPath Function: number ceiling(number) The ceiling function returns the smallest (closest to negative infinity) number that is not less than the argument and that is an integer.

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