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

Provides datatype definitions for the XML Schema datatypes support by 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 datatype definitions for the XML Schema datatypes support by Jena. This allows XSD typed literal to be used in RDF data. The static fields on the class XSDDatatype provide instances of each of the datatype definitions but these are preregistered with the TypeMapper.

This package includes code adapated from Xerces 2.6.0, which is marked, and is Copyright (c) 1999-2002 The Apache Software Foundation. All rights reserved.



Licenced under the Apache License, Version 2.0