|
||||||||||
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 |
RDFDatatype.getNarrowedDatatype(java.lang.Object value)
Return a minimal datatype for this object. |
RDFDatatype |
BaseDatatype.getNarrowedDatatype(java.lang.Object value)
Return a minimal datatype for this object. |
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 |
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. |
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.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,
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.Object value,
RDFDatatype dtype)
Build a typed literal from its value form. |
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |