com.jclark.xsl.expr

Class BooleanFunction

class BooleanFunction extends Function1

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:

Method Summary
ConvertibleExprmakeCallExpr(ConvertibleExpr e)

Method Detail

makeCallExpr

ConvertibleExpr makeCallExpr(ConvertibleExpr e)