java.lang.Object
org.apache.jena.sparql.function.library.FN_Matches
- All Implemented Interfaces:
Function
Function for XPath fn:matches
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
exec
(Binding binding, ExprList args, String uri, FunctionEnv env) Test a list of values - argument will not be null but may have the wrong number of arguments.
-
Constructor Details
-
FN_Matches
public FN_Matches()
-
-
Method Details
-
build
Description copied from interface:Function
-
exec
Description copied from interface:Function
Test 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.
-