com.hp.hpl.jena.datatypes |
Package documentation for com.hp.hpl.jena.datatypes
Provides the core interfaces through which datatypes are described to Jena. Instances of RDFDatatype
describe serialization, parsing and equality-testing functions for a single Datatype. The TypeMapper
provides a user-extensible registry through which datatype definitions can be registered against URIs.
It is prepopulated with XML datatype definitions.
|
Java Source File Name | Type | Comment |
BaseDatatype.java | Class | Base level implementation of datatype from which real implementations
can inherit. |
DatatypeFormatException.java | Class | Exception thrown when a lexical form does not match the stated
datatype. |
RDFDatatype.java | Interface | Interface on a datatype representation. |
TypeMapper.java | Class | The TypeMapper provides a global registry of known datatypes. |