com.jclark.xsl.expr

Class RegexpMatchFunction

Implemented Interfaces:
Function

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

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

Method Summary

ConvertibleExpr
makeCallExpr(ConvertibleExpr[] args, Node exprNode)

Method Details

makeCallExpr

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