com.jclark.xsl.expr
Class RegexpMatchFunction

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

 class RegexpMatchFunction
extends java.lang.Object
implements Function

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


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

RegexpMatchFunction

RegexpMatchFunction()
Method Detail

makeCallExpr

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