Uses of Class
com.hp.hpl.jena.datatypes.xsd.XSDDatatype

Packages that use XSDDatatype
com.hp.hpl.jena.datatypes.xsd Provides datatype definitions for the XML Schema datatypes support by Jena. 
 

Uses of XSDDatatype in com.hp.hpl.jena.datatypes.xsd
 

Subclasses of XSDDatatype in com.hp.hpl.jena.datatypes.xsd
 class XSDbase64Binary
          Implement base64binary type.
 class XSDhexBinary
          Implement hexbinary type.
 

Fields in com.hp.hpl.jena.datatypes.xsd declared as XSDDatatype
static XSDDatatype XSDDatatype.XSDanyURI
          Datatype representing xsd:anyURI
static XSDDatatype XSDDatatype.XSDbase64Binary
          Datatype representing xsd:base64Binary
static XSDDatatype XSDDatatype.XSDboolean
          Datatype representing xsd:boolean
static XSDDatatype XSDDatatype.XSDbyte
          Datatype representing xsd:byte
static XSDDatatype XSDDatatype.XSDdate
          Datatype representing xsd:date
static XSDDatatype XSDDatatype.XSDdateTime
          Datatype representing xsd:dateTime
static XSDDatatype XSDDatatype.XSDdecimal
          Datatype representing xsd:decimal
static XSDDatatype XSDDatatype.XSDdouble
          Datatype representing xsd:double
static XSDDatatype XSDDatatype.XSDduration
          Datatype representing xsd:duration
static XSDDatatype XSDDatatype.XSDENTITY
          Datatype representing xsd:ENTITY
static XSDDatatype XSDDatatype.XSDfloat
          Datatype representing xsd:float
static XSDDatatype XSDDatatype.XSDgDay
          Datatype representing xsd:gDay
static XSDDatatype XSDDatatype.XSDgMonth
          Datatype representing xsd:gMonth
static XSDDatatype XSDDatatype.XSDgMonthDay
          Datatype representing xsd:gMonthDay
static XSDDatatype XSDDatatype.XSDgYear
          Datatype representing xsd:gYear
static XSDDatatype XSDDatatype.XSDgYearMonth
          Datatype representing xsd:gYearMonth
static XSDDatatype XSDDatatype.XSDhexBinary
          Datatype representing xsd:hexBinary
static XSDDatatype XSDDatatype.XSDID
          Datatype representing xsd:ID
static XSDDatatype XSDDatatype.XSDIDREF
          Datatype representing xsd:IDREF
static XSDDatatype XSDDatatype.XSDint
          Datatype representing xsd:int
static XSDDatatype XSDDatatype.XSDinteger
          Datatype representing xsd:integer
static XSDDatatype XSDDatatype.XSDlanguage
          Datatype representing xsd:language
static XSDDatatype XSDDatatype.XSDlong
          Datatype representing xsd:long
static XSDDatatype XSDDatatype.XSDName
          Datatype representing xsd:Name
static XSDDatatype XSDDatatype.XSDNCName
          Datatype representing xsd:NCName
static XSDDatatype XSDDatatype.XSDnegativeInteger
          Datatype representing xsd:negativeInteger
static XSDDatatype XSDDatatype.XSDNMTOKEN
          Datatype representing xsd:NMTOKEN
static XSDDatatype XSDDatatype.XSDnonNegativeInteger
          Datatype representing xsd:nonNegativeInteger
static XSDDatatype XSDDatatype.XSDnonPositiveInteger
          Datatype representing xsd:nonPositiveInteger
static XSDDatatype XSDDatatype.XSDnormalizedString
          Datatype representing xsd:normalizedString
static XSDDatatype XSDDatatype.XSDNOTATION
          Datatype representing xsd:NOTATION
static XSDDatatype XSDDatatype.XSDpositiveInteger
          Datatype representing xsd:positiveInteger
static XSDDatatype XSDDatatype.XSDQName
          Datatype representing xsd:QName
static XSDDatatype XSDDatatype.XSDshort
          Datatype representing xsd:short
static XSDDatatype XSDDatatype.XSDstring
          Datatype representing xsd:string
static XSDDatatype XSDDatatype.XSDtime
          Datatype representing xsd:time
static XSDDatatype XSDDatatype.XSDtoken
          Datatype representing xsd:token
static XSDDatatype XSDDatatype.XSDunsignedByte
          Datatype representing xsd:unsignedByte
static XSDDatatype XSDDatatype.XSDunsignedInt
          Datatype representing xsd:unsignedInt
static XSDDatatype XSDDatatype.XSDunsignedLong
          Datatype representing xsd:unsignedLong
static XSDDatatype XSDDatatype.XSDunsignedShort
          Datatype representing xsd:unsignedShort
 

Methods in com.hp.hpl.jena.datatypes.xsd that return XSDDatatype
 XSDDatatype XSDDateTime.getNarrowedDatatype()
          Return the most specific xsd type which can represent this date/time
 

Methods in com.hp.hpl.jena.datatypes.xsd with parameters of type XSDDatatype
 void XSDDateTime.narrowType(XSDDatatype dt)
          Set the mask for this date/time to be that appropriate for the given XSD subtype.
 



Licenced under the Apache License, Version 2.0