Class FN_StrBefore
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase2
-
- org.apache.jena.sparql.function.library.FN_StrBefore
-
- All Implemented Interfaces:
Function
public class FN_StrBefore extends FunctionBase2
fn:substring-before
-
-
Constructor Summary
Constructors Constructor Description FN_StrBefore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValueexec(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:
execin classFunctionBase2
-
-