public interface

ASDataType

org.apache.xerces.dom3.as.ASDataType

This interface is 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.

Summary

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

Constants

public static final short ANYURI_DATATYPE

Then uri reference data type as defined in .

Constant Value: 106 (0x0000006a)

public static final short BASE64BINARY_DATATYPE

The base64binary data type as defined in .

Constant Value: 105 (0x00000069)

public static final short BOOLEAN_DATATYPE

A code representing the boolean data type as defined in .

Constant Value: 100 (0x00000064)

public static final short BYTE_DATATYPE

The byte data type as defined in .

Constant Value: 210 (0x000000d2)

public static final short COMPLEX_DATATYPE

The user-defined complex data type as defined in .

Constant Value: 1001 (0x000003e9)

public static final short DATETIME_DATATYPE

The datetime data type as defined in .

Constant Value: 109 (0x0000006d)

public static final short DATE_DATATYPE

The date data type as defined in .

Constant Value: 110 (0x0000006e)

public static final short DECIMAL_DATATYPE

The decimal data type as defined in .

Constant Value: 103 (0x00000067)

public static final short DOUBLE_DATATYPE

A code representing the double data type as defined in .

Constant Value: 102 (0x00000066)

public static final short DURATION_DATATYPE

The duration data type as defined in .

Constant Value: 108 (0x0000006c)

public static final short ENTITIES_DATATYPE

The ENTITIES data type as defined in .

Constant Value: 15 (0x0000000f)

public static final short ENTITY_DATATYPE

The ENTITY data type as defined in .

Constant Value: 14 (0x0000000e)

public static final short FLOAT_DATATYPE

A code representing the float data type as defined in .

Constant Value: 101 (0x00000065)

public static final short GDAY_DATATYPE

The day data type as defined in .

Constant Value: 115 (0x00000073)

public static final short GMONTHDAY_DATATYPE

The monthday data type as defined in .

Constant Value: 114 (0x00000072)

public static final short GMONTH_DATATYPE

The month data type as defined in .

Constant Value: 116 (0x00000074)

public static final short GYEARMONTH_DATATYPE

The yearmonth data type as defined in .

Constant Value: 112 (0x00000070)

public static final short GYEAR_DATATYPE

The year data type as defined in .

Constant Value: 113 (0x00000071)

public static final short HEXBINARY_DATATYPE

The hexbinary data type as defined in .

Constant Value: 104 (0x00000068)

public static final short IDREFS_DATATYPE

The IDREFS data type as defined in .

Constant Value: 13 (0x0000000d)

public static final short IDREF_DATATYPE

The IDREF data type as defined in .

Constant Value: 12 (0x0000000c)

public static final short ID_DATATYPE

The ID data type as defined in .

Constant Value: 11 (0x0000000b)

public static final short INTEGER

The integer data type as defined in .

Constant Value: 117 (0x00000075)

public static final short INT_DATATYPE

The integer data type as defined in .

Constant Value: 208 (0x000000d0)

public static final short LANGUAGE_DATATYPE

The Language data type as defined in .

Constant Value: 204 (0x000000cc)

public static final short LONG_DATATYPE

Then long data type as defined in .

Constant Value: 207 (0x000000cf)

public static final short NAME_DATATYPE

A code representing the Name data type as defined in .

Constant Value: 200 (0x000000c8)

public static final short NCNAME_DATATYPE

A code representing the NCName data type as defined in .

Constant Value: 201 (0x000000c9)

public static final short NEGATIVEINTEGER_DATATYPE

Then negative integer data type as defined in .

Constant Value: 206 (0x000000ce)

public static final short NMTOKENS_DATATYPE

The NMTOKENS data type as defined in .

Constant Value: 17 (0x00000011)

public static final short NMTOKEN_DATATYPE

The NMTOKEN data type as defined in .

Constant Value: 16 (0x00000010)

public static final short NONNEGATIVEINTEGER_DATATYPE

The non-negative integer data type as defined in .

Constant Value: 211 (0x000000d3)

public static final short NONPOSITIVEINTEGER_DATATYPE

The Non-positive integer data type as defined in .

Constant Value: 205 (0x000000cd)

public static final short NORMALIZEDSTRING_DATATYPE

A code representing the Normalized string data type as defined in .

Constant Value: 202 (0x000000ca)

public static final short NOTATION_DATATYPE

The NOTATION data type as defined in .

Constant Value: 10 (0x0000000a)

public static final short OTHER_SIMPLE_DATATYPE

The other simple data type as defined in .

Constant Value: 1000 (0x000003e8)

public static final short POSITIVEINTEGER_DATATYPE

The positive integer data type as defined in .

Constant Value: 216 (0x000000d8)

public static final short QNAME_DATATYPE

Then XML qualified name data type as defined in .

Constant Value: 107 (0x0000006b)

public static final short SHORT_DATATYPE

The short data type as defined in .

Constant Value: 209 (0x000000d1)

public static final short STRING_DATATYPE

A code representing the string data type as defined in .

Constant Value: 1 (0x00000001)

public static final short TIME_DATATYPE

The time data type as defined in .

Constant Value: 111 (0x0000006f)

public static final short TOKEN_DATATYPE

The token data type as defined in .

Constant Value: 203 (0x000000cb)

public static final short UNSIGNEDBYTE_DATATYPE

The unsigned byte data type as defined in .

Constant Value: 215 (0x000000d7)

public static final short UNSIGNEDINT_DATATYPE

The unsigned integer data type as defined in .

Constant Value: 213 (0x000000d5)

public static final short UNSIGNEDLONG_DATATYPE

The unsigned long data type as defined in .

Constant Value: 212 (0x000000d4)

public static final short UNSIGNEDSHORT_DATATYPE

The unsigned short data type as defined in .

Constant Value: 214 (0x000000d6)

Public Methods

public abstract short getDataType ()

One of the enumerated codes representing the data type.