com.jclark.xsl.expr
Class CeilingFunction
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.