org.apache.xerces.dom3.as
Interface ASDataType


Deprecated. The datatypes supported by DOM AS implementations. Further datatypes may be added in the Schema/PSVI spec.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

public interface ASDataType


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

Field Detail

STRING_DATATYPE

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

See Also:
Constant Field Values

NOTATION_DATATYPE

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

See Also:
Constant Field Values

ID_DATATYPE

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

See Also:
Constant Field Values

IDREF_DATATYPE

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

See Also:
Constant Field Values

IDREFS_DATATYPE

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

See Also:
Constant Field Values

ENTITY_DATATYPE

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

See Also:
Constant Field Values

ENTITIES_DATATYPE

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

See Also:
Constant Field Values

NMTOKEN_DATATYPE

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

See Also:
Constant Field Values

NMTOKENS_DATATYPE

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

See Also:
Constant Field Values

BOOLEAN_DATATYPE

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

See Also:
Constant Field Values

FLOAT_DATATYPE

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

See Also:
Constant Field Values

DOUBLE_DATATYPE

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

See Also:
Constant Field Values

DECIMAL_DATATYPE

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

See Also:
Constant Field Values

HEXBINARY_DATATYPE

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

See Also:
Constant Field Values

BASE64BINARY_DATATYPE

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

See Also:
Constant Field Values

ANYURI_DATATYPE

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

See Also:
Constant Field Values

QNAME_DATATYPE

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

See Also:
Constant Field Values

DURATION_DATATYPE

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

See Also:
Constant Field Values

DATETIME_DATATYPE

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

See Also:
Constant Field Values

DATE_DATATYPE

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

See Also:
Constant Field Values

TIME_DATATYPE

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

See Also:
Constant Field Values

GYEARMONTH_DATATYPE

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

See Also:
Constant Field Values

GYEAR_DATATYPE

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

See Also:
Constant Field Values

GMONTHDAY_DATATYPE

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

See Also:
Constant Field Values

GDAY_DATATYPE

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

See Also:
Constant Field Values

GMONTH_DATATYPE

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

See Also:
Constant Field Values

INTEGER

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

See Also:
Constant Field Values

NAME_DATATYPE

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

See Also:
Constant Field Values

NCNAME_DATATYPE

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

See Also:
Constant Field Values

NORMALIZEDSTRING_DATATYPE

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

See Also:
Constant Field Values

TOKEN_DATATYPE

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

See Also:
Constant Field Values

LANGUAGE_DATATYPE

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

See Also:
Constant Field Values

NONPOSITIVEINTEGER_DATATYPE

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

See Also:
Constant Field Values

NEGATIVEINTEGER_DATATYPE

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

See Also:
Constant Field Values

LONG_DATATYPE

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

See Also:
Constant Field Values

INT_DATATYPE

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

See Also:
Constant Field Values

SHORT_DATATYPE

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

See Also:
Constant Field Values

BYTE_DATATYPE

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

See Also:
Constant Field Values

NONNEGATIVEINTEGER_DATATYPE

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

See Also:
Constant Field Values

UNSIGNEDLONG_DATATYPE

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

See Also:
Constant Field Values

UNSIGNEDINT_DATATYPE

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

See Also:
Constant Field Values

UNSIGNEDSHORT_DATATYPE

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

See Also:
Constant Field Values

UNSIGNEDBYTE_DATATYPE

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

See Also:
Constant Field Values

POSITIVEINTEGER_DATATYPE

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

See Also:
Constant Field Values

OTHER_SIMPLE_DATATYPE

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

See Also:
Constant Field Values

COMPLEX_DATATYPE

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

See Also:
Constant Field Values
Method Detail

getDataType

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