Uses of Interface
com.hp.hpl.jena.datatypes.RDFDatatype

Packages that use RDFDatatype
com.hp.hpl.jena.datatypes Provides the core interfaces through which datatypes are described to Jena. 
com.hp.hpl.jena.datatypes.xsd Provides datatype definitions for the XML Schema datatypes support by Jena. 
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
com.hp.hpl.jena.reasoner.rulesys Provides a selection of simple rule engines for Jena inference models. 
 

Uses of RDFDatatype in com.hp.hpl.jena.datatypes
 

Classes in com.hp.hpl.jena.datatypes that implement RDFDatatype
 class BaseDatatype
          Base level implementation of datatype from which real implementations can inherit.
 

Methods in com.hp.hpl.jena.datatypes that return RDFDatatype
 RDFDatatype TypeMapper.getSafeTypeByName(java.lang.String uri)
          Version of getTypeByName which will treat unknown URIs as typed literals but with just the default implementation
 RDFDatatype TypeMapper.getTypeByClass(java.lang.Class<?> clazz)
          Look up a datatype suitable for representing instances of the given Java class.
 RDFDatatype TypeMapper.getTypeByName(java.lang.String uri)
          Lookup a known datatype.
 RDFDatatype TypeMapper.getTypeByValue(java.lang.Object value)
          Method getTypeByValue.
 RDFDatatype RDFDatatype.normalizeSubType(java.lang.Object value, RDFDatatype dt)
          Normalization.
 RDFDatatype BaseDatatype.normalizeSubType(java.lang.Object value, RDFDatatype dt)
          Normalization.
 

Methods in com.hp.hpl.jena.datatypes that return types with arguments of type RDFDatatype
 java.util.Iterator<RDFDatatype> TypeMapper.listTypes()
          List all the known datatypes
 

Methods in com.hp.hpl.jena.datatypes with parameters of type RDFDatatype
 RDFDatatype RDFDatatype.normalizeSubType(java.lang.Object value, RDFDatatype dt)
          Normalization.
 RDFDatatype BaseDatatype.normalizeSubType(java.lang.Object value, RDFDatatype dt)
          Normalization.
 void TypeMapper.registerDatatype(RDFDatatype type)
          Register a new datatype
 

Constructors in com.hp.hpl.jena.datatypes with parameters of type RDFDatatype
DatatypeFormatException(java.lang.String lexicalForm, RDFDatatype dtype, java.lang.String msg)
          Preferred constructor.
 

Uses of RDFDatatype in com.hp.hpl.jena.datatypes.xsd
 

Classes in com.hp.hpl.jena.datatypes.xsd that implement RDFDatatype
 class XSDbase64Binary
          Implement base64binary type.
 class XSDDatatype
          Representation of an XSD datatype based on the Xerces-2 XSD implementation.
 class XSDhexBinary
          Implement hexbinary type.
 

Uses of RDFDatatype in com.hp.hpl.jena.graph
 

Methods in com.hp.hpl.jena.graph that return RDFDatatype
 RDFDatatype Node_Literal.getLiteralDatatype()
           
 RDFDatatype Node.getLiteralDatatype()
          Answer the RDF datatype object of this node's literal value, if it is a literal; otherwise die horribly.
static RDFDatatype Node.getType(java.lang.String s)
           
 

Methods in com.hp.hpl.jena.graph with parameters of type RDFDatatype
static Node Node.createLiteral(java.lang.String lex, java.lang.String lang, RDFDatatype dtype)
          Build a typed literal node from its lexical form.
static Node Node.createUncachedLiteral(java.lang.Object value, java.lang.String lang, RDFDatatype dtype)
           
 

Uses of RDFDatatype in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model that return RDFDatatype
 RDFDatatype Literal.getDatatype()
          Return the datatype of the literal.
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type RDFDatatype
 Model ModelCon.add(Resource s, Property p, java.lang.String lex, RDFDatatype datatype)
          add a statement to this model.
 Resource Resource.addProperty(Property p, java.lang.String lexicalForm, RDFDatatype datatype)
          Add a property to this resource.
 Literal Model.createTypedLiteral(java.lang.Object value, RDFDatatype dtype)
          Build a typed literal from its value form.
static Literal ResourceFactory.createTypedLiteral(java.lang.String string, RDFDatatype dType)
           
 Literal ResourceFactory.Interface.createTypedLiteral(java.lang.String string, RDFDatatype datatype)
          Answer a typed literal.
 Literal Model.createTypedLiteral(java.lang.String lex, RDFDatatype dtype)
          Build a typed literal from its lexical form.
 

Uses of RDFDatatype in com.hp.hpl.jena.reasoner.rulesys
 

Classes in com.hp.hpl.jena.reasoner.rulesys that implement RDFDatatype
static class Functor.FunctorDatatype
          Inner class.
 

Fields in com.hp.hpl.jena.reasoner.rulesys declared as RDFDatatype
static RDFDatatype Functor.FunctorDatatype.theFunctorDatatype
           
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP