|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String uri)
Version of getTypeByName which will treat unknown URIs as typed literals but with just the default implementation |
RDFDatatype |
TypeMapper.getTypeByName(java.lang.String uri)
Lookup a known datatype. |
RDFDatatype |
TypeMapper.getTypeByValue(java.lang.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(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 |
XSDDatatype
Representation of an XSD datatype based on the Xerces-2 XSD implementation. |
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(java.lang.String lex,
java.lang.String lang,
RDFDatatype dtype)
Build a typed literal node from its lexical form. |
Uses of RDFDatatype in com.hp.hpl.jena.ontology.daml |
Methods in com.hp.hpl.jena.ontology.daml that return RDFDatatype | |
RDFDatatype |
DAMLDatatype.getTranslator()
Answer the translator that can map between Java values and the serialized form that represents the value in the RDF graph. |
RDFDatatype |
DAMLDataInstance.getDatatype()
Answer the typed value translator for values encoded by the datatype of this instance. |
Methods in com.hp.hpl.jena.ontology.daml with parameters of type RDFDatatype | |
DAMLDataInstance |
DAMLModel.createDAMLDataInstance(RDFDatatype datatype,
java.lang.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(java.lang.String lex,
RDFDatatype dtype)
Build a typed literal from its lexical form. |
Literal |
Model.createTypedLiteral(java.lang.Object value,
RDFDatatype dtype)
Build a typed literal from its value 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
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |