Uses of Class
com.thoughtworks.xstream.io.xml.StaxWriter
-
Packages that use StaxWriter Package Description 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 Modifier and Type Class Description class
JettisonStaxWriter
A specializedStaxWriter
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 Modifier and Type Method Description StaxWriter
StaxDriver. createStaxWriter(javax.xml.stream.XMLStreamWriter out)
StaxWriter
StaxDriver. createStaxWriter(javax.xml.stream.XMLStreamWriter out, boolean writeStartEndDocument)
-