Uses of Interface
com.thoughtworks.xstream.io.xml.XmlFriendlyReader

Packages that use XmlFriendlyReader
com.thoughtworks.xstream.io.xml   
 

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

Classes in com.thoughtworks.xstream.io.xml that implement XmlFriendlyReader
 class AbstractDocumentReader
           
 class AbstractPullReader
          Base class that contains common functionality across HierarchicalStreamReader implementations that need to read from a pull parser.
 class AbstractXmlReader
          Abstract base implementation of HierarchicalStreamReader that provides common functionality to all XML-based readers.
 class Dom4JReader
           
 class DomReader
           
 class JDomReader
           
 class StaxReader
          A reader using the StAX API.
 class XomReader
           
 class XppDomReader
           
 class XppReader
          XStream reader that pulls directly from the stream using the XmlPullParser API.
 



Copyright © 2004-2012 XStream. All Rights Reserved.