class android.util.Xml$XmlSerializerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.util.Xml$XmlSerializerFactory
  super_class: java.lang.Object
{
  static final java.lang.String TYPE;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "org.kxml2.io.KXmlParser,org.kxml2.io.KXmlSerializer"

  static final XmlPullParserFactory instance;
    descriptor: LXmlPullParserFactory;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.util.Xml$XmlSerializerFactory this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache.harmony cannot be resolved\n\tThe import org.kxml2 cannot be resolved\n\tThe import org.xmlpull cannot be resolved\n\tThe import org.xmlpull cannot be resolved\n\tThe import org.xmlpull cannot be resolved\n\tThe import org.xmlpull cannot be resolved\n\tExpatReader cannot be resolved to a type\n\tExpatReader cannot be resolved to a type\n\tExpatReader cannot be resolved to a type\n\tXmlPullParser cannot be resolved to a type\n\tKXmlParser cannot be resolved to a type\n\tKXmlParser cannot be resolved to a type\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n\tXmlSerializer cannot be resolved to a type\n\tXmlPullParserFactory cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParserFactory cannot be resolved to a type\n\tXmlPullParserFactory cannot be resolved to a type\n\tXmlPullParserFactory cannot be resolved\n\tXmlPullParserException cannot be resolved to a type\n\tXmlPullParser cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.Xml$XmlSerializerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/Xml$XmlSerializerFactory;
}
SourceFile: "Xml.java"
NestHost: android.util.Xml
InnerClasses:
  XmlSerializerFactory = android.util.Xml$XmlSerializerFactory of android.util.Xml