com.jclark.xsl.expr
Class DecodeURIFunction

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

 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 java.lang.String dfltEncName
           
 
Constructor Summary
DecodeURIFunction()
           
 
Method Summary
 ConvertibleExpr makeCallExpr(ConvertibleExpr[] args, Node exprNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dfltEncName

static java.lang.String dfltEncName
Constructor Detail

DecodeURIFunction

DecodeURIFunction()
Method Detail

makeCallExpr

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