com.jclark.xsl.expr
Class BooleanFunction

java.lang.Object
  extended by com.jclark.xsl.expr.Function1
      extended by com.jclark.xsl.expr.BooleanFunction
All Implemented Interfaces:
Function

 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:


Constructor Summary
BooleanFunction()
           
 
Method Summary
(package private)  ConvertibleExpr makeCallExpr(ConvertibleExpr e)
           
 
Methods inherited from class com.jclark.xsl.expr.Function1
makeCallExpr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanFunction

BooleanFunction()
Method Detail

makeCallExpr

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