| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_ENCODING |
"utf-8" |
public static final String |
ENCODING_UTF_8 |
"utf-8" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_ORDER |
1000 |
public static final String |
MAP_KEY_DEFAULT |
"key" |
public static final String |
MAP_VALUE_DEFAULT |
"value" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected final String |
FEATURE_NAMES_INTERNED |
"http://xmlpull.org/v1/doc/features.html#names-interned" |
public static final String |
FEATURE_SERIALIZER_ATTVALUE_USE_APOSTROPHE |
"http://xmlpull.org/v1/doc/features.html#serializer-attvalue-use-apostrophe" |
protected static final String |
PROPERTY_LOCATION |
"http://xmlpull.org/v1/doc/properties.html#location" |
public static final String |
PROPERTY_SERIALIZER_INDENTATION |
"http://xmlpull.org/v1/doc/properties.html#serializer-indentation" |
public static final String |
PROPERTY_SERIALIZER_LINE_SEPARATOR |
"http://xmlpull.org/v1/doc/properties.html#serializer-line-separator" |
protected static final String |
XML_URI |
"http://www.w3.org/XML/1998/namespace" |
protected static final String |
XMLNS_URI |
"http://www.w3.org/2000/xmlns/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
ACK |
6 |
public static final byte |
BEL |
7 |
public static final byte |
BS |
8 |
public static final byte |
CAN |
24 |
public static final byte |
CR |
13 |
public static final byte |
DC1 |
17 |
public static final byte |
DC2 |
18 |
public static final byte |
DC3 |
19 |
public static final byte |
DC4 |
20 |
public static final byte |
DEL |
127 |
public static final byte |
DLE |
16 |
public static final byte |
EM |
25 |
public static final byte |
ENQ |
5 |
public static final byte |
EOT |
4 |
public static final byte |
ESC |
27 |
public static final byte |
ETB |
23 |
public static final byte |
ETX |
3 |
public static final byte |
FF |
12 |
public static final byte |
FS |
28 |
public static final byte |
GS |
29 |
public static final byte |
HT |
9 |
public static final byte |
LF |
10 |
public static final char |
MAX |
127 |
public static final char |
MIN |
0 |
public static final byte |
NAK |
21 |
public static final byte |
NL |
10 |
public static final byte |
NUL |
0 |
public static final byte |
RS |
30 |
public static final byte |
SI |
15 |
public static final byte |
SO |
14 |
public static final byte |
SOH |
1 |
public static final byte |
SP |
32 |
public static final byte |
SPACE |
32 |
public static final byte |
STX |
2 |
public static final byte |
SUB |
26 |
public static final byte |
SYN |
22 |
public static final byte |
US |
31 |
public static final byte |
VT |
11 |
public static final byte |
XOFF |
19 |
public static final byte |
XON |
17 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
UTF_8 |
"UTF-8" |
Copyright © 2016. All rights reserved.