Uses of Class
org.apache.jena.datatypes.xsd.XSDDatatype
Packages that use XSDDatatype
Package
Description
Provides datatype definitions for the XML Schema datatypes support by Jena.
Provides implementations of the XSD datatype.
-
Uses of XSDDatatype in org.apache.jena.datatypes.xsd
Subclasses of XSDDatatype in org.apache.jena.datatypes.xsdModifier and TypeClassDescriptionclassImplement base64binary type.classRoot class for XSD datatypes with binary values, xsd:hexBinary and xsd:base64Binary.static classGeneric XML Schema datatype (outside the xsd: namespace)classImplement hexbinary type.Fields in org.apache.jena.datatypes.xsd declared as XSDDatatypeModifier and TypeFieldDescriptionstatic final XSDDatatypeXSDDatatype.XSDanyURIDatatype representing xsd:anyURIstatic final XSDDatatypeXSDDatatype.XSDbase64BinaryDatatype representing xsd:base64Binarystatic final XSDDatatypeXSDDatatype.XSDbooleanDatatype representing xsd:booleanstatic final XSDDatatypeXSDDatatype.XSDbyteDatatype representing xsd:bytestatic final XSDDatatypeXSDDatatype.XSDdateDatatype representing xsd:datestatic final XSDDatatypeXSDDatatype.XSDdateTimeDatatype representing xsd:dateTimestatic final XSDDatatypeXSDDatatype.XSDdateTimeStampDatatype representing xsd:dateTimeStampstatic final XSDDatatypeXSDDatatype.XSDdayTimeDurationDatatype representing xsd:dayTimeDrationstatic final XSDDatatypeXSDDatatype.XSDdecimalDatatype representing xsd:decimalstatic final XSDDatatypeXSDDatatype.XSDdoubleDatatype representing xsd:doublestatic final XSDDatatypeXSDDatatype.XSDdurationDatatype representing xsd:durationstatic final XSDDatatypeXSDDatatype.XSDENTITYDeprecated, for removal: This API element is subject to removal in a future version.will be removed in Jena 6static final XSDDatatypeXSDDatatype.XSDfloatDatatype representing xsd:floatstatic final XSDDatatypeXSDDatatype.XSDgDayDatatype representing xsd:gDaystatic final XSDDatatypeXSDDatatype.XSDgMonthDatatype representing xsd:gMonthstatic final XSDDatatypeXSDDatatype.XSDgMonthDayDatatype representing xsd:gMonthDaystatic final XSDDatatypeXSDDatatype.XSDgYearDatatype representing xsd:gYearstatic final XSDDatatypeXSDDatatype.XSDgYearMonthDatatype representing xsd:gYearMonthstatic final XSDDatatypeXSDDatatype.XSDhexBinaryDatatype representing xsd:hexBinarystatic final XSDDatatypeXSDDatatype.XSDIDDeprecated, for removal: This API element is subject to removal in a future version.will be removed in Jena 6static final XSDDatatypeXSDDatatype.XSDIDREFDeprecated, for removal: This API element is subject to removal in a future version.will be removed in Jena 6static final XSDDatatypeXSDDatatype.XSDintDatatype representing xsd:intstatic final XSDDatatypeXSDDatatype.XSDintegerDatatype representing xsd:integerstatic final XSDDatatypeXSDDatatype.XSDlanguageDatatype representing xsd:languagestatic final XSDDatatypeXSDDatatype.XSDlongDatatype representing xsd:longstatic final XSDDatatypeXSDDatatype.XSDNameDatatype representing xsd:Namestatic final XSDDatatypeXSDDatatype.XSDNCNameDatatype representing xsd:NCNamestatic final XSDDatatypeXSDDatatype.XSDnegativeIntegerDatatype representing xsd:negativeIntegerstatic final XSDDatatypeXSDDatatype.XSDNMTOKENDatatype representing xsd:NMTOKENstatic final XSDDatatypeXSDDatatype.XSDnonNegativeIntegerDatatype representing xsd:nonNegativeIntegerstatic final XSDDatatypeXSDDatatype.XSDnonPositiveIntegerDatatype representing xsd:nonPositiveIntegerstatic final XSDDatatypeXSDDatatype.XSDnormalizedStringDatatype representing xsd:normalizedStringstatic final XSDDatatypeXSDDatatype.XSDNOTATIONDeprecated, for removal: This API element is subject to removal in a future version.will be removed in Jena 6static final XSDDatatypeXSDDatatype.XSDpositiveIntegerDatatype representing xsd:positiveIntegerstatic final XSDDatatypeXSDDatatype.XSDQNameDeprecated, for removal: This API element is subject to removal in a future version.will be removed in Jena 6static final XSDDatatypeXSDDatatype.XSDshortDatatype representing xsd:shortstatic final XSDDatatypeXSDDatatype.XSDstringDatatype representing xsd:stringstatic final XSDDatatypeXSDDatatype.XSDtimeDatatype representing xsd:timestatic final XSDDatatypeXSDDatatype.XSDtokenDatatype representing xsd:tokenstatic final XSDDatatypeXSDDatatype.XSDunsignedByteDatatype representing xsd:unsignedBytestatic final XSDDatatypeXSDDatatype.XSDunsignedIntDatatype representing xsd:unsignedIntstatic final XSDDatatypeXSDDatatype.XSDunsignedLongDatatype representing xsd:unsignedLongstatic final XSDDatatypeXSDDatatype.XSDunsignedShortDatatype representing xsd:unsignedShortstatic final XSDDatatypeXSDDatatype.XSDyearMonthDurationDatatype representing xsd:yearMonthDurationMethods in org.apache.jena.datatypes.xsd that return XSDDatatypeModifier and TypeMethodDescriptionXSDDateTime.getNarrowedDatatype()Return the most specific xsd type which can represent this date/timeMethods in org.apache.jena.datatypes.xsd with parameters of type XSDDatatypeModifier and TypeMethodDescriptionvoidXSDDateTime.narrowType(XSDDatatype dt) Set the mask for this date/time to be that appropriate for the given XSD subtype. -
Uses of XSDDatatype in org.apache.jena.datatypes.xsd.impl
Subclasses of XSDDatatype in org.apache.jena.datatypes.xsd.implModifier and TypeClassDescriptionclassBase class for all date/time/duration type representations.classBase implementation for all numeric datatypes derived from xsd:decimal.classBase implementation for all string datatypes derived from xsd:string.classDatatype template used to define XSD int typesclassclassType processor for dateTime, most of the machinery is in the base XSDAbstractDateTimeType class.classType processor for date, most of the machinery is in the base XSDAbstractDateTimeType class.classclassType processor for gDay, most of the machinery is in the base XSDAbstractDateTimeType class.classDatatype representation for xsd:float.classThe XSD duration type, the only job of this extra layer is to wrap the return value in a more convenient accessor type.classDatatype representation for xsd:float.classType processor for gMonthDay, most of the machinery is in the base XSDAbstractDateTimeType class.classType processor for gMonth, most of the machinery is in the base XSDAbstractDateTimeType class.classA datatype that does not use the Xerces machinery for isEqual, yet is still an XSDDatatype.classType processor for time, most of the machinery is in the base XSDAbstractDateTimeType class.classclassType processor for gYearMonth, most of the machinery is in the base XSDAbstractDateTimeType class.classType processor for year, most of the machinery is in the base XSDAbstractDateTimeType class.