com.jclark.xsl.expr
Class RegexpReplaceFunction

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

 class RegexpReplaceFunction
extends java.lang.Object
implements Function

Represents the EXSL regexp:replace function For more information consult exsl specification at: Specification.


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

Constructor Detail

RegexpReplaceFunction

RegexpReplaceFunction()
Method Detail

makeCallExpr

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