Class FN_StrContains
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase2
-
- org.apache.jena.sparql.function.library.FN_StrContains
-
- All Implemented Interfaces:
Function
public class FN_StrContains extends FunctionBase2
string contains - fn:contains
-
-
Constructor Summary
Constructors Constructor Description FN_StrContains()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValue
exec(NodeValue str, NodeValue match)
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase2
checkBuild, exec
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-
-
-
Method Detail
-
exec
public NodeValue exec(NodeValue str, NodeValue match)
- Specified by:
exec
in classFunctionBase2
-
-