com.hp.hpl.jena.datatypes.xsd |
Package documentation for com.hp.hpl.jena.datatypes.xsd
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 maked and is
Copyright (c) 1999-2002 The Apache Software Foundation. All rights reserved.
|
Java Source File Name | Type | Comment |
AbstractDateTime.java | Class | Base class for representation of XSD duration, time, date/time
and related datatype instances. |
IllegalDateTimeFieldException.java | Class | Exception thrown when attempting to access a field of an XSDDateTime
object that is not legal for the current date/time type. |
XSDbase64Binary.java | Class | Implement base64binary type. |
XSDDatatype.java | Class | Representation of an XSD datatype based on the Xerces-2
XSD implementation. |
XSDDateTime.java | Class | Represent an XSD date/time value. |
XSDDuration.java | Class | Represent an XSD duration value. |
XSDhexBinary.java | Class | Implement hexbinary type. |