com.jclark.xsl.expr

Class DecodeURIFunction

Implemented Interfaces:
Function

(package private) class DecodeURIFunction
extends java.lang.Object
implements Function

Represents the EXSL str:encode-uri function For more information consult exsl specification at: Specification.

Field Summary

(package private) static String
dfltEncName

Method Summary

ConvertibleExpr
makeCallExpr(ConvertibleExpr[] args, Node exprNode)

Field Details

dfltEncName

(package private) static String dfltEncName

Method Details

makeCallExpr

public ConvertibleExpr makeCallExpr(ConvertibleExpr[] args,
                                    Node exprNode)
            throws ParseException
Specified by:
makeCallExpr in interface Function