Class FUN_TitleCase
java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
fr.mines_stetienne.ci.sparql_generate.function.library.FUN_TitleCase
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
public final class FUN_TitleCase
extends org.apache.jena.sparql.function.FunctionBase1
Binding function
fun:titleCase
takes as input a String, and return a Title Case version of that string.
- Param 1 (input) a string literal
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.expr.NodeValueexec(org.apache.jena.sparql.expr.NodeValue node)Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, execMethods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, execMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.sparql.function.Function
build
-
Field Details
-
URI
- See Also:
- Constant Field Values
-
-
Constructor Details
-
FUN_TitleCase
public FUN_TitleCase()
-
-
Method Details
-
exec
public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue node)- Specified by:
execin classorg.apache.jena.sparql.function.FunctionBase1
-