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 TypeClassDescriptionclassAn abstract base class for a driver using an XPP DOM implementation.classAn abstract base class for a driver using an XPP implementation.classDeprecated.classclassclassclassAHierarchicalStreamDriverfor XPP DOM using the kXML2 parser.classAHierarchicalStreamDriverusing the kXML2 parser.classDeprecated.As of 1.4.5 useStandardStaxDriverclassA driver using the standard JDK StAX implementation provided by the Java runtime (since Java 6).classA driver using the StAX API to create XML reader and writer.classA driver using the Woodstox StAX implementation.classclassAHierarchicalStreamDriverfor XPP DOM using the Xpp3 parser.classAHierarchicalStreamDriverusing the Xpp3 parser.classAHierarchicalStreamDriverfor XPP DOM using the XmlPullParserFactory to locate an parser.classAHierarchicalStreamDriverusing the XmlPullParserFactory to locate an XML Pull Parser.
StandardStaxDriverorWstxDriverinstead.