Package com.sun.xml.fastinfoset
Class DecoderStateTables
- java.lang.Object
-
- com.sun.xml.fastinfoset.DecoderStateTables
-
public class DecoderStateTables extends Object
-
-
Field Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intAII(int index)static intDII(int index)static intEII(int index)static intISTRING(int index)static intISTRING_PREFIX_NAMESPACE(int index)static intNISTRING(int index)static intUTF8(int index)static intUTF8_NCNAME(int index)
-
-
-
Field Detail
-
STATE_ILLEGAL
public static final int STATE_ILLEGAL
- See Also:
- Constant Field Values
-
STATE_UNSUPPORTED
public static final int STATE_UNSUPPORTED
- See Also:
- Constant Field Values
-
EII_NO_AIIS_INDEX_SMALL
public static final int EII_NO_AIIS_INDEX_SMALL
- See Also:
- Constant Field Values
-
EII_AIIS_INDEX_SMALL
public static final int EII_AIIS_INDEX_SMALL
- See Also:
- Constant Field Values
-
EII_INDEX_MEDIUM
public static final int EII_INDEX_MEDIUM
- See Also:
- Constant Field Values
-
EII_INDEX_LARGE
public static final int EII_INDEX_LARGE
- See Also:
- Constant Field Values
-
EII_NAMESPACES
public static final int EII_NAMESPACES
- See Also:
- Constant Field Values
-
EII_LITERAL
public static final int EII_LITERAL
- See Also:
- Constant Field Values
-
CII_UTF8_SMALL_LENGTH
public static final int CII_UTF8_SMALL_LENGTH
- See Also:
- Constant Field Values
-
CII_UTF8_MEDIUM_LENGTH
public static final int CII_UTF8_MEDIUM_LENGTH
- See Also:
- Constant Field Values
-
CII_UTF8_LARGE_LENGTH
public static final int CII_UTF8_LARGE_LENGTH
- See Also:
- Constant Field Values
-
CII_UTF16_SMALL_LENGTH
public static final int CII_UTF16_SMALL_LENGTH
- See Also:
- Constant Field Values
-
CII_UTF16_MEDIUM_LENGTH
public static final int CII_UTF16_MEDIUM_LENGTH
- See Also:
- Constant Field Values
-
CII_UTF16_LARGE_LENGTH
public static final int CII_UTF16_LARGE_LENGTH
- See Also:
- Constant Field Values
-
CII_RA
public static final int CII_RA
- See Also:
- Constant Field Values
-
CII_EA
public static final int CII_EA
- See Also:
- Constant Field Values
-
CII_INDEX_SMALL
public static final int CII_INDEX_SMALL
- See Also:
- Constant Field Values
-
CII_INDEX_MEDIUM
public static final int CII_INDEX_MEDIUM
- See Also:
- Constant Field Values
-
CII_INDEX_LARGE
public static final int CII_INDEX_LARGE
- See Also:
- Constant Field Values
-
CII_INDEX_LARGE_LARGE
public static final int CII_INDEX_LARGE_LARGE
- See Also:
- Constant Field Values
-
COMMENT_II
public static final int COMMENT_II
- See Also:
- Constant Field Values
-
PROCESSING_INSTRUCTION_II
public static final int PROCESSING_INSTRUCTION_II
- See Also:
- Constant Field Values
-
DOCUMENT_TYPE_DECLARATION_II
public static final int DOCUMENT_TYPE_DECLARATION_II
- See Also:
- Constant Field Values
-
UNEXPANDED_ENTITY_REFERENCE_II
public static final int UNEXPANDED_ENTITY_REFERENCE_II
- See Also:
- Constant Field Values
-
TERMINATOR_SINGLE
public static final int TERMINATOR_SINGLE
- See Also:
- Constant Field Values
-
TERMINATOR_DOUBLE
public static final int TERMINATOR_DOUBLE
- See Also:
- Constant Field Values
-
AII_INDEX_SMALL
public static final int AII_INDEX_SMALL
- See Also:
- Constant Field Values
-
AII_INDEX_MEDIUM
public static final int AII_INDEX_MEDIUM
- See Also:
- Constant Field Values
-
AII_INDEX_LARGE
public static final int AII_INDEX_LARGE
- See Also:
- Constant Field Values
-
AII_LITERAL
public static final int AII_LITERAL
- See Also:
- Constant Field Values
-
AII_TERMINATOR_SINGLE
public static final int AII_TERMINATOR_SINGLE
- See Also:
- Constant Field Values
-
AII_TERMINATOR_DOUBLE
public static final int AII_TERMINATOR_DOUBLE
- See Also:
- Constant Field Values
-
NISTRING_UTF8_SMALL_LENGTH
public static final int NISTRING_UTF8_SMALL_LENGTH
- See Also:
- Constant Field Values
-
NISTRING_UTF8_MEDIUM_LENGTH
public static final int NISTRING_UTF8_MEDIUM_LENGTH
- See Also:
- Constant Field Values
-
NISTRING_UTF8_LARGE_LENGTH
public static final int NISTRING_UTF8_LARGE_LENGTH
- See Also:
- Constant Field Values
-
NISTRING_UTF16_SMALL_LENGTH
public static final int NISTRING_UTF16_SMALL_LENGTH
- See Also:
- Constant Field Values
-
NISTRING_UTF16_MEDIUM_LENGTH
public static final int NISTRING_UTF16_MEDIUM_LENGTH
- See Also:
- Constant Field Values
-
NISTRING_UTF16_LARGE_LENGTH
public static final int NISTRING_UTF16_LARGE_LENGTH
- See Also:
- Constant Field Values
-
NISTRING_RA
public static final int NISTRING_RA
- See Also:
- Constant Field Values
-
NISTRING_EA
public static final int NISTRING_EA
- See Also:
- Constant Field Values
-
NISTRING_INDEX_SMALL
public static final int NISTRING_INDEX_SMALL
- See Also:
- Constant Field Values
-
NISTRING_INDEX_MEDIUM
public static final int NISTRING_INDEX_MEDIUM
- See Also:
- Constant Field Values
-
NISTRING_INDEX_LARGE
public static final int NISTRING_INDEX_LARGE
- See Also:
- Constant Field Values
-
NISTRING_EMPTY
public static final int NISTRING_EMPTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
DII
public static final int DII(int index)
-
EII
public static final int EII(int index)
-
AII
public static final int AII(int index)
-
NISTRING
public static final int NISTRING(int index)
-
ISTRING
public static final int ISTRING(int index)
-
ISTRING_PREFIX_NAMESPACE
public static final int ISTRING_PREFIX_NAMESPACE(int index)
-
UTF8
public static final int UTF8(int index)
-
UTF8_NCNAME
public static final int UTF8_NCNAME(int index)
-
-