java.lang.Object
org.apache.jena.sparql.function.library.FN_Matches
- All Implemented Interfaces:
Function
Function for XPath fn:matches
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FN_Matches
public FN_Matches()
-
-
Method Details
-
build
Description copied from interface:Function
Called during query plan construction immediately after the construction of the extension instance. A function can throwExprException
if something is wrong (like wrong number of arguments). -
exec
Description copied from interface:Function
Call a function. The argument list will not be null but may have the wrong number of arguments. FunctionBase provides a more convenient way to implement a function. Functions can throwExprEvalException
if something goes wrong.
-