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 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 84
            aload 0 /* this */
            iconst_0
            putfield org.xml.sax.helpers.AttributesImpl.length:I
         2: .line 85
            aload 0 /* this */
            aconst_null
            putfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
         3: .line 86
            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 97
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 99
            aload 0 /* this */
            aload 1 /* atts */
            invokevirtual org.xml.sax.helpers.AttributesImpl.setAttributes:(Lorg/xml/sax/Attributes;)V
         2: .line 100
            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 117
            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 131
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 2
         1: .line 132
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            iconst_5
            imul
            aaload
            areturn
         2: .line 134
      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 149
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 2
         1: .line 150
            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 152
      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 167
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 2
         1: .line 168
            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 170
      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 185
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 2
         1: .line 186
            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 188
      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 202
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 2
         1: .line 203
            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 205
      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 225
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            istore 3 /* max */
        start local 3 // int max
         1: .line 226
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 6
         3: .line 227
      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 228
            iload 4 /* i */
            iconst_5
            idiv
            ireturn
         5: .line 226
      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 231
            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 244
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            istore 2 /* max */
        start local 2 // int max
         1: .line 245
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 246
      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 247
            iload 3 /* i */
            iconst_5
            idiv
            ireturn
         5: .line 245
      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 250
            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 266
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            istore 3 /* max */
        start local 3 // int max
         1: .line 267
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 6
         3: .line 268
      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 269
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 4 /* i */
            iconst_3
            iadd
            aaload
            areturn
         5: .line 267
      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 272
            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 286
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            istore 2 /* max */
        start local 2 // int max
         1: .line 287
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 288
      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 289
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 3 /* i */
            iconst_3
            iadd
            aaload
            areturn
         5: .line 287
      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 292
            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 308
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            istore 3 /* max */
        start local 3 // int max
         1: .line 309
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 6
         3: .line 310
      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 311
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 4 /* i */
            iconst_4
            iadd
            aaload
            areturn
         5: .line 309
      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 314
            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 328
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_5
            imul
            istore 2 /* max */
        start local 2 // int max
         1: .line 329
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 330
      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 331
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 3 /* i */
            iconst_4
            iadd
            aaload
            areturn
         5: .line 329
      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 334
            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 353
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            ifnull 6
         1: .line 354
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         2: goto 5
         3: .line 355
      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 354
            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 357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.xml.sax.helpers.AttributesImpl.length:I
         7: .line 358
            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 371
            aload 0 /* this */
            invokevirtual org.xml.sax.helpers.AttributesImpl.clear:()V
         1: .line 372
            aload 0 /* this */
            aload 1 /* atts */
            invokeinterface org.xml.sax.Attributes.getLength:()I
            putfield org.xml.sax.helpers.AttributesImpl.length:I
         2: .line 373
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            ifle 13
         3: .line 374
            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 375
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 12
         6: .line 376
      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 377
            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 378
            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 379
            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 380
            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 375
            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 383
      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 406
            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 407
            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 408
            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 409
            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 410
            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 411
            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 412
            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 413
            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 440
            iload 1 /* index */
            iflt 7
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 7
         1: .line 441
            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 442
            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 443
            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 444
            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 445
            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 446
            goto 8
         7: .line 447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
         8: .line 449
      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 462
            iload 1 /* index */
            iflt 13
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 13
         1: .line 463
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iconst_1
            isub
            if_icmpge 5
         2: .line 464
            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 465
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            iload 1 /* index */
            isub
            iconst_1
            isub
            iconst_5
            imul
         4: .line 464
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 467
      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 468
            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 469
            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 470
            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 471
            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 472
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.data:[Ljava/lang/String;
            iload 1 /* index */
            aconst_null
            aastore
        11: .line 473
            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 474
            goto 14
        13: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
        14: .line 477
      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 492
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 3
         1: .line 493
            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 494
            goto 4
         3: .line 495
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
         4: .line 497
      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 512
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 3
         1: .line 513
            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 514
            goto 4
         3: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
         4: .line 517
      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 532
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 3
         1: .line 533
            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 534
            goto 4
         3: .line 535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
         4: .line 537
      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 551
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 3
         1: .line 552
            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 553
            goto 4
         3: .line 554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
         4: .line 556
      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 570
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            if_icmpge 3
         1: .line 571
            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 572
            goto 4
         3: .line 573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.xml.sax.helpers.AttributesImpl.badIndex:(I)V
         4: .line 575
      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 591
            iload 1 /* n */
            ifgt 2
         1: .line 592
            return
         2: .line 595
      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 596
      StackMap locals:
      StackMap stack:
            bipush 25
            istore 2 /* max */
        start local 2 // int max
         4: .line 597
            goto 10
        end local 2 // int max
         5: .line 598
      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 599
            return
         7: .line 602
      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 604
            goto 10
         9: .line 605
      StackMap locals: int
      StackMap stack:
            iload 2 /* max */
            iconst_2
            imul
            istore 2 /* max */
        10: .line 604
      StackMap locals:
      StackMap stack:
            iload 2 /* max */
            iload 1 /* n */
            iconst_5
            imul
            if_icmplt 9
        11: .line 608
            iload 2 /* max */
            anewarray java.lang.String
            astore 3 /* newData */
        start local 3 // java.lang.String[] newData
        12: .line 609
            aload 0 /* this */
            getfield org.xml.sax.helpers.AttributesImpl.length:I
            ifle 14
        13: .line 610
            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 612
      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 613
            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 626
            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 625
            astore 2 /* msg */
        start local 2 // java.lang.String msg
         2: .line 627
            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"