Uses of Class
gnu.kawa.xml.XIntegerType

Packages that use XIntegerType
gnu.kawa.xml   
 

Uses of XIntegerType in gnu.kawa.xml
 

Fields in gnu.kawa.xml declared as XIntegerType
static XIntegerType XIntegerType.byteType
           
static XIntegerType XIntegerType.integerType
           
static XIntegerType XIntegerType.intType
           
static XIntegerType XIntegerType.longType
           
static XIntegerType XIntegerType.negativeIntegerType
           
static XIntegerType XIntegerType.nonNegativeIntegerType
           
static XIntegerType XIntegerType.nonPositiveIntegerType
           
static XIntegerType XIntegerType.positiveIntegerType
           
static XIntegerType XIntegerType.shortType
           
static XIntegerType XIntegerType.unsignedByteType
           
static XIntegerType XIntegerType.unsignedIntType
           
static XIntegerType XIntegerType.unsignedLongType
           
static XIntegerType XIntegerType.unsignedShortType
           
 

Methods in gnu.kawa.xml that return XIntegerType
 XIntegerType XInteger.getIntegerType()