com.hp.hpl.jena.datatypes.xsd.impl |
Package documentation for com.hp.hpl.jena.datatypes.xsd.impl
Provides implementations of the XSD datatype. These implementations are currently
just thin wrappers onto a set of internal classes defined by Xerces. This does make
Jena reliant on the Xerces version and alternative implementations may be explored in the future.
|
Java Source File Name | Type | Comment |
XMLLiteralType.java | Class | Builtin data type to represent XMLLiteral (i.e. |
XSDAbstractDateTimeType.java | Class | Base class for all date/time/duration type representations. |
XSDBaseNumericType.java | Class | Base implementation for all numeric datatypes derived from
xsd:decimal. |
XSDBaseStringType.java | Class | Base implementation for all string datatypes derinved from
xsd:string. |
XSDByteType.java | Class | |
XSDDateTimeType.java | Class | Type processor for dateTime, most of the machinery is in the
base XSDAbstractDateTimeType class. |
XSDDateType.java | Class | Type processor for date, most of the machinery is in the
base XSDAbstractDateTimeType class. |
XSDDayType.java | Class | Type processor for gDay, most of the machinery is in the
base XSDAbstractDateTimeType class. |
XSDDouble.java | Class | Datatype representation for xsd:float. |
XSDDurationType.java | Class | The XSD duration type, the only job of this extra layer is to
wrap the return value in a more convenient accessor type. |
XSDFloat.java | Class | Datatype representation for xsd:float. |
XSDGenericType.java | Class | Datatype template that adapts any response back from Xerces type parsing
to an appropriate java representation. |
XSDMonthDayType.java | Class | Type processor for gMonthDay, most of the machinery is in the
base XSDAbstractDateTimeType class. |
XSDMonthType.java | Class | Type processor for gMonth, most of the machinery is in the
base XSDAbstractDateTimeType class. |
XSDTimeType.java | Class | Type processor for time, most of the machinery is in the
base XSDAbstractDateTimeType class. |
XSDYearMonthType.java | Class | Type processor for gYearMonth, most of the machinery is in the
base XSDAbstractDateTimeType class. |
XSDYearType.java | Class | Type processor for year, most of the machinery is in the
base XSDAbstractDateTimeType class. |