com.sun.xml.fastinfoset
Class DecoderStateTables

java.lang.Object
  extended bycom.sun.xml.fastinfoset.DecoderStateTables

public class DecoderStateTables
extends java.lang.Object


Field Summary
static int[] AII
           
static int AII_INDEX_LARGE
           
static int AII_INDEX_MEDIUM
           
static int AII_INDEX_SMALL
           
static int AII_LITERAL
           
static int AII_TERMINATOR_DOUBLE
           
static int AII_TERMINATOR_SINGLE
           
static int CII_EA
           
static int CII_INDEX_LARGE
           
static int CII_INDEX_LARGE_LARGE
           
static int CII_INDEX_MEDIUM
           
static int CII_INDEX_SMALL
           
static int CII_RA
           
static int CII_UTF16_LARGE_LENGTH
           
static int CII_UTF16_MEDIUM_LENGTH
           
static int CII_UTF16_SMALL_LENGTH
           
static int CII_UTF8_LARGE_LENGTH
           
static int CII_UTF8_MEDIUM_LENGTH
           
static int CII_UTF8_SMALL_LENGTH
           
static int COMMENT_II
           
static int[] DII
           
static int DOCUMENT_TYPE_DECLARATION_II
           
static int[] EII
           
static int EII_AIIS_INDEX_SMALL
           
static int EII_INDEX_LARGE
           
static int EII_INDEX_MEDIUM
           
static int EII_LITERAL
           
static int EII_NAMESPACES
           
static int EII_NO_AIIS_INDEX_SMALL
           
static int[] NISTRING
           
static int NISTRING_EA
           
static int NISTRING_EMPTY
           
static int NISTRING_INDEX_LARGE
           
static int NISTRING_INDEX_MEDIUM
           
static int NISTRING_INDEX_SMALL
           
static int NISTRING_RA
           
static int NISTRING_UTF16_LARGE_LENGTH
           
static int NISTRING_UTF16_MEDIUM_LENGTH
           
static int NISTRING_UTF16_SMALL_LENGTH
           
static int NISTRING_UTF8_LARGE_LENGTH
           
static int NISTRING_UTF8_MEDIUM_LENGTH
           
static int NISTRING_UTF8_SMALL_LENGTH
           
static int PROCESSING_INSTRUCTION_II
           
static int STATE_ILLEGAL
           
static int STATE_UNSUPPORTED
           
static int TERMINATOR_DOUBLE
           
static int TERMINATOR_SINGLE
           
static int UNEXPANDED_ENTITY_REFERENCE_II
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

DII

public static final int[] DII

EII

public static final int[] EII

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

AII

public static final int[] AII

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

NISTRING

public static final int[] NISTRING