com.jclark.xsl.expr
Class CeilingFunction

java.lang.Object
  extended bycom.jclark.xsl.expr.Function1
      extended bycom.jclark.xsl.expr.CeilingFunction
All Implemented Interfaces:
Function

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.


Constructor Summary
(package private) CeilingFunction()
           
 
Method Summary
(package private)  ConvertibleExpr makeCallExpr(ConvertibleExpr e)
           
 ConvertibleExpr makeCallExpr(ConvertibleExpr[] e, Node exprNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CeilingFunction

CeilingFunction()
Method Detail

makeCallExpr

ConvertibleExpr makeCallExpr(ConvertibleExpr e)
                       throws ParseException
Specified by:
makeCallExpr in class Function1
Throws:
ParseException

makeCallExpr

public ConvertibleExpr makeCallExpr(ConvertibleExpr[] e,
                                    Node exprNode)
                             throws ParseException
Specified by:
makeCallExpr in interface Function
Throws:
ParseException