Class FN_CollationKey
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase2
-
- org.apache.jena.sparql.function.library.FN_CollationKey
-
- All Implemented Interfaces:
Function
public class FN_CollationKey extends FunctionBase2
XPath and XQuery Functions and Operators 3.1fn:collation-key($key as xs:string, $collation as xs:string) as xs:base64Binary
-
-
Constructor Summary
Constructors Constructor Description FN_CollationKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValueexec(NodeValue v1, NodeValue v2)-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase2
checkBuild, exec
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-
-
-
Method Detail
-
exec
public NodeValue exec(NodeValue v1, NodeValue v2)
- Specified by:
execin classFunctionBase2
-
-