com.jclark.xsl.expr

Class ObjectTypeFunction

Implemented Interfaces:
Function

(package private) class ObjectTypeFunction
extends Function1

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

Method Summary

ConvertibleExpr
makeCallExpr(ConvertibleExpr e)

Methods inherited from class com.jclark.xsl.expr.Function1

makeCallExpr, makeCallExpr

Method Details

makeCallExpr

public ConvertibleExpr makeCallExpr(ConvertibleExpr e)
            throws ParseException
Overrides:
makeCallExpr in interface Function1