Uses of Class
com.thoughtworks.xstream.core.util.QuickWriter

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

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

Methods in com.thoughtworks.xstream.io.json with parameters of type QuickWriter
protected  void JsonHierarchicalStreamWriter.writeAttributeValue(QuickWriter writer, String text)
           
protected  void JsonHierarchicalStreamWriter.writeText(QuickWriter writer, String text)
           
 

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

Methods in com.thoughtworks.xstream.io.xml with parameters of type QuickWriter
protected  void PrettyPrintWriter.writeAttributeValue(QuickWriter writer, String text)
           
protected  void PrettyPrintWriter.writeText(QuickWriter writer, String text)
           
 



Copyright © 2004-2007 XStream. All Rights Reserved.