Uses of Class
com.thoughtworks.xstream.io.xml.StaxWriter

Packages that use StaxWriter
com.thoughtworks.xstream.io.json   
com.thoughtworks.xstream.io.xml   
 

Uses of StaxWriter in com.thoughtworks.xstream.io.json
 

Subclasses of StaxWriter in com.thoughtworks.xstream.io.json
 class JettisonStaxWriter
          A specialized StaxWriter that makes usage of internal functionality of Jettison.
 

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

Methods in com.thoughtworks.xstream.io.xml that return StaxWriter
 StaxWriter StaxDriver.createStaxWriter(javax.xml.stream.XMLStreamWriter out)
           
 StaxWriter StaxDriver.createStaxWriter(javax.xml.stream.XMLStreamWriter out, boolean writeStartEndDocument)
           
 



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