|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jclark.xsl.expr.Function1
com.jclark.xsl.expr.CeilingFunction
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()
Method Detail |
ConvertibleExpr makeCallExpr(ConvertibleExpr e) throws ParseException
makeCallExpr
in class Function1
ParseException
public ConvertibleExpr makeCallExpr(ConvertibleExpr[] e, Node exprNode) throws ParseException
makeCallExpr
in interface Function
ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |