java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.library.FN_FormatNumber
- All Implemented Interfaces:
Function
fn:format-number : 2 or 3 arguments.
The 3rd argument, decimal-format-name, is here a IETF BCP 47 language tag string.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, exec
-
Constructor Details
-
FN_FormatNumber
public FN_FormatNumber()
-
-
Method Details
-
checkBuild
- Specified by:
checkBuild
in classFunctionBase
-
exec
Description copied from class:FunctionBase
Function call to a list of evaluated argument values- Specified by:
exec
in classFunctionBase
-