Class strjoin
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.library.strjoin
-
- All Implemented Interfaces:
Function
public class strjoin extends FunctionBase
Function that concatenates strings using a separator. This is not fn:string-join because (1) that takes a sequence as argument (2) the arguments are in a different order
-
-
Constructor Summary
Constructors Constructor Description strjoin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckBuild(java.lang.String uri, ExprList args)NodeValueexec(java.util.List<NodeValue> args)Function call to a list of evaluated argument values-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-
-
-
Method Detail
-
exec
public final NodeValue exec(java.util.List<NodeValue> args)
Description copied from class:FunctionBaseFunction call to a list of evaluated argument values- Specified by:
execin classFunctionBase
-
checkBuild
public void checkBuild(java.lang.String uri, ExprList args)- Specified by:
checkBuildin classFunctionBase
-
-