Constant Field Values


Contents
com.thoughtworks.*

com.thoughtworks.xstream.XStream
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 XPATH_ABSOLUTE_REFERENCES 1004
public static final int XPATH_REFERENCES 1003
public static final int XPATH_RELATIVE_REFERENCES 1003

com.thoughtworks.xstream.io.binary.Token
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

com.thoughtworks.xstream.io.xml.AbstractPullReader
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

com.thoughtworks.xstream.io.xml.SaxWriter
public static final java.lang.String CONFIGURED_XSTREAM_PROPERTY "http://com.thoughtworks.xstream/sax/property/configured-xstream"
public static final java.lang.String SOURCE_OBJECT_LIST_PROPERTY "http://com.thoughtworks.xstream/sax/property/source-object-list"

com.thoughtworks.xstream.io.xml.TraxSource
public static final java.lang.String XSTREAM_FEATURE "http://com.thoughtworks.xstream/XStreamSource/feature"



Joe Walnes, http://xstream.codehaus.org/