final class org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter implements org.xml.sax.AttributeList
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter
  super_class: java.lang.Object
{
  private org.xml.sax.Attributes attributes;
    descriptor: Lorg/xml/sax/Attributes;
    flags: (0x0002) ACC_PRIVATE

  final org.xml.sax.helpers.XMLReaderAdapter this$0;
    descriptor: Lorg/xml/sax/helpers/XMLReaderAdapter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.xml.sax.helpers.XMLReaderAdapter);
    descriptor: (Lorg/xml/sax/helpers/XMLReaderAdapter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
         0: .line 472
            aload 0 /* this */
            aload 1
            putfield org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter.this$0:Lorg/xml/sax/helpers/XMLReaderAdapter;
         1: .line 471
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 473
            return
        end local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter;
    MethodParameters:
        Name  Flags
      this$0  final

  void setAttributes(org.xml.sax.Attributes);
    descriptor: (Lorg/xml/sax/Attributes;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
        start local 1 // org.xml.sax.Attributes attributes
         0: .line 483
            aload 0 /* this */
            aload 1 /* attributes */
            putfield org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter.attributes:Lorg/xml/sax/Attributes;
         1: .line 484
            return
        end local 1 // org.xml.sax.Attributes attributes
        end local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter;
            0    2     1  attributes  Lorg/xml/sax/Attributes;
    MethodParameters:
            Name  Flags
      attributes  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
         0: .line 495
            aload 0 /* this */
            getfield org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter.attributes:Lorg/xml/sax/Attributes;
            invokeinterface org.xml.sax.Attributes.getLength:()I
            ireturn
        end local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter;

  public java.lang.String getName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
        start local 1 // int i
         0: .line 507
            aload 0 /* this */
            getfield org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter.attributes:Lorg/xml/sax/Attributes;
            iload 1 /* i */
            invokeinterface org.xml.sax.Attributes.getQName:(I)Ljava/lang/String;
            areturn
        end local 1 // int i
        end local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.lang.String getType(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
        start local 1 // int i
         0: .line 519
            aload 0 /* this */
            getfield org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter.attributes:Lorg/xml/sax/Attributes;
            iload 1 /* i */
            invokeinterface org.xml.sax.Attributes.getType:(I)Ljava/lang/String;
            areturn
        end local 1 // int i
        end local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.lang.String getValue(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
        start local 1 // int i
         0: .line 531
            aload 0 /* this */
            getfield org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter.attributes:Lorg/xml/sax/Attributes;
            iload 1 /* i */
            invokeinterface org.xml.sax.Attributes.getValue:(I)Ljava/lang/String;
            areturn
        end local 1 // int i
        end local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.lang.String getType(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
        start local 1 // java.lang.String qName
         0: .line 543
            aload 0 /* this */
            getfield org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter.attributes:Lorg/xml/sax/Attributes;
            aload 1 /* qName */
            invokeinterface org.xml.sax.Attributes.getType:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String qName
        end local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter;
            0    1     1  qName  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      qName  

  public java.lang.String getValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
        start local 1 // java.lang.String qName
         0: .line 555
            aload 0 /* this */
            getfield org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter.attributes:Lorg/xml/sax/Attributes;
            aload 1 /* qName */
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String qName
        end local 0 // org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter;
            0    1     1  qName  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      qName  
}
SourceFile: "XMLReaderAdapter.java"
NestHost: org.xml.sax.helpers.XMLReaderAdapter
InnerClasses:
  final AttributesAdapter = org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter of org.xml.sax.helpers.XMLReaderAdapter