Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.hp.hpl.jena.datatypes.xsd

Provides the core interfaces through which datatypes are described to Jena.

See:
          Description

Class Summary
AbstractDateTime Base class for representation of XSD duration, time, date/time and related datatype instances.
XSDbase64Binary Implement base64binary type.
XSDDatatype Representation of an XSD datatype based on the Xerces-2 XSD implementation.
XSDDateTime Represent an XSD date/time value.
XSDDuration Represent an XSD duration value.
XSDhexBinary Implement hexbinary type.
 

Exception Summary
IllegalDateTimeFieldException Exception thrown when attempting to access a field of an XSDDateTime object that is not legal for the current date/time type.
 

Package com.hp.hpl.jena.datatypes.xsd Description

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.