org.jvnet.fastinfoset
Class EncodingAlgorithmIndexes
java.lang.Object
org.jvnet.fastinfoset.EncodingAlgorithmIndexes
public final class EncodingAlgorithmIndexes
- extends java.lang.Object
The indexes of built-in encoding algorithms.
The indexes of the built-in encoding algorithms are specified
in ITU-T Rec. X.891 | ISO/IEC 24824-1 (Fast Infoset), clause
10. The indexes start from 0 instead of 1 as specified.
- See Also:
EncodingAlgorithmContentHandler
,
EncodingAlgorithmAttributes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HEXADECIMAL
public static final int HEXADECIMAL
- See Also:
- Constant Field Values
BASE64
public static final int BASE64
- See Also:
- Constant Field Values
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
LONG
public static final int LONG
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
UUID
public static final int UUID
- See Also:
- Constant Field Values
CDATA
public static final int CDATA
- See Also:
- Constant Field Values
EncodingAlgorithmIndexes
public EncodingAlgorithmIndexes()