Uses of Class
com.thoughtworks.xstream.io.xml.AbstractXmlDriver
Packages that use AbstractXmlDriver
-
Uses of AbstractXmlDriver in com.thoughtworks.xstream.io.xml
Subclasses of AbstractXmlDriver in com.thoughtworks.xstream.io.xmlModifier and TypeClassDescriptionclass
An abstract base class for a driver using an XPP DOM implementation.class
An abstract base class for a driver using an XPP implementation.class
Deprecated.class
class
class
class
AHierarchicalStreamDriver
for XPP DOM using the kXML2 parser.class
AHierarchicalStreamDriver
using the kXML2 parser.class
Deprecated.As of 1.4.5 useStandardStaxDriver
class
A driver using the standard JDK StAX implementation provided by the Java runtime (since Java 6).class
A driver using the StAX API to create XML reader and writer.class
A driver using the Woodstox StAX implementation.class
class
AHierarchicalStreamDriver
for XPP DOM using the Xpp3 parser.class
AHierarchicalStreamDriver
using the Xpp3 parser.class
AHierarchicalStreamDriver
for XPP DOM using the XmlPullParserFactory to locate an parser.class
AHierarchicalStreamDriver
using the XmlPullParserFactory to locate an XML Pull Parser.
StandardStaxDriver
orWstxDriver
instead.