Package org.apache.jena.sparql.function
Class FunctionCastXSD
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase1
-
- org.apache.jena.sparql.function.FunctionCastXSD
-
- All Implemented Interfaces:
Function
,FunctionFactory
public class FunctionCastXSD extends FunctionBase1 implements FunctionFactory
-
-
Constructor Summary
Constructors Constructor Description FunctionCastXSD(XSDDatatype dt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function
create(java.lang.String uri)
Create a function with the given URINodeValue
exec(NodeValue v)
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, exec
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-
-
-
Constructor Detail
-
FunctionCastXSD
public FunctionCastXSD(XSDDatatype dt)
-
-
Method Detail
-
create
public Function create(java.lang.String uri)
Description copied from interface:FunctionFactory
Create a function with the given URI- Specified by:
create
in interfaceFunctionFactory
- Parameters:
uri
- URI- Returns:
- Function
-
exec
public NodeValue exec(NodeValue v)
- Specified by:
exec
in classFunctionBase1
-
-