Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ID_REFERENCES |
1002 |
public static final int |
NO_REFERENCES |
1001 |
public static final int |
PRIORITY_LOW |
-10 |
public static final int |
PRIORITY_NORMAL |
0 |
public static final int |
PRIORITY_VERY_HIGH |
10000 |
public static final int |
PRIORITY_VERY_LOW |
-20 |
public static final int |
SINGLE_NODE_XPATH_ABSOLUTE_REFERENCES |
1006 |
public static final int |
SINGLE_NODE_XPATH_RELATIVE_REFERENCES |
1005 |
public static final int |
XPATH_ABSOLUTE_REFERENCES |
1004 |
public static final int |
XPATH_RELATIVE_REFERENCES |
1003 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
TYPE_ATTRIBUTE |
5 |
public static final byte |
TYPE_END_NODE |
4 |
public static final byte |
TYPE_MAP_ID_TO_VALUE |
2 |
public static final byte |
TYPE_START_NODE |
3 |
public static final byte |
TYPE_VALUE |
6 |
public static final byte |
TYPE_VERSION |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DROP_ROOT_MODE |
1 |
public static final int |
EXPLICIT_MODE |
4 |
public static final int |
IEEE_754_MODE |
8 |
public static final int |
STRICT_MODE |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
COMMENT |
4 |
protected static final int |
END_NODE |
2 |
protected static final int |
OTHER |
0 |
protected static final int |
START_NODE |
1 |
protected static final int |
TEXT |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONFIGURED_XSTREAM_PROPERTY |
"http://com.thoughtworks.xstream/sax/property/configured-xstream" |
public static final String |
SOURCE_OBJECT_LIST_PROPERTY |
"http://com.thoughtworks.xstream/sax/property/source-object-list" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
XSTREAM_FEATURE |
"http://com.thoughtworks.xstream/XStreamSource/feature" |
Copyright © 2004–2017 XStream. All rights reserved.