Uses of Class
com.thoughtworks.xstream.XStream

Packages that use XStream
com.thoughtworks.xstream.io.xml   
 

Uses of XStream in com.thoughtworks.xstream.io.xml
 

Methods in com.thoughtworks.xstream.io.xml with parameters of type XStream
 void TraxSource.setXStream(XStream xstream)
          Sets the XStream facade to use when marshalling objects.
 

Constructors in com.thoughtworks.xstream.io.xml with parameters of type XStream
TraxSource(java.lang.Object source, XStream xstream)
          Creates a XStream TrAX source, specifying the object to marshal and a configured (with aliases) XStream facade.
TraxSource(java.util.List source, XStream xstream)
          Creates a XStream TrAX source, setting the objects to marshal and a configured (with aliases) XStream facade.
 



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