Structured Text Toolkit

com.saelist.stx.xpath
Class MatchesFunction

java.lang.Object
  extended bycom.saelist.stx.xpath.MatchesFunction

public class MatchesFunction
extends java.lang.Object

4.2 boolean matches(string,string)


Constructor Summary
MatchesFunction()
           
 
Method Summary
 java.lang.Object call(Context context, java.util.List args)
           
static java.lang.Boolean evaluate(java.lang.Object textArg, java.lang.Object patternArg, Navigator nav)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchesFunction

public MatchesFunction()
Method Detail

call

public java.lang.Object call(Context context,
                             java.util.List args)
                      throws FunctionCallException
Throws:
FunctionCallException

evaluate

public static java.lang.Boolean evaluate(java.lang.Object textArg,
                                         java.lang.Object patternArg,
                                         Navigator nav)

Structured Text Toolkit