Class FN_Apply
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.library.FN_Apply
-
- All Implemented Interfaces:
Function
public class FN_Apply extends FunctionBase
XPath and XQuery Functions and Operators 3.1fn:apply(function, args)
-
-
Constructor Summary
Constructors Constructor Description FN_Apply()
-
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 valuesNodeValueexec(java.util.List<NodeValue> args, FunctionEnv env)-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-
-
-
Method Detail
-
checkBuild
public void checkBuild(java.lang.String uri, ExprList args)- Specified by:
checkBuildin classFunctionBase
-
exec
public NodeValue exec(java.util.List<NodeValue> args)
Description copied from class:FunctionBaseFunction call to a list of evaluated argument values- Specified by:
execin classFunctionBase
-
exec
public NodeValue exec(java.util.List<NodeValue> args, FunctionEnv env)
-
-