|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.function.FunctionBase
com.hp.hpl.jena.sparql.function.library.strjoin
public class strjoin
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 | |
|---|---|
strjoin()
|
|
| Method Summary | |
|---|---|
void |
checkBuild(java.lang.String uri,
ExprList args)
|
NodeValue |
exec(java.util.List<NodeValue> args)
Function call to a list of evaluated argument values |
| Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase |
|---|
build, exec, getContext |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public strjoin()
| Method Detail |
|---|
public final NodeValue exec(java.util.List<NodeValue> args)
FunctionBase
exec in class FunctionBase
public void checkBuild(java.lang.String uri,
ExprList args)
checkBuild in class FunctionBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||