|
||||||||||
| 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.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.getTypeByClass(Class<?> clazz)
Look up a datatype suitable for representing instances of the given Java class. |
RDFDatatype |
TypeMapper.getTypeByName(String uri)
Lookup a known datatype. |
RDFDatatype |
TypeMapper.getTypeByValue(Object value)
Method getTypeByValue. |
RDFDatatype |
BaseDatatype.normalizeSubType(Object value,
RDFDatatype dt)
Normalization. |
RDFDatatype |
RDFDatatype.normalizeSubType(Object value,
RDFDatatype dt)
Normalization. |
| Methods in com.hp.hpl.jena.datatypes that return types with arguments of type RDFDatatype | |
|---|---|
Iterator<RDFDatatype> |
TypeMapper.listTypes()
List all the known datatypes |
| Methods in com.hp.hpl.jena.datatypes with parameters of type RDFDatatype | |
|---|---|
RDFDatatype |
BaseDatatype.normalizeSubType(Object value,
RDFDatatype dt)
Normalization. |
RDFDatatype |
RDFDatatype.normalizeSubType(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(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 that return RDFDatatype | |
|---|---|
RDFDatatype |
Node.getLiteralDatatype()
Answer the RDF datatype object of this node's literal value, if it is a literal; otherwise die horribly. |
RDFDatatype |
Node_Literal.getLiteralDatatype()
|
static RDFDatatype |
Node.getType(String s)
|
| Methods in com.hp.hpl.jena.graph with parameters of type RDFDatatype | |
|---|---|
static Node |
Node.createLiteral(String lex,
RDFDatatype dtype)
Build a typed literal node from its lexical form. |
static Node |
Node.createLiteral(String lex,
String lang,
RDFDatatype dtype)
Build a literal node from its lexical form. |
static Node |
Node.createUncachedLiteral(Object value,
RDFDatatype dtype)
|
static Node |
Node.createUncachedLiteral(Object value,
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,
String lex,
RDFDatatype datatype)
add a statement to this model. |
Resource |
Resource.addProperty(Property p,
String lexicalForm,
RDFDatatype datatype)
Add a property to this resource. |
Literal |
Model.createTypedLiteral(Object value,
RDFDatatype dtype)
Build a typed literal from its value form. |
static Literal |
ResourceFactory.createTypedLiteral(String string,
RDFDatatype dType)
|
Literal |
ResourceFactory.Interface.createTypedLiteral(String string,
RDFDatatype datatype)
Answer a typed literal. |
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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||