See: Description
Class | Description |
---|---|
AbstractDateTime |
Base class for representation of XSD duration, time, date/time
and related datatype instances.
|
XSDbase64Binary |
Implement base64binary type.
|
XSDbinary |
Root class for XSD datatypes with binary values, xsd:hexBinary and xsd:base64Binary.
|
XSDDatatype |
Representation of an XSD datatype based on the Xerces-2
XSD implementation.
|
XSDDatatype.XSDGenericType |
Generic XML Schema datatype (outside the xsd: namespace)
|
XSDDateTime |
Represent an XSD date/time value.
|
XSDDuration |
Represent an XSD duration value.
|
XSDhexBinary |
Implement hexbinary type.
|
Exception | Description |
---|---|
IllegalDateTimeFieldException |
Exception thrown when attempting to access a field of an XSDDateTime
object that is not legal for the current date/time type.
|
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