com.hp.hpl.jena.sparql.function
Class CastXSD_DateTime

java.lang.Object
  extended by com.hp.hpl.jena.sparql.function.CastXSD
      extended by com.hp.hpl.jena.sparql.function.CastXSD_DateTime
All Implemented Interfaces:
FunctionFactory

public class CastXSD_DateTime
extends CastXSD
implements FunctionFactory

Cast DateTime


Constructor Summary
CastXSD_DateTime(XSDDatatype dt)
           
 
Method Summary
 Function create(String uri)
          Create a function with the given URI
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastXSD_DateTime

public CastXSD_DateTime(XSDDatatype dt)
Method Detail

create

public Function create(String uri)
Description copied from interface: FunctionFactory
Create a function with the given URI

Specified by:
create in interface FunctionFactory
Overrides:
create in class CastXSD
Parameters:
uri - URI
Returns:
Function


Licenced under the Apache License, Version 2.0