Uses of Class
com.thoughtworks.xstream.io.xml.AbstractPullReader
-
Packages that use AbstractPullReader Package Description com.thoughtworks.xstream.io.xml -
-
Uses of AbstractPullReader in com.thoughtworks.xstream.io.xml
Subclasses of AbstractPullReader in com.thoughtworks.xstream.io.xml Modifier and Type Class Description class
StaxReader
A reader using the StAX API.class
XppReader
XStream reader that pulls directly from the stream using the XmlPullParser API.Methods in com.thoughtworks.xstream.io.xml that return AbstractPullReader Modifier and Type Method Description AbstractPullReader
StaxDriver. createStaxReader(javax.xml.stream.XMLStreamReader in)
-