Uses of Interface
com.thoughtworks.xstream.io.HierarchicalStreamDriver

Packages that use HierarchicalStreamDriver
com.thoughtworks.xstream   
com.thoughtworks.xstream.io   
com.thoughtworks.xstream.io.binary   
com.thoughtworks.xstream.io.json   
com.thoughtworks.xstream.io.xml   
 

Uses of HierarchicalStreamDriver in com.thoughtworks.xstream
 

Methods in com.thoughtworks.xstream with parameters of type HierarchicalStreamDriver
 Object XStreamer.fromXML(HierarchicalStreamDriver driver, Reader xml)
          Deserialize a self-contained XStream with object from an XML Reader.
 Object XStreamer.fromXML(HierarchicalStreamDriver driver, String xml)
          Deserialize a self-contained XStream with object from a String.
 

Constructors in com.thoughtworks.xstream with parameters of type HierarchicalStreamDriver
XStream(HierarchicalStreamDriver hierarchicalStreamDriver)
          Constructs an XStream with a special HierarchicalStreamDriver.
XStream(ReflectionProvider reflectionProvider, HierarchicalStreamDriver hierarchicalStreamDriver)
          Constructs an XStream with a special HierarchicalStreamDriver and ReflectionProvider.
XStream(ReflectionProvider reflectionProvider, HierarchicalStreamDriver driver, ClassLoader classLoader)
          Constructs an XStream with a special HierarchicalStreamDriver and ReflectionProvider and additionally with a prepared ClassLoader to use.
XStream(ReflectionProvider reflectionProvider, HierarchicalStreamDriver driver, ClassLoader classLoader, Mapper mapper)
          Constructs an XStream with a special HierarchicalStreamDriver and ReflectionProvider and additionally with a prepared Mapper and the ClassLoader in use.
XStream(ReflectionProvider reflectionProvider, HierarchicalStreamDriver driver, ClassLoader classLoader, Mapper mapper, ConverterLookup converterLookup, ConverterRegistry converterRegistry)
          Constructs an XStream with a special HierarchicalStreamDriver, ReflectionProvider, a prepared Mapper and the ClassLoader in use and an own ConverterRegistry.
XStream(ReflectionProvider reflectionProvider, Mapper mapper, HierarchicalStreamDriver driver)
          Deprecated. As of 1.3, use XStream.XStream(ReflectionProvider, HierarchicalStreamDriver, ClassLoader, Mapper) instead
 

Uses of HierarchicalStreamDriver in com.thoughtworks.xstream.io
 

Classes in com.thoughtworks.xstream.io that implement HierarchicalStreamDriver
 class AbstractDriver
          Abstract base class for all HierarchicalStreamDriver implementations.
 

Uses of HierarchicalStreamDriver in com.thoughtworks.xstream.io.binary
 

Classes in com.thoughtworks.xstream.io.binary that implement HierarchicalStreamDriver
 class BinaryStreamDriver
          HierarchicalStreamDriver for binary input and output.
 

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

Classes in com.thoughtworks.xstream.io.json that implement HierarchicalStreamDriver
 class JettisonMappedXmlDriver
          Simple XStream driver wrapping Jettison's Mapped reader and writer.
 class JsonHierarchicalStreamDriver
          A driver for JSON that writes optimized JSON format, but is not able to deserialize the result.
 

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

Classes in com.thoughtworks.xstream.io.xml that implement HierarchicalStreamDriver
 class AbstractXmlDriver
          Deprecated. As of 1.4
 class AbstractXppDomDriver
          An abstract base class for a driver using an XPP DOM implementation.
 class AbstractXppDriver
          An abstract base class for a driver using an XPP implementation.
 class BEAStaxDriver
          A driver using the BEA StAX implementation.
 class Dom4JDriver
           
 class DomDriver
           
 class JDomDriver
           
 class KXml2DomDriver
          A HierarchicalStreamDriver for XPP DOM using the kXML2 parser.
 class KXml2Driver
          A HierarchicalStreamDriver using the kXML2 parser.
 class SjsxpDriver
          A driver using the JDK 6 StAX implementation of Sun.
 class StaxDriver
          A driver using the StAX API to create XML reader and writer.
 class WstxDriver
          A driver using the Woodstox StAX implementation.
 class XomDriver
           
 class Xpp3DomDriver
          A HierarchicalStreamDriver for XPP DOM using the Xpp3 parser.
 class Xpp3Driver
          A HierarchicalStreamDriver using the Xpp3 parser.
 class XppDomDriver
          A HierarchicalStreamDriver for XPP DOM using the XmlPullParserFactory to locate an parser.
 class XppDriver
          A HierarchicalStreamDriver using the XmlPullParserFactory to locate an XML Pull Parser.
 



Copyright © 2004-2014 XStream. All Rights Reserved.