Class XppDomDriver

All Implemented Interfaces:
HierarchicalStreamDriver

public class XppDomDriver extends AbstractXppDomDriver
A HierarchicalStreamDriver for XPP DOM using the XmlPullParserFactory to locate an parser.
  • Constructor Details

  • Method Details

    • createParser

      protected org.xmlpull.v1.XmlPullParser createParser() throws org.xmlpull.v1.XmlPullParserException
      Description copied from class: AbstractXppDomDriver
      Create the parser of the XPP implementation.
      Specified by:
      createParser in class AbstractXppDomDriver
      Throws:
      org.xmlpull.v1.XmlPullParserException - if the parser cannot be created