Uses of Class
gnu.kawa.xml.XDataType
Packages that use XDataType
-
Uses of XDataType in gnu.kawa.xml
Subclasses of XDataType in gnu.kawa.xmlModifier and TypeClassDescriptionclass
A restriction (sub-range) of the integer type.class
class
Fields in gnu.kawa.xml declared as XDataTypeModifier and TypeFieldDescriptionstatic final XDataType
XDataType.anyAtomicType
static final XDataType
XDataType.anySimpleType
static final XDataType
XDataType.anyURIType
static final XDataType
XDataType.base64BinaryType
static final XDataType
XDataType.booleanType
static final XDataType
XDataType.dayTimeDurationType
static final XDataType
XDataType.decimalType
static final XDataType
XDataType.doubleType
static final XDataType
XDataType.durationType
static final XDataType
XDataType.floatType
static final XDataType
XDataType.hexBinaryType
static final XDataType
XDataType.NotationType
static final XDataType
XDataType.stringStringType
A value implemented as java.lang.String.static final XDataType
XDataType.stringType
static final XDataType
XDataType.untypedAtomicType
static final XDataType
XDataType.untypedType
static final XDataType
XDataType.yearMonthDurationType
Constructors in gnu.kawa.xml with parameters of type XDataTypeModifierConstructorDescriptionXIntegerType
(Object name, XDataType base, int typeCode, IntNum min, IntNum max) XIntegerType
(String name, XDataType base, int typeCode, IntNum min, IntNum max) XStringType
(String name, XDataType base, int typeCode, String pattern)