Fields Summary |
---|
public static final short | STRING_DATATYPEA code representing the string data type as defined in . |
public static final short | NOTATION_DATATYPEThe NOTATION data type as defined in . |
public static final short | ID_DATATYPEThe ID data type as defined in . |
public static final short | IDREF_DATATYPEThe IDREF data type as defined in . |
public static final short | IDREFS_DATATYPEThe IDREFS data type as defined in . |
public static final short | ENTITY_DATATYPEThe ENTITY data type as defined in . |
public static final short | ENTITIES_DATATYPEThe ENTITIES data type as defined in . |
public static final short | NMTOKEN_DATATYPEThe NMTOKEN data type as defined in . |
public static final short | NMTOKENS_DATATYPEThe NMTOKENS data type as defined in . |
public static final short | BOOLEAN_DATATYPEA code representing the boolean data type as defined in . |
public static final short | FLOAT_DATATYPEA code representing the float data type as defined in . |
public static final short | DOUBLE_DATATYPEA code representing the double data type as defined in . |
public static final short | DECIMAL_DATATYPEThe decimal data type as defined in . |
public static final short | HEXBINARY_DATATYPEThe hexbinary data type as defined in . |
public static final short | BASE64BINARY_DATATYPEThe base64binary data type as defined in . |
public static final short | ANYURI_DATATYPEThen uri reference data type as defined in . |
public static final short | QNAME_DATATYPEThen XML qualified name data type as defined in . |
public static final short | DURATION_DATATYPEThe duration data type as defined in . |
public static final short | DATETIME_DATATYPEThe datetime data type as defined in . |
public static final short | DATE_DATATYPEThe date data type as defined in . |
public static final short | TIME_DATATYPEThe time data type as defined in . |
public static final short | GYEARMONTH_DATATYPEThe yearmonth data type as defined in . |
public static final short | GYEAR_DATATYPEThe year data type as defined in . |
public static final short | GMONTHDAY_DATATYPEThe monthday data type as defined in . |
public static final short | GDAY_DATATYPEThe day data type as defined in . |
public static final short | GMONTH_DATATYPEThe month data type as defined in . |
public static final short | INTEGERThe integer data type as defined in . |
public static final short | NAME_DATATYPEA code representing the Name data type as defined in . |
public static final short | NCNAME_DATATYPEA code representing the NCName data type as defined in . |
public static final short | NORMALIZEDSTRING_DATATYPEA code representing the Normalized string data type as defined in . |
public static final short | TOKEN_DATATYPEThe token data type as defined in . |
public static final short | LANGUAGE_DATATYPEThe Language data type as defined in . |
public static final short | NONPOSITIVEINTEGER_DATATYPEThe Non-positive integer data type as defined in . |
public static final short | NEGATIVEINTEGER_DATATYPEThen negative integer data type as defined in . |
public static final short | LONG_DATATYPEThen long data type as defined in . |
public static final short | INT_DATATYPEThe integer data type as defined in . |
public static final short | SHORT_DATATYPEThe short data type as defined in . |
public static final short | BYTE_DATATYPEThe byte data type as defined in . |
public static final short | NONNEGATIVEINTEGER_DATATYPEThe non-negative integer data type as defined in . |
public static final short | UNSIGNEDLONG_DATATYPEThe unsigned long data type as defined in . |
public static final short | UNSIGNEDINT_DATATYPEThe unsigned integer data type as defined in . |
public static final short | UNSIGNEDSHORT_DATATYPEThe unsigned short data type as defined in . |
public static final short | UNSIGNEDBYTE_DATATYPEThe unsigned byte data type as defined in . |
public static final short | POSITIVEINTEGER_DATATYPEThe positive integer data type as defined in . |
public static final short | OTHER_SIMPLE_DATATYPEThe other simple data type as defined in . |
public static final short | COMPLEX_DATATYPEThe user-defined complex data type as defined in . |