Class Xpp3Driver

All Implemented Interfaces:
HierarchicalStreamDriver

public class Xpp3Driver extends AbstractXppDriver
A HierarchicalStreamDriver using the Xpp3 parser.
Since:
1.4
  • Constructor Details

    • Xpp3Driver

      public Xpp3Driver()
      Construct an Xpp3Driver.
      Since:
      1.4
    • Xpp3Driver

      public Xpp3Driver(NameCoder nameCoder)
      Construct an Xpp3Driver.
      Parameters:
      nameCoder - the replacer for XML friendly names
      Since:
      1.4
  • Method Details

    • createParser

      protected org.xmlpull.v1.XmlPullParser createParser()
      Create the parser of the XPP implementation.
      Specified by:
      createParser in class AbstractXppDriver