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

Packages that use XS_Decimal
de.fraunhofer.ipsi.xpathDatatypes   
 

Uses of XS_Decimal in de.fraunhofer.ipsi.xpathDatatypes
 

Subclasses of XS_Decimal in de.fraunhofer.ipsi.xpathDatatypes
 class XS_Byte
           
 class XS_Int
           
 class XS_Integer
           
 class XS_Long
           
 class XS_NegativeInteger
           
 class XS_NonNegativeInteger
           
 class XS_NonPositiveInteger
           
 class XS_PositiveInteger
           
 class XS_Short
           
 class XS_UnsignedByte
           
 class XS_UnsignedInt
           
 class XS_UnsignedLong
           
 class XS_UnsignedShort
           
 

Methods in de.fraunhofer.ipsi.xpathDatatypes that return XS_Decimal
 XS_Decimal XS_Time.getSeconds()
          Method getSecondsFromTime
 XS_Decimal XS_DateTime.getSeconds()
          Method getSeconds
 XS_Decimal XDT_DayTimeDuration.getSeconds()
          Method getSecondsFromDateTimeDuration
 

Methods in de.fraunhofer.ipsi.xpathDatatypes with parameters of type XS_Decimal
 XDT_YearMonthDuration XDT_YearMonthDuration.divide(XS_Decimal divide)
          Method divideYearMonthDuration
 XDT_DayTimeDuration XDT_DayTimeDuration.divide(XS_Decimal divide)
          Method divideDayTimeDuration
 XDT_YearMonthDuration XDT_YearMonthDuration.multiply(XS_Decimal multiply)
          Method multiplyYearMonthDurations
 XDT_DayTimeDuration XDT_DayTimeDuration.multiply(XS_Decimal multiply)
          Method multiplyDayTimeDuration