Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOCALE |
"com.sun.xml.fastinfoset.locale" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BASE_NAME |
"com.sun.xml.fastinfoset.resources.ResourceBundle" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BUFFER_SIZE_SYSTEM_PROPERTY |
"com.sun.xml.fastinfoset.parser.buffer-size" |
protected static final int |
NISTRING_EMPTY_STRING |
3 |
protected static final int |
NISTRING_ENCODING_ALGORITHM |
2 |
protected static final int |
NISTRING_INDEX |
1 |
protected static final int |
NISTRING_STRING |
0 |
public static final String |
STRING_INTERNING_SYSTEM_PROPERTY |
"com.sun.xml.fastinfoset.parser.string-interning" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
AII_INDEX_LARGE |
2 |
public static final int |
AII_INDEX_MEDIUM |
1 |
public static final int |
AII_INDEX_SMALL |
0 |
public static final int |
AII_LITERAL |
3 |
public static final int |
AII_TERMINATOR_DOUBLE |
5 |
public static final int |
AII_TERMINATOR_SINGLE |
4 |
public static final int |
CII_EA |
13 |
public static final int |
CII_INDEX_LARGE |
16 |
public static final int |
CII_INDEX_LARGE_LARGE |
17 |
public static final int |
CII_INDEX_MEDIUM |
15 |
public static final int |
CII_INDEX_SMALL |
14 |
public static final int |
CII_RA |
12 |
public static final int |
CII_UTF16_LARGE_LENGTH |
11 |
public static final int |
CII_UTF16_MEDIUM_LENGTH |
10 |
public static final int |
CII_UTF16_SMALL_LENGTH |
9 |
public static final int |
CII_UTF8_LARGE_LENGTH |
8 |
public static final int |
CII_UTF8_MEDIUM_LENGTH |
7 |
public static final int |
CII_UTF8_SMALL_LENGTH |
6 |
public static final int |
COMMENT_II |
18 |
public static final int |
DOCUMENT_TYPE_DECLARATION_II |
20 |
public static final int |
EII_AIIS_INDEX_SMALL |
1 |
public static final int |
EII_INDEX_LARGE |
3 |
public static final int |
EII_INDEX_MEDIUM |
2 |
public static final int |
EII_LITERAL |
5 |
public static final int |
EII_NAMESPACES |
4 |
public static final int |
EII_NO_AIIS_INDEX_SMALL |
0 |
public static final int |
NISTRING_EA |
7 |
public static final int |
NISTRING_EMPTY |
11 |
public static final int |
NISTRING_INDEX_LARGE |
10 |
public static final int |
NISTRING_INDEX_MEDIUM |
9 |
public static final int |
NISTRING_INDEX_SMALL |
8 |
public static final int |
NISTRING_RA |
6 |
public static final int |
NISTRING_UTF16_LARGE_LENGTH |
5 |
public static final int |
NISTRING_UTF16_MEDIUM_LENGTH |
4 |
public static final int |
NISTRING_UTF16_SMALL_LENGTH |
3 |
public static final int |
NISTRING_UTF8_LARGE_LENGTH |
2 |
public static final int |
NISTRING_UTF8_MEDIUM_LENGTH |
1 |
public static final int |
NISTRING_UTF8_SMALL_LENGTH |
0 |
public static final int |
PROCESSING_INSTRUCTION_II |
19 |
public static final int |
STATE_ILLEGAL |
255 |
public static final int |
STATE_UNSUPPORTED |
254 |
public static final int |
TERMINATOR_DOUBLE |
23 |
public static final int |
TERMINATOR_SINGLE |
22 |
public static final int |
UNEXPANDED_ENTITY_REFERENCE_II |
21 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CHARACTER_ENCODING_SCHEME_SYSTEM_PROPERTY |
"com.sun.xml.fastinfoset.serializer.character-encoding-scheme" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
INTERNAL_STATE_DOUBLE_TERMINATE_ELEMENT |
3 |
protected static final int |
INTERNAL_STATE_END_DOCUMENT |
4 |
protected static final int |
INTERNAL_STATE_SINGLE_TERMINATE_ELEMENT_WITH_NAMESPACES |
2 |
protected static final int |
INTERNAL_STATE_START_DOCUMENT |
0 |
protected static final int |
INTERNAL_STATE_START_ELEMENT_TERMINATE |
1 |
protected static final int |
INTERNAL_STATE_VOID |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CONTEXT_READER |
1 |
public static final int |
CONTEXT_WRITER |
2 |
protected static final String |
STAX_ENTITIES |
"javax.xml.stream.entities" |
protected static final String |
STAX_NOTATIONS |
"javax.xml.stream.notations" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY |
"com.sun.xml.fastinfoset.vocab.ParserVocabulary.IdentifyingStringTable.maximumItems" |
public static final String |
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS_PEOPERTY |
"com.sun.xml.fastinfoset.vocab.ParserVocabulary.NonIdentifyingStringTable.maximumCharacters" |
public static final String |
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY |
"com.sun.xml.fastinfoset.vocab.ParserVocabulary.NonIdentifyingStringTable.maximumItems" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ATTRIBUTE_NAME |
11 |
public static final int |
ATTRIBUTE_VALUE |
7 |
public static final int |
CHARACTER_CONTENT_CHUNK |
9 |
public static final int |
ELEMENT_NAME |
10 |
public static final int |
ENCODING_ALGORITHM |
1 |
public static final int |
LOCAL_NAME |
4 |
public static final int |
NAMESPACE_NAME |
3 |
public static final int |
OTHER_NCNAME |
5 |
public static final int |
OTHER_STRING |
8 |
public static final int |
OTHER_URI |
6 |
public static final int |
PREFIX |
2 |
public static final int |
RESTRICTED_ALPHABET |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BASE64 |
1 |
public static final int |
BOOLEAN |
5 |
public static final int |
CDATA |
9 |
public static final int |
DOUBLE |
7 |
public static final int |
FLOAT |
6 |
public static final int |
HEXADECIMAL |
0 |
public static final int |
INT |
3 |
public static final int |
LONG |
4 |
public static final int |
SHORT |
2 |
public static final int |
UUID |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BUFFER_SIZE_PROPERTY |
"http://jvnet.org/fastinfoset/parser/properties/buffer-size" |
public static final String |
EXTERNAL_VOCABULARIES_PROPERTY |
"http://jvnet.org/fastinfoset/parser/properties/external-vocabularies" |
public static final String |
FORCE_STREAM_CLOSE_PROPERTY |
"http://jvnet.org/fastinfoset/parser/properties/force-stream-close" |
public static final String |
REGISTERED_ENCODING_ALGORITHMS_PROPERTY |
"http://jvnet.org/fastinfoset/parser/properties/registered-encoding-algorithms" |
public static final String |
STRING_INTERNING_PROPERTY |
"http://jvnet.org/fastinfoset/parser/properties/string-interning" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ATTRIBUTE_VALUE_MAP_MEMORY_CONSTRAINT |
2147483647 |
public static final String |
BUFFER_SIZE_PROPERTY |
"http://jvnet.org/fastinfoset/parser/properties/buffer-size" |
public static final int |
CHARACTER_CONTENT_CHUNK_MAP_MEMORY_CONSTRAINT |
2147483647 |
public static final String |
EXTERNAL_VOCABULARIES_PROPERTY |
"http://jvnet.org/fastinfoset/parser/properties/external-vocabularies" |
public static final String |
IGNORE_COMMENTS_FEATURE |
"http://jvnet.org/fastinfoset/serializer/feature/ignore/comments" |
public static final String |
IGNORE_DTD_FEATURE |
"http://jvnet.org/fastinfoset/serializer/feature/ignore/DTD" |
public static final String |
IGNORE_PROCESSING_INSTRUCTIONS_FEATURE |
"http://jvnet.org/fastinfoset/serializer/feature/ignore/processingInstructions" |
public static final String |
IGNORE_WHITE_SPACE_TEXT_CONTENT_FEATURE |
"http://jvnet.org/fastinfoset/serializer/feature/ignore/whiteSpaceTextContent" |
public static final int |
MAX_ATTRIBUTE_VALUE_SIZE |
32 |
public static final int |
MAX_CHARACTER_CONTENT_CHUNK_SIZE |
32 |
public static final int |
MIN_ATTRIBUTE_VALUE_SIZE |
0 |
public static final int |
MIN_CHARACTER_CONTENT_CHUNK_SIZE |
0 |
public static final String |
REGISTERED_ENCODING_ALGORITHMS_PROPERTY |
"http://jvnet.org/fastinfoset/parser/properties/registered-encoding-algorithms" |
public static final String |
UTF_16BE |
"UTF-16BE" |
public static final String |
UTF_8 |
"UTF-8" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DATE_TIME_CHARACTERS |
"0123456789-:TZ " |
public static final int |
DATE_TIME_CHARACTERS_INDEX |
1 |
public static final String |
NUMERIC_CHARACTERS |
"0123456789-+.E " |
public static final int |
NUMERIC_CHARACTERS_INDEX |
0 |
Copyright © 2018 Oracle Corpration. All Rights Reserved.