Uses of Class
de.fraunhofer.ipsi.xpathDatatypes.XDT_AnyAtomicType

Packages that use XDT_AnyAtomicType
de.fraunhofer.ipsi.xpathDatatypes   
de.fraunhofer.ipsi.xquery.datamodel   
de.fraunhofer.ipsi.xquery.tree.primary   
 

Uses of XDT_AnyAtomicType in de.fraunhofer.ipsi.xpathDatatypes
 

Subclasses of XDT_AnyAtomicType in de.fraunhofer.ipsi.xpathDatatypes
 class XDT_DayTimeDuration
           
 class XDT_UntypedAtomic
           
 class XDT_YearMonthDuration
           
 class XS_AnyURI
           
 class XS_Base64Binary
           
 class XS_Boolean
           
 class XS_Byte
           
 class XS_Date
           
 class XS_DateTime
           
 class XS_Decimal
           
 class XS_Double
           
 class XS_Duration
           
 class XS_ENTITY
           
 class XS_Float
           
 class XS_GDay
           
 class XS_GMonth
           
 class XS_GMonthDay
           
 class XS_GYear
           
 class XS_GYearMonth
           
 class XS_HexBinary
           
 class XS_ID
           
 class XS_IDREF
           
 class XS_Int
           
 class XS_Integer
           
 class XS_Language
           
 class XS_Long
           
 class XS_Name
           
 class XS_NCName
           
 class XS_NegativeInteger
           
 class XS_NMTOKEN
           
 class XS_NonNegativeInteger
           
 class XS_NonPositiveInteger
           
 class XS_NormalizedString
           
 class XS_NOTATION
           
 class XS_PositiveInteger
           
 class XS_QName
           
 class XS_Short
           
 class XS_String
           
 class XS_Time
           
 class XS_Token
           
 class XS_UnsignedByte
           
 class XS_UnsignedInt
           
 class XS_UnsignedLong
           
 class XS_UnsignedShort
           
 

Methods in de.fraunhofer.ipsi.xpathDatatypes with type parameters of type XDT_AnyAtomicType
<T extends XDT_AnyAtomicType>
T
XS_UnsignedShort.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_UnsignedLong.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_UnsignedInt.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_Time.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_String.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_Short.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_QName.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_NonPositiveInteger.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_NonNegativeInteger.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_Long.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_Integer.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_Int.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_HexBinary.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_Float.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_Duration.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_Double.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_Decimal.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_DateTime.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_Date.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_Boolean.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XS_Base64Binary.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XDT_YearMonthDuration.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XDT_UntypedAtomic.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XDT_DayTimeDuration.castas(java.lang.Class<T> type)
          Method castas
<T extends XDT_AnyAtomicType>
T
XDT_AnyAtomicType.castas(java.lang.Class<T> type)
          Method castas
 

Methods in de.fraunhofer.ipsi.xpathDatatypes with parameters of type XDT_AnyAtomicType
static XS_Double XS_Double.valueOf(XDT_AnyAtomicType d)
          Method valueOf
 

Uses of XDT_AnyAtomicType in de.fraunhofer.ipsi.xquery.datamodel
 

Methods in de.fraunhofer.ipsi.xquery.datamodel that return XDT_AnyAtomicType
 XDT_AnyAtomicType AtomicValue.value()
          Method getValue
 

Methods in de.fraunhofer.ipsi.xquery.datamodel with parameters of type XDT_AnyAtomicType
 AtomicValue DatamodelManager.newAtomicValue(XDT_AnyAtomicType value)
          Method newAtomicValue
 

Uses of XDT_AnyAtomicType in de.fraunhofer.ipsi.xquery.tree.primary
 

Methods in de.fraunhofer.ipsi.xquery.tree.primary that return XDT_AnyAtomicType
 XDT_AnyAtomicType XQueryLiteral.getLiteral()
          Method getLiteral
 

Constructors in de.fraunhofer.ipsi.xquery.tree.primary with parameters of type XDT_AnyAtomicType
XQueryLiteral(PositionInfo pos, XDT_AnyAtomicType o)
          Constructor