Class FN_Matches
- java.lang.Object
-
- org.apache.jena.sparql.function.library.FN_Matches
-
-
Constructor Summary
Constructors Constructor Description FN_Matches()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(java.lang.String uri, ExprList args)Called during query plan construction immediately after the construction of the extension instance.NodeValueexec(Binding binding, ExprList args, java.lang.String uri, FunctionEnv env)Test a list of values - argument will not be null but may have the wrong number of arguments.
-
-
-
Method Detail
-
build
public void build(java.lang.String uri, ExprList args)Description copied from interface:FunctionCalled during query plan construction immediately after the construction of the extension instance. Can throw ExprBuildException if something is wrong (like wrong number of arguments).
-
exec
public NodeValue exec(Binding binding, ExprList args, java.lang.String uri, FunctionEnv env)
Description copied from interface:FunctionTest a list of values - argument will not be null but may have the wrong number of arguments. FunctionBase provides a more convenient way to implement a function. Can throw ExprEvalsException if something goes wrong.
-
-