com.jclark.xsl.expr
Class ObjectTypeFunction

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

 class ObjectTypeFunction
extends Function1

Represents the EXSL exsl:object-type function For more information consult exsl specification at: Specification.


Constructor Summary
ObjectTypeFunction()
           
 
Method Summary
 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

ObjectTypeFunction

ObjectTypeFunction()
Method Detail

makeCallExpr

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