com.liferay.portal.xml.xpath
Class MatchesFunction
java.lang.Object
com.liferay.portal.xml.xpath.MatchesFunction
- All Implemented Interfaces:
- org.jaxen.Function
public class MatchesFunction
- extends Object
- implements org.jaxen.Function
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatchesFunction
public MatchesFunction()
evaluate
public static Boolean evaluate(Object stringArgument,
Object regexArgument,
org.jaxen.Navigator navigator)
evaluate
public static Boolean evaluate(Object stringArg,
Object regexArgument,
Object flagsArgument,
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