|
||||||||||
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.BooleanFunction
a single argument XPath function which casts its argument to a boolean Function: boolean boolean(object)
The boolean function converts its argument to a boolean as follows:
Constructor Summary | |
(package private) |
BooleanFunction()
|
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 |
BooleanFunction()
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 |