org.apache.xerces.dom3.as

Interface ASDataType

public interface ASDataType

Field Summary

static short
ANYURI_DATATYPE
Then uri reference data type as defined in .
static short
BASE64BINARY_DATATYPE
The base64binary data type as defined in .
static short
BOOLEAN_DATATYPE
A code representing the boolean data type as defined in .
static short
BYTE_DATATYPE
The byte data type as defined in .
static short
COMPLEX_DATATYPE
The user-defined complex data type as defined in .
static short
DATETIME_DATATYPE
The datetime data type as defined in .
static short
DATE_DATATYPE
The date data type as defined in .
static short
DECIMAL_DATATYPE
The decimal data type as defined in .
static short
DOUBLE_DATATYPE
A code representing the double data type as defined in .
static short
DURATION_DATATYPE
The duration data type as defined in .
static short
ENTITIES_DATATYPE
The ENTITIES data type as defined in .
static short
ENTITY_DATATYPE
The ENTITY data type as defined in .
static short
FLOAT_DATATYPE
A code representing the float data type as defined in .
static short
GDAY_DATATYPE
The day data type as defined in .
static short
GMONTHDAY_DATATYPE
The monthday data type as defined in .
static short
GMONTH_DATATYPE
The month data type as defined in .
static short
GYEARMONTH_DATATYPE
The yearmonth data type as defined in .
static short
GYEAR_DATATYPE
The year data type as defined in .
static short
HEXBINARY_DATATYPE
The hexbinary data type as defined in .
static short
IDREFS_DATATYPE
The IDREFS data type as defined in .
static short
IDREF_DATATYPE
The IDREF data type as defined in .
static short
ID_DATATYPE
The ID data type as defined in .
static short
INTEGER
The integer data type as defined in .
static short
INT_DATATYPE
The integer data type as defined in .
static short
LANGUAGE_DATATYPE
The Language data type as defined in .
static short
LONG_DATATYPE
Then long data type as defined in .
static short
NAME_DATATYPE
A code representing the Name data type as defined in .
static short
NCNAME_DATATYPE
A code representing the NCName data type as defined in .
static short
NEGATIVEINTEGER_DATATYPE
Then negative integer data type as defined in .
static short
NMTOKENS_DATATYPE
The NMTOKENS data type as defined in .
static short
NMTOKEN_DATATYPE
The NMTOKEN data type as defined in .
static short
NONNEGATIVEINTEGER_DATATYPE
The non-negative integer data type as defined in .
static short
NONPOSITIVEINTEGER_DATATYPE
The Non-positive integer data type as defined in .
static short
NORMALIZEDSTRING_DATATYPE
A code representing the Normalized string data type as defined in .
static short
NOTATION_DATATYPE
The NOTATION data type as defined in .
static short
OTHER_SIMPLE_DATATYPE
The other simple data type as defined in .
static short
POSITIVEINTEGER_DATATYPE
The positive integer data type as defined in .
static short
QNAME_DATATYPE
Then XML qualified name data type as defined in .
static short
SHORT_DATATYPE
The short data type as defined in .
static short
STRING_DATATYPE
A code representing the string data type as defined in .
static short
TIME_DATATYPE
The time data type as defined in .
static short
TOKEN_DATATYPE
The token data type as defined in .
static short
UNSIGNEDBYTE_DATATYPE
The unsigned byte data type as defined in .
static short
UNSIGNEDINT_DATATYPE
The unsigned integer data type as defined in .
static short
UNSIGNEDLONG_DATATYPE
The unsigned long data type as defined in .
static short
UNSIGNEDSHORT_DATATYPE
The unsigned short data type as defined in .

Method Summary

short
getDataType()
One of the enumerated codes representing the data type.

Field Details

ANYURI_DATATYPE

public static final short ANYURI_DATATYPE
Then uri reference data type as defined in .

Field Value:
106


BASE64BINARY_DATATYPE

public static final short BASE64BINARY_DATATYPE
The base64binary data type as defined in .

Field Value:
105


BOOLEAN_DATATYPE

public static final short BOOLEAN_DATATYPE
A code representing the boolean data type as defined in .

Field Value:
100


BYTE_DATATYPE

public static final short BYTE_DATATYPE
The byte data type as defined in .

Field Value:
210


COMPLEX_DATATYPE

public static final short COMPLEX_DATATYPE
The user-defined complex data type as defined in .

Field Value:
1001


DATETIME_DATATYPE

public static final short DATETIME_DATATYPE
The datetime data type as defined in .

Field Value:
109


DATE_DATATYPE

public static final short DATE_DATATYPE
The date data type as defined in .

Field Value:
110


DECIMAL_DATATYPE

public static final short DECIMAL_DATATYPE
The decimal data type as defined in .

Field Value:
103


DOUBLE_DATATYPE

public static final short DOUBLE_DATATYPE
A code representing the double data type as defined in .

Field Value:
102


DURATION_DATATYPE

public static final short DURATION_DATATYPE
The duration data type as defined in .

Field Value:
108


ENTITIES_DATATYPE

public static final short ENTITIES_DATATYPE
The ENTITIES data type as defined in .

Field Value:
15


ENTITY_DATATYPE

public static final short ENTITY_DATATYPE
The ENTITY data type as defined in .

Field Value:
14


FLOAT_DATATYPE

public static final short FLOAT_DATATYPE
A code representing the float data type as defined in .

Field Value:
101


GDAY_DATATYPE

public static final short GDAY_DATATYPE
The day data type as defined in .

Field Value:
115


GMONTHDAY_DATATYPE

public static final short GMONTHDAY_DATATYPE
The monthday data type as defined in .

Field Value:
114


GMONTH_DATATYPE

public static final short GMONTH_DATATYPE
The month data type as defined in .

Field Value:
116


GYEARMONTH_DATATYPE

public static final short GYEARMONTH_DATATYPE
The yearmonth data type as defined in .

Field Value:
112


GYEAR_DATATYPE

public static final short GYEAR_DATATYPE
The year data type as defined in .

Field Value:
113


HEXBINARY_DATATYPE

public static final short HEXBINARY_DATATYPE
The hexbinary data type as defined in .

Field Value:
104


IDREFS_DATATYPE

public static final short IDREFS_DATATYPE
The IDREFS data type as defined in .

Field Value:
13


IDREF_DATATYPE

public static final short IDREF_DATATYPE
The IDREF data type as defined in .

Field Value:
12


ID_DATATYPE

public static final short ID_DATATYPE
The ID data type as defined in .

Field Value:
11


INTEGER

public static final short INTEGER
The integer data type as defined in .

Field Value:
117


INT_DATATYPE

public static final short INT_DATATYPE
The integer data type as defined in .

Field Value:
208


LANGUAGE_DATATYPE

public static final short LANGUAGE_DATATYPE
The Language data type as defined in .

Field Value:
204


LONG_DATATYPE

public static final short LONG_DATATYPE
Then long data type as defined in .

Field Value:
207


NAME_DATATYPE

public static final short NAME_DATATYPE
A code representing the Name data type as defined in .

Field Value:
200


NCNAME_DATATYPE

public static final short NCNAME_DATATYPE
A code representing the NCName data type as defined in .

Field Value:
201


NEGATIVEINTEGER_DATATYPE

public static final short NEGATIVEINTEGER_DATATYPE
Then negative integer data type as defined in .

Field Value:
206


NMTOKENS_DATATYPE

public static final short NMTOKENS_DATATYPE
The NMTOKENS data type as defined in .

Field Value:
17


NMTOKEN_DATATYPE

public static final short NMTOKEN_DATATYPE
The NMTOKEN data type as defined in .

Field Value:
16


NONNEGATIVEINTEGER_DATATYPE

public static final short NONNEGATIVEINTEGER_DATATYPE
The non-negative integer data type as defined in .

Field Value:
211


NONPOSITIVEINTEGER_DATATYPE

public static final short NONPOSITIVEINTEGER_DATATYPE
The Non-positive integer data type as defined in .

Field Value:
205


NORMALIZEDSTRING_DATATYPE

public static final short NORMALIZEDSTRING_DATATYPE
A code representing the Normalized string data type as defined in .

Field Value:
202


NOTATION_DATATYPE

public static final short NOTATION_DATATYPE
The NOTATION data type as defined in .

Field Value:
10


OTHER_SIMPLE_DATATYPE

public static final short OTHER_SIMPLE_DATATYPE
The other simple data type as defined in .

Field Value:
1000


POSITIVEINTEGER_DATATYPE

public static final short POSITIVEINTEGER_DATATYPE
The positive integer data type as defined in .

Field Value:
216


QNAME_DATATYPE

public static final short QNAME_DATATYPE
Then XML qualified name data type as defined in .

Field Value:
107


SHORT_DATATYPE

public static final short SHORT_DATATYPE
The short data type as defined in .

Field Value:
209


STRING_DATATYPE

public static final short STRING_DATATYPE
A code representing the string data type as defined in .

Field Value:
1


TIME_DATATYPE

public static final short TIME_DATATYPE
The time data type as defined in .

Field Value:
111


TOKEN_DATATYPE

public static final short TOKEN_DATATYPE
The token data type as defined in .

Field Value:
203


UNSIGNEDBYTE_DATATYPE

public static final short UNSIGNEDBYTE_DATATYPE
The unsigned byte data type as defined in .

Field Value:
215


UNSIGNEDINT_DATATYPE

public static final short UNSIGNEDINT_DATATYPE
The unsigned integer data type as defined in .

Field Value:
213


UNSIGNEDLONG_DATATYPE

public static final short UNSIGNEDLONG_DATATYPE
The unsigned long data type as defined in .

Field Value:
212


UNSIGNEDSHORT_DATATYPE

public static final short UNSIGNEDSHORT_DATATYPE
The unsigned short data type as defined in .

Field Value:
214

Method Details

getDataType

public short getDataType()
One of the enumerated codes representing the data type.


Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.