Uses of Interface
com.thoughtworks.xstream.xml.XMLWriter

Packages that use XMLWriter
com.thoughtworks.xstream   
com.thoughtworks.xstream.converters   
com.thoughtworks.xstream.converters.basic   
com.thoughtworks.xstream.converters.collections   
com.thoughtworks.xstream.converters.composite   
com.thoughtworks.xstream.converters.extended   
com.thoughtworks.xstream.xml.dom4j   
com.thoughtworks.xstream.xml.text   
 

Uses of XMLWriter in com.thoughtworks.xstream
 

Methods in com.thoughtworks.xstream with parameters of type XMLWriter
 void XStream.toXML(java.lang.Object obj, XMLWriter xmlWriter)
           
 

Uses of XMLWriter in com.thoughtworks.xstream.converters
 

Methods in com.thoughtworks.xstream.converters with parameters of type XMLWriter
 void Converter.toXML(ObjectTree objectGraph, XMLWriter xmlWriter, ConverterLookup converterLookup)
           
 

Uses of XMLWriter in com.thoughtworks.xstream.converters.basic
 

Methods in com.thoughtworks.xstream.converters.basic with parameters of type XMLWriter
 void NullConverter.toXML(ObjectTree objectGraph, XMLWriter xmlWriter, ConverterLookup converterLookup)
           
 void AbstractBasicConverter.toXML(ObjectTree objectGraph, XMLWriter xmlWriter, ConverterLookup converterLookup)
           
 

Uses of XMLWriter in com.thoughtworks.xstream.converters.collections
 

Methods in com.thoughtworks.xstream.converters.collections with parameters of type XMLWriter
 void MapConverter.toXML(ObjectTree objectGraph, XMLWriter xmlWriter, ConverterLookup converterLookup)
           
 void CollectionConverter.toXML(ObjectTree objectGraph, XMLWriter xmlWriter, ConverterLookup converterLookup)
           
 void ArrayConverter.toXML(ObjectTree objectGraph, XMLWriter xmlWriter, ConverterLookup converterLookup)
           
abstract  void AbstractCollectionConverter.toXML(ObjectTree objectGraph, XMLWriter xmlWriter, ConverterLookup converterLookup)
           
protected  void AbstractCollectionConverter.writeItem(java.lang.Object item, XMLWriter xmlWriter, ConverterLookup converterLookup, ObjectTree objectGraph)
           
 

Uses of XMLWriter in com.thoughtworks.xstream.converters.composite
 

Methods in com.thoughtworks.xstream.converters.composite with parameters of type XMLWriter
 void ObjectWithFieldsConverter.toXML(ObjectTree objectGraph, XMLWriter xmlWriter, ConverterLookup converterLookup)
           
protected  void ObjectWithFieldsConverter.writeClassAttributeInXMLIfNotDefaultImplementation(ObjectTree objectGraph, XMLWriter xmlWriter)
           
 

Uses of XMLWriter in com.thoughtworks.xstream.converters.extended
 

Methods in com.thoughtworks.xstream.converters.extended with parameters of type XMLWriter
 void ColorConverter.toXML(ObjectTree objectGraph, XMLWriter xmlWriter, ConverterLookup converterLookup)
           
 

Uses of XMLWriter in com.thoughtworks.xstream.xml.dom4j
 

Classes in com.thoughtworks.xstream.xml.dom4j that implement XMLWriter
 class Dom4JXMLWriter
           
 

Uses of XMLWriter in com.thoughtworks.xstream.xml.text
 

Classes in com.thoughtworks.xstream.xml.text that implement XMLWriter
 class CompactXMLWriter
           
 class PrettyPrintXMLWriter
           
 



Copyright © 2003 ThoughtWorks, Inc. All Rights Reserved.