com.hp.hpl.jena.sparql.function.library
Class date

java.lang.Object
  extended by com.hp.hpl.jena.sparql.function.FunctionBase
      extended by com.hp.hpl.jena.sparql.function.FunctionBase1
          extended by com.hp.hpl.jena.sparql.function.library.date
All Implemented Interfaces:
Function

public class date
extends FunctionBase1

date(expression) => XSD dateTime Attempt to convert an expression to an XSD dateTime. Supported conversions: Date as yyyy-mm-dd


Constructor Summary
date()
           
 
Method Summary
 NodeValue exec(NodeValue v)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase1
checkBuild, exec
 
Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase
build, exec, getContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

date

public date()
Method Detail

exec

public NodeValue exec(NodeValue v)
Specified by:
exec in class FunctionBase1


Licenced under the Apache License, Version 2.0