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.ontology.daml A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2. 
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(String uri)
          Version of getTypeByName which will treat unknown URIs as typed literals but with just the default implementation
 RDFDatatype TypeMapper.getTypeByName(String uri)
          Lookup a known datatype.
 RDFDatatype TypeMapper.getTypeByValue(Object value)
          Method getTypeByValue.
 

Methods in com.hp.hpl.jena.datatypes with parameters of type RDFDatatype
 void TypeMapper.registerDatatype(RDFDatatype type)
          Register a new datatype
 

Constructors in com.hp.hpl.jena.datatypes with parameters of type RDFDatatype
DatatypeFormatException(String lexicalForm, RDFDatatype dtype, 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 with parameters of type RDFDatatype
static Node Node.createLiteral(String lex, String lang, RDFDatatype dtype)
          Build a typed literal node from its lexical form.
static Node Node.createUncachedLiteral(Object value, String lang, RDFDatatype dtype)
           
 

Uses of RDFDatatype in com.hp.hpl.jena.ontology.daml
 

Methods in com.hp.hpl.jena.ontology.daml that return RDFDatatype
 RDFDatatype DAMLDataInstance.getDatatype()
          Answer the typed value translator for values encoded by the datatype of this instance.
 RDFDatatype DAMLDatatype.getTranslator()
          Answer the translator that can map between Java values and the serialized form that represents the value in the RDF graph.
 

Methods in com.hp.hpl.jena.ontology.daml with parameters of type RDFDatatype
 DAMLDataInstance DAMLModel.createDAMLDataInstance(RDFDatatype datatype, Object value)
          Create an anonymous data instance, which has the given datatype and value.
 

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
 Literal Model.createTypedLiteral(Object value, RDFDatatype dtype)
          Build a typed literal from its value form.
 Literal Model.createTypedLiteral(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 Hewlett-Packard Development Company, LP