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
class
class
class
AHierarchicalStreamDriver
for XPP DOM using the MXParser fork.class
AHierarchicalStreamDriver
using the MXParser fork.class
Deprecated.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
AHierarchicalStreamDriver
for XPP DOM using the XmlPullParserFactory to locate an parser.class
AHierarchicalStreamDriver
using the XmlPullParserFactory to locate an XML Pull Parser.
StandardStaxDriver