public class org.xml.sax.helpers.AttributesImpl implements org.xml.sax.Attributes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.xml.sax.helpers.AttributesImpl
  super_class: java.lang.Object
{
  int length;
    descriptor: I
    flags: (0x0000) 

  java.lang.String[] data;
    descriptor: [Ljava/lang/String;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.xml.sax.helpers.AttributesImpl this
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 71
            aload 0 /* this */
            iconst_0
            putfield org.xml.sax.helpers.AttributesImpl.length:I
         2: .line 72
            aload 0 /* this */
            aconst_null
            putfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
         3: .line 73
            return
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/xml/sax/helpers/AttributesImpl;

  public void <init>(org.xml.sax.Attributes);
    descriptor: (Lorg/xml/sax/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // org.xml.sax.Attributes atts
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 86
            aload 0 /* this */
            aload 1 /* atts */
            invokevirtual org.xml.sax.helpers.AttributesImpl.setAttributes:(Lorg/xml/sax/Attributes;)V
         2: .line 87
            return
        end local 1 // org.xml.sax.Attributes atts
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/xml/sax/helpers/AttributesImpl;
            0    3     1  atts  Lorg/xml/sax/Attributes;
    MethodParameters:
      Name  Flags
      atts  

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

  public java.lang.String getURI(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
         0: .line 118
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 2
         1: .line 119
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            aaload
            areturn
         2: .line 121
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getLocalName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
         0: .line 136
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 2
         1: .line 137
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            iconst_1
            iadd
            aaload
            areturn
         2: .line 139
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getQName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
         0: .line 154
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 2
         1: .line 155
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            iconst_2
            iadd
            aaload
            areturn
         2: .line 157
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getType(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
         0: .line 172
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 2
         1: .line 173
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            iconst_3
            iadd
            aaload
            areturn
         2: .line 175
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getValue(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
         0: .line 189
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 2
         1: .line 190
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            iconst_4
            iadd
            aaload
            areturn
         2: .line 192
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getIndex(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String localName
         0: .line 212
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            istore 3 /* max */
        start local 3 // int max
         1: .line 213
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 6
         3: .line 214
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 4 /* i */
            aaload
            aload 1 /* uri */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 4 /* i */
            iconst_1
            iadd
            aaload
            aload 2 /* localName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 215
            iload 4 /* i */
            iconst_5
            idiv
            ireturn
         5: .line 213
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 5
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 3 /* max */
            if_icmplt 3
        end local 4 // int i
         7: .line 218
            iconst_m1
            ireturn
        end local 3 // int max
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String uri
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/xml/sax/helpers/AttributesImpl;
            0    8     1        uri  Ljava/lang/String;
            0    8     2  localName  Ljava/lang/String;
            1    8     3        max  I
            2    7     4          i  I
    MethodParameters:
           Name  Flags
      uri        
      localName  

  public int getIndex(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // java.lang.String qName
         0: .line 231
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            istore 2 /* max */
        start local 2 // int max
         1: .line 232
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 233
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 3 /* i */
            iconst_2
            iadd
            aaload
            aload 1 /* qName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 234
            iload 3 /* i */
            iconst_5
            idiv
            ireturn
         5: .line 232
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 5
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* max */
            if_icmplt 3
        end local 3 // int i
         7: .line 237
            iconst_m1
            ireturn
        end local 2 // int max
        end local 1 // java.lang.String qName
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    8     1  qName  Ljava/lang/String;
            1    8     2    max  I
            2    7     3      i  I
    MethodParameters:
       Name  Flags
      qName  

  public java.lang.String getType(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String localName
         0: .line 253
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            istore 3 /* max */
        start local 3 // int max
         1: .line 254
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 6
         3: .line 255
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 4 /* i */
            aaload
            aload 1 /* uri */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 4 /* i */
            iconst_1
            iadd
            aaload
            aload 2 /* localName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 256
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 4 /* i */
            iconst_3
            iadd
            aaload
            areturn
         5: .line 254
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 5
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 3 /* max */
            if_icmplt 3
        end local 4 // int i
         7: .line 259
            aconst_null
            areturn
        end local 3 // int max
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String uri
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/xml/sax/helpers/AttributesImpl;
            0    8     1        uri  Ljava/lang/String;
            0    8     2  localName  Ljava/lang/String;
            1    8     3        max  I
            2    7     4          i  I
    MethodParameters:
           Name  Flags
      uri        
      localName  

  public java.lang.String getType(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // java.lang.String qName
         0: .line 273
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            istore 2 /* max */
        start local 2 // int max
         1: .line 274
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 275
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 3 /* i */
            iconst_2
            iadd
            aaload
            aload 1 /* qName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 276
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 3 /* i */
            iconst_3
            iadd
            aaload
            areturn
         5: .line 274
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 5
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* max */
            if_icmplt 3
        end local 3 // int i
         7: .line 279
            aconst_null
            areturn
        end local 2 // int max
        end local 1 // java.lang.String qName
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    8     1  qName  Ljava/lang/String;
            1    8     2    max  I
            2    7     3      i  I
    MethodParameters:
       Name  Flags
      qName  

  public java.lang.String getValue(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String localName
         0: .line 295
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            istore 3 /* max */
        start local 3 // int max
         1: .line 296
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 6
         3: .line 297
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 4 /* i */
            aaload
            aload 1 /* uri */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 4 /* i */
            iconst_1
            iadd
            aaload
            aload 2 /* localName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 298
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 4 /* i */
            iconst_4
            iadd
            aaload
            areturn
         5: .line 296
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 5
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 3 /* max */
            if_icmplt 3
        end local 4 // int i
         7: .line 301
            aconst_null
            areturn
        end local 3 // int max
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String uri
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/xml/sax/helpers/AttributesImpl;
            0    8     1        uri  Ljava/lang/String;
            0    8     2  localName  Ljava/lang/String;
            1    8     3        max  I
            2    7     4          i  I
    MethodParameters:
           Name  Flags
      uri        
      localName  

  public java.lang.String getValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // java.lang.String qName
         0: .line 315
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            istore 2 /* max */
        start local 2 // int max
         1: .line 316
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 317
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 3 /* i */
            iconst_2
            iadd
            aaload
            aload 1 /* qName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 318
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 3 /* i */
            iconst_4
            iadd
            aaload
            areturn
         5: .line 316
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 5
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* max */
            if_icmplt 3
        end local 3 // int i
         7: .line 321
            aconst_null
            areturn
        end local 2 // int max
        end local 1 // java.lang.String qName
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    8     1  qName  Ljava/lang/String;
            1    8     2    max  I
            2    7     3      i  I
    MethodParameters:
       Name  Flags
      qName  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.xml.sax.helpers.AttributesImpl this
         0: .line 340
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            ifnull 6
         1: .line 341
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         2: goto 5
         3: .line 342
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* i */
            aconst_null
            aastore
         4: .line 341
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            if_icmplt 3
        end local 1 // int i
         6: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.xml.sax.helpers.AttributesImpl.length:I
         7: .line 345
            return
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/xml/sax/helpers/AttributesImpl;
            2    6     1     i  I

  public void setAttributes(org.xml.sax.Attributes);
    descriptor: (Lorg/xml/sax/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // org.xml.sax.Attributes atts
         0: .line 358
            aload 0 /* this */
            invokevirtual org.xml.sax.helpers.AttributesImpl.clear:()V
         1: .line 359
            aload 0 /* this */
            aload 1 /* atts */
            invokeinterface org.xml.sax.Attributes.getLength:()I
            putfield org.xml.sax.helpers.AttributesImpl.length:I
         2: .line 360
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            ifle 13
         3: .line 361
            aload 0 /* this */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            anewarray java.lang.String
            putfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
         4: .line 362
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 12
         6: .line 363
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 2 /* i */
            iconst_5
            imul
            aload 1 /* atts */
            iload 2 /* i */
            invokeinterface org.xml.sax.Attributes.getURI:(I)Ljava/lang/String;
            aastore
         7: .line 364
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 2 /* i */
            iconst_5
            imul
            iconst_1
            iadd
            aload 1 /* atts */
            iload 2 /* i */
            invokeinterface org.xml.sax.Attributes.getLocalName:(I)Ljava/lang/String;
            aastore
         8: .line 365
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 2 /* i */
            iconst_5
            imul
            iconst_2
            iadd
            aload 1 /* atts */
            iload 2 /* i */
            invokeinterface org.xml.sax.Attributes.getQName:(I)Ljava/lang/String;
            aastore
         9: .line 366
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 2 /* i */
            iconst_5
            imul
            iconst_3
            iadd
            aload 1 /* atts */
            iload 2 /* i */
            invokeinterface org.xml.sax.Attributes.getType:(I)Ljava/lang/String;
            aastore
        10: .line 367
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 2 /* i */
            iconst_5
            imul
            iconst_4
            iadd
            aload 1 /* atts */
            iload 2 /* i */
            invokeinterface org.xml.sax.Attributes.getValue:(I)Ljava/lang/String;
            aastore
        11: .line 362
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmplt 6
        end local 2 // int i
        13: .line 370
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xml.sax.Attributes atts
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/xml/sax/helpers/AttributesImpl;
            0   14     1  atts  Lorg/xml/sax/Attributes;
            5   13     2     i  I
    MethodParameters:
      Name  Flags
      atts  

  public void addAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String localName
        start local 3 // java.lang.String qName
        start local 4 // java.lang.String type
        start local 5 // java.lang.String value
         0: .line 393
            aload 0 /* this */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_1
            iadd
            invokevirtual org.xml.sax.helpers.AttributesImpl.ensureCapacity:(I)V
         1: .line 394
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            aload 1 /* uri */
            aastore
         2: .line 395
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            iconst_1
            iadd
            aload 2 /* localName */
            aastore
         3: .line 396
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            iconst_2
            iadd
            aload 3 /* qName */
            aastore
         4: .line 397
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            iconst_3
            iadd
            aload 4 /* type */
            aastore
         5: .line 398
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            iconst_4
            iadd
            aload 5 /* value */
            aastore
         6: .line 399
            aload 0 /* this */
            dup
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_1
            iadd
            putfield org.xml.sax.helpers.AttributesImpl.length:I
         7: .line 400
            return
        end local 5 // java.lang.String value
        end local 4 // java.lang.String type
        end local 3 // java.lang.String qName
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String uri
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/xml/sax/helpers/AttributesImpl;
            0    8     1        uri  Ljava/lang/String;
            0    8     2  localName  Ljava/lang/String;
            0    8     3      qName  Ljava/lang/String;
            0    8     4       type  Ljava/lang/String;
            0    8     5      value  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      uri        
      localName  
      qName      
      type       
      value      

  public void setAttribute(int, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
        start local 2 // java.lang.String uri
        start local 3 // java.lang.String localName
        start local 4 // java.lang.String qName
        start local 5 // java.lang.String type
        start local 6 // java.lang.String value
         0: .line 427
            iload 1 /* index */
            iflt 7
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 7
         1: .line 428
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            aload 2 /* uri */
            aastore
         2: .line 429
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            iconst_1
            iadd
            aload 3 /* localName */
            aastore
         3: .line 430
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            iconst_2
            iadd
            aload 4 /* qName */
            aastore
         4: .line 431
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            iconst_3
            iadd
            aload 5 /* type */
            aastore
         5: .line 432
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            iconst_4
            iadd
            aload 6 /* value */
            aastore
         6: .line 433
            goto 8
         7: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
         8: .line 436
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.lang.String value
        end local 5 // java.lang.String type
        end local 4 // java.lang.String qName
        end local 3 // java.lang.String localName
        end local 2 // java.lang.String uri
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/xml/sax/helpers/AttributesImpl;
            0    9     1      index  I
            0    9     2        uri  Ljava/lang/String;
            0    9     3  localName  Ljava/lang/String;
            0    9     4      qName  Ljava/lang/String;
            0    9     5       type  Ljava/lang/String;
            0    9     6      value  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      index      
      uri        
      localName  
      qName      
      type       
      value      

  public void removeAttribute(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
         0: .line 449
            iload 1 /* index */
            iflt 13
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 13
         1: .line 450
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_1
            isub
            if_icmpge 5
         2: .line 451
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_1
            iadd
            iconst_5
            imul
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
         3: .line 452
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iload 1 /* index */
            isub
            iconst_1
            isub
            iconst_5
            imul
         4: .line 451
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_1
            isub
            iconst_5
            imul
            istore 1 /* index */
         6: .line 455
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iinc 1 /* index */ 1
            aconst_null
            aastore
         7: .line 456
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iinc 1 /* index */ 1
            aconst_null
            aastore
         8: .line 457
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iinc 1 /* index */ 1
            aconst_null
            aastore
         9: .line 458
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iinc 1 /* index */ 1
            aconst_null
            aastore
        10: .line 459
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            aconst_null
            aastore
        11: .line 460
            aload 0 /* this */
            dup
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_1
            isub
            putfield org.xml.sax.helpers.AttributesImpl.length:I
        12: .line 461
            goto 14
        13: .line 462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
        14: .line 464
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0   15     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public void setURI(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
        start local 2 // java.lang.String uri
         0: .line 479
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 3
         1: .line 480
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            aload 2 /* uri */
            aastore
         2: .line 481
            goto 4
         3: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
         4: .line 484
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String uri
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    5     1  index  I
            0    5     2    uri  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      index  
      uri    

  public void setLocalName(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
        start local 2 // java.lang.String localName
         0: .line 499
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 3
         1: .line 500
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            iconst_1
            iadd
            aload 2 /* localName */
            aastore
         2: .line 501
            goto 4
         3: .line 502
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
         4: .line 504
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String localName
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/xml/sax/helpers/AttributesImpl;
            0    5     1      index  I
            0    5     2  localName  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      index      
      localName  

  public void setQName(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
        start local 2 // java.lang.String qName
         0: .line 519
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 3
         1: .line 520
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            iconst_2
            iadd
            aload 2 /* qName */
            aastore
         2: .line 521
            goto 4
         3: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
         4: .line 524
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String qName
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    5     1  index  I
            0    5     2  qName  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      index  
      qName  

  public void setType(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
        start local 2 // java.lang.String type
         0: .line 538
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 3
         1: .line 539
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            iconst_3
            iadd
            aload 2 /* type */
            aastore
         2: .line 540
            goto 4
         3: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
         4: .line 543
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String type
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    5     1  index  I
            0    5     2   type  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      index  
      type   

  public void setValue(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
        start local 2 // java.lang.String value
         0: .line 557
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 3
         1: .line 558
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            iconst_4
            iadd
            aload 2 /* value */
            aastore
         2: .line 559
            goto 4
         3: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
         4: .line 562
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String value
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    5     1  index  I
            0    5     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      index  
      value  

  private void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int n
         0: .line 578
            iload 1 /* n */
            ifgt 2
         1: .line 579
            return
         2: .line 582
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            ifnull 3
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            arraylength
            ifne 5
         3: .line 583
      StackMap locals:
      StackMap stack:
            bipush 25
            istore 2 /* max */
        start local 2 // int max
         4: .line 584
            goto 10
        end local 2 // int max
         5: .line 585
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            arraylength
            iload 1 /* n */
            iconst_5
            imul
            if_icmplt 7
         6: .line 586
            return
         7: .line 589
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            arraylength
            istore 2 /* max */
        start local 2 // int max
         8: .line 591
            goto 10
         9: .line 592
      StackMap locals: int
      StackMap stack:
            iload 2 /* max */
            iconst_2
            imul
            istore 2 /* max */
        10: .line 591
      StackMap locals:
      StackMap stack:
            iload 2 /* max */
            iload 1 /* n */
            iconst_5
            imul
            if_icmplt 9
        11: .line 595
            iload 2 /* max */
            anewarray java.lang.String
            astore 3 /* newData */
        start local 3 // java.lang.String[] newData
        12: .line 596
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            ifle 14
        13: .line 597
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iconst_0
            aload 3 /* newData */
            iconst_0
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 599
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            aload 3 /* newData */
            putfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
        15: .line 600
            return
        end local 3 // java.lang.String[] newData
        end local 2 // int max
        end local 1 // int n
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lorg/xml/sax/helpers/AttributesImpl;
            0   16     1        n  I
            4    5     2      max  I
            8   16     2      max  I
           12   16     3  newData  [Ljava/lang/String;
    MethodParameters:
      Name  Flags
      n     

  private void badIndex(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.xml.sax.helpers.AttributesImpl this
        start local 1 // int index
         0: .line 613
            new java.lang.StringBuilder
            dup
            ldc "Attempt to modify attribute at illegal index: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         1: .line 612
            astore 2 /* msg */
        start local 2 // java.lang.String msg
         2: .line 614
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            aload 2 /* msg */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String msg
        end local 1 // int index
        end local 0 // org.xml.sax.helpers.AttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/xml/sax/helpers/AttributesImpl;
            0    3     1  index  I
            2    3     2    msg  Ljava/lang/String;
    Exceptions:
      throws java.lang.ArrayIndexOutOfBoundsException
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "AttributesImpl.java"