Uses of Package
com.hp.hpl.jena.datatypes

Packages that use com.hp.hpl.jena.datatypes
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. 
 

Classes in com.hp.hpl.jena.datatypes used by com.hp.hpl.jena.datatypes
DatatypeFormatException
          Exception thrown when a lexical form does not match the stated datatype.
RDFDatatype
          Interface on a datatype representation.
TypeMapper
          The TypeMapper provides a global registry of known datatypes.
 

Classes in com.hp.hpl.jena.datatypes used by com.hp.hpl.jena.datatypes.xsd
BaseDatatype
          Base level implementation of datatype from which real implementations can inherit.
DatatypeFormatException
          Exception thrown when a lexical form does not match the stated datatype.
RDFDatatype
          Interface on a datatype representation.
TypeMapper
          The TypeMapper provides a global registry of known datatypes.
 

Classes in com.hp.hpl.jena.datatypes used by com.hp.hpl.jena.graph
DatatypeFormatException
          Exception thrown when a lexical form does not match the stated datatype.
RDFDatatype
          Interface on a datatype representation.
 

Classes in com.hp.hpl.jena.datatypes used by com.hp.hpl.jena.rdf.model
RDFDatatype
          Interface on a datatype representation.
 

Classes in com.hp.hpl.jena.datatypes used by com.hp.hpl.jena.reasoner.rulesys
BaseDatatype
          Base level implementation of datatype from which real implementations can inherit.
RDFDatatype
          Interface on a datatype representation.
 



Licenced under the Apache License, Version 2.0