Object
com.liferay.portal.xml.xpath.MatchesFunction
- All Implemented Interfaces:
org.jaxen.Function
public class MatchesFunction
extends Object
implements org.jaxen.Function
- Author:
- Raymond Augé
-
Constructor Summary
Constructors
-
Method Summary
call(org.jaxen.Context context,
List arguments)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MatchesFunction
public MatchesFunction()
-
Method Details
-
evaluate
public static Boolean evaluate(Object stringArgument,
Object regexArgument,
org.jaxen.Navigator navigator)
-
-
evaluate
public static Boolean evaluate(String string,
String regex,
int flags,
org.jaxen.Navigator navigator)
-
call
public Object call(org.jaxen.Context context,
List arguments)
throws org.jaxen.FunctionCallException
- Specified by:
call
in interface org.jaxen.Function
- Throws:
org.jaxen.FunctionCallException