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 classAbstractXppDomDriverAn abstract base class for a driver using an XPP DOM implementation.classAbstractXppDriverAn abstract base class for a driver using an XPP implementation.classDom4JDriverclassDomDriverclassJDomDriverclassMXParserDomDriverAHierarchicalStreamDriverfor XPP DOM using the MXParser fork.classMXParserDriverAHierarchicalStreamDriverusing the MXParser fork.classSjsxpDriverDeprecated.As of 1.4.5 useStandardStaxDriverclassStandardStaxDriverA driver using the standard JDK StAX implementation provided by the Java runtime (since Java 6).classStaxDriverA driver using the StAX API to create XML reader and writer.classXppDomDriverAHierarchicalStreamDriverfor XPP DOM using the XmlPullParserFactory to locate an parser.classXppDriverAHierarchicalStreamDriverusing the XmlPullParserFactory to locate an XML Pull Parser.
-