com.hp.hpl.jena.sparql.function.library
Class strjoin
java.lang.Object
com.hp.hpl.jena.sparql.function.FunctionBase
com.hp.hpl.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
strjoin
public strjoin()
exec
public final NodeValue exec(List<NodeValue> args)
- Description copied from class:
FunctionBase
- Function call to a list of evaluated argument values
- Specified by:
exec
in class FunctionBase
checkBuild
public void checkBuild(String uri,
ExprList args)
- Specified by:
checkBuild
in class FunctionBase
Licenced under the Apache License, Version 2.0