Uses of Class
com.thoughtworks.xstream.io.xml.AbstractXmlDriver
-
Packages that use AbstractXmlDriver Package Description com.thoughtworks.xstream.io.xml -
-
Uses of AbstractXmlDriver in com.thoughtworks.xstream.io.xml
Subclasses of AbstractXmlDriver in com.thoughtworks.xstream.io.xml Modifier and Type Class Description 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
DomDriver
class
SjsxpDriver
Deprecated.As of 1.4.5 useStandardStaxDriver
class
StandardStaxDriver
A driver using the standard JDK StAX implementation provided by the Java runtime (since Java 6).class
StaxDriver
A driver using the StAX API to create XML reader and writer.class
Xpp3DomDriver
AHierarchicalStreamDriver
for XPP DOM using the Xpp3 parser.class
Xpp3Driver
AHierarchicalStreamDriver
using the Xpp3 parser.class
XppDomDriver
AHierarchicalStreamDriver
for XPP DOM using the XmlPullParserFactory to locate an parser.class
XppDriver
AHierarchicalStreamDriver
using the XmlPullParserFactory to locate an XML Pull Parser.
-