|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.werken.xpath.function.ContainsFunction
public class ContainsFunction
4.2 boolean contains(string,string)
Constructor Summary | |
---|---|
ContainsFunction()
|
Method Summary | |
---|---|
java.lang.Object |
call(Context context,
java.util.List args)
Call the function object. |
static java.lang.Boolean |
evaluate(java.lang.Object strArg,
java.lang.Object matchArg)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContainsFunction()
Method Detail |
---|
public java.lang.Object call(Context context, java.util.List args)
Function
call
in interface Function
context
- The current context the function operates uponargs
- The argument list to the function.
public static java.lang.Boolean evaluate(java.lang.Object strArg, java.lang.Object matchArg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |