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

java.lang.Object
  extended by com.hp.hpl.jena.sparql.function.CastXSD
All Implemented Interfaces:
FunctionFactory
Direct Known Subclasses:
CastXSD_Boolean, CastXSD_DateTime, CastXSD_Numeric

public class CastXSD
extends Object
implements FunctionFactory

General casting of XSD datatypes.

See Also:
CastXSD_DateTime, CastXSD_Numeric, CastXSD_Boolean

Constructor Summary
CastXSD(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

public CastXSD(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
Parameters:
uri - URI
Returns:
Function


Licenced under the Apache License, Version 2.0