public class com.sun.org.apache.xerces.internal.util.XMLAttributesImpl implements com.sun.org.apache.xerces.internal.xni.XMLAttributes, com.sun.xml.internal.stream.XMLBufferListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl
  super_class: java.lang.Object
{
  protected static final int TABLE_SIZE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 101

  protected static final int MAX_HASH_COLLISIONS;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 40

  protected static final int MULTIPLIERS_SIZE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  protected static final int MULTIPLIERS_MASK;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 31

  protected static final int SIZE_LIMIT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  protected boolean fNamespaces;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected int fLargeCount;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int fLength;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] fAttributes;
    descriptor: [Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] fAttributeTableView;
    descriptor: [Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    flags: (0x0004) ACC_PROTECTED

  protected int[] fAttributeTableViewChainState;
    descriptor: [I
    flags: (0x0004) ACC_PROTECTED

  protected int fTableViewBuckets;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected boolean fIsTableViewConsistent;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected int[] fHashMultipliers;
    descriptor: [I
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
         0: .line 127
            aload 0 /* this */
            bipush 101
            invokespecial com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.<init>:(I)V
         1: .line 128
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int tableSize
         0: .line 133
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fNamespaces:Z
         2: .line 84
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
         3: .line 90
            aload 0 /* this */
            iconst_4
            anewarray com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
         4: .line 134
            aload 0 /* this */
            iload 1 /* tableSize */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fTableViewBuckets:I
         5: .line 135
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 9
         7: .line 136
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 2 /* i */
            new com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.<init>:()V
            aastore
         8: .line 135
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            if_icmplt 7
        end local 2 // int i
        10: .line 138
            return
        end local 1 // int tableSize
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0   11     1  tableSize  I
            6   10     2          i  I
    MethodParameters:
           Name  Flags
      tableSize  

  public void setNamespaces(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // boolean namespaces
         0: .line 153
            aload 0 /* this */
            iload 1 /* namespaces */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fNamespaces:Z
         1: .line 154
            return
        end local 1 // boolean namespaces
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    2     1  namespaces  Z
    MethodParameters:
            Name  Flags
      namespaces  

  public int addAttribute(com.sun.org.apache.xerces.internal.xni.QName, java.lang.String, java.lang.String);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName name
        start local 2 // java.lang.String type
        start local 3 // java.lang.String value
         0: .line 189
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* type */
            aload 3 /* value */
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.addAttribute:(Lcom/sun/org/apache/xerces/internal/xni/QName;Ljava/lang/String;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLString;)I
            ireturn
        end local 3 // java.lang.String value
        end local 2 // java.lang.String type
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName name
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    1     1   name  Lcom/sun/org/apache/xerces/internal/xni/QName;
            0    1     2   type  Ljava/lang/String;
            0    1     3  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      type   
      value  

  public int addAttribute(com.sun.org.apache.xerces.internal.xni.QName, java.lang.String, java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLString);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Ljava/lang/String;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLString;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName name
        start local 2 // java.lang.String type
        start local 3 // java.lang.String value
        start local 4 // com.sun.org.apache.xerces.internal.xni.XMLString valueCache
         0: .line 194
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            bipush 20
            if_icmpge 17
         1: .line 195
            aload 1 /* name */
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            ifnull 3
            aload 1 /* name */
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifeq 3
         2: .line 196
            aload 0 /* this */
            aload 1 /* name */
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            aload 1 /* name */
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getIndexFast:(Ljava/lang/String;Ljava/lang/String;)I
            goto 4
         3: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getIndexFast:(Ljava/lang/String;)I
         4: .line 195
      StackMap locals:
      StackMap stack: int
            istore 5 /* index */
        start local 5 // int index
         5: .line 199
            iload 5 /* index */
            iconst_m1
            if_icmpne 68
         6: .line 200
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            istore 5 /* index */
         7: .line 201
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            if_icmpne 68
         8: .line 202
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            iconst_4
            iadd
            anewarray com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
            astore 6 /* attributes */
        start local 6 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
         9: .line 203
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iconst_0
            aload 6 /* attributes */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 204
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            istore 7 /* i */
        start local 7 // int i
        11: goto 14
        12: .line 205
      StackMap locals: int com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] int
      StackMap stack:
            aload 6 /* attributes */
            iload 7 /* i */
            new com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.<init>:()V
            aastore
        13: .line 204
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 7 /* i */
            aload 6 /* attributes */
            arraylength
            if_icmplt 12
        end local 7 // int i
        15: .line 207
            aload 0 /* this */
            aload 6 /* attributes */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
        end local 6 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
        16: .line 210
            goto 68
        end local 5 // int index
        17: .line 211
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            ifnull 21
        18: .line 212
            aload 1 /* name */
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifeq 21
        19: .line 213
            aload 0 /* this */
            aload 1 /* name */
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            aload 1 /* name */
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getIndexFast:(Ljava/lang/String;Ljava/lang/String;)I
            dup
            istore 5 /* index */
        start local 5 // int index
        20: iconst_m1
            if_icmpne 68
        end local 5 // int index
        21: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fIsTableViewConsistent:Z
            ifeq 23
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            bipush 20
            if_icmpeq 23
        22: .line 224
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            bipush 20
            if_icmple 25
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fTableViewBuckets:I
            if_icmple 25
        23: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.prepareAndPopulateTableView:()V
        24: .line 226
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fIsTableViewConsistent:Z
        25: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getTableViewBucket:(Ljava/lang/String;)I
            istore 6 /* bucket */
        start local 6 // int bucket
        26: .line 233
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableViewChainState:[I
            iload 6 /* bucket */
            iaload
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
            if_icmpeq 41
        27: .line 234
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            istore 5 /* index */
        start local 5 // int index
        28: .line 235
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            if_icmpne 37
        29: .line 236
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            iconst_1
            ishl
            anewarray com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
            astore 7 /* attributes */
        start local 7 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
        30: .line 237
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iconst_0
            aload 7 /* attributes */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        31: .line 238
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            istore 8 /* i */
        start local 8 // int i
        32: goto 35
        33: .line 239
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl com.sun.org.apache.xerces.internal.xni.QName java.lang.String java.lang.String com.sun.org.apache.xerces.internal.xni.XMLString int int com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] int
      StackMap stack:
            aload 7 /* attributes */
            iload 8 /* i */
            new com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.<init>:()V
            aastore
        34: .line 238
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 8 /* i */
            aload 7 /* attributes */
            arraylength
            if_icmplt 33
        end local 8 // int i
        36: .line 241
            aload 0 /* this */
            aload 7 /* attributes */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
        end local 7 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
        37: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableViewChainState:[I
            iload 6 /* bucket */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
            iastore
        38: .line 246
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 5 /* index */
            aaload
            aconst_null
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.next:Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
        39: .line 247
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 6 /* bucket */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 5 /* index */
            aaload
            aastore
        40: .line 248
            goto 68
        end local 5 // int index
        41: .line 253
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl com.sun.org.apache.xerces.internal.xni.QName java.lang.String java.lang.String com.sun.org.apache.xerces.internal.xni.XMLString top int
      StackMap stack:
            iconst_0
            istore 7 /* collisionCount */
        start local 7 // int collisionCount
        42: .line 254
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 6 /* bucket */
            aaload
            astore 8 /* found */
        start local 8 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute found
        43: .line 255
            goto 48
        44: .line 256
      StackMap locals: int com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
      StackMap stack:
            aload 8 /* found */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            aload 1 /* name */
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            if_acmpne 46
        45: .line 257
            goto 49
        46: .line 259
      StackMap locals:
      StackMap stack:
            aload 8 /* found */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.next:Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            astore 8 /* found */
        47: .line 260
            iinc 7 /* collisionCount */ 1
        48: .line 255
      StackMap locals:
      StackMap stack:
            aload 8 /* found */
            ifnonnull 44
        49: .line 263
      StackMap locals:
      StackMap stack:
            aload 8 /* found */
            ifnonnull 67
        50: .line 264
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            istore 5 /* index */
        start local 5 // int index
        51: .line 265
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            if_icmpne 60
        52: .line 266
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            iconst_1
            ishl
            anewarray com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
            astore 9 /* attributes */
        start local 9 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
        53: .line 267
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iconst_0
            aload 9 /* attributes */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        54: .line 268
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            istore 10 /* i */
        start local 10 // int i
        55: goto 58
        56: .line 269
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl com.sun.org.apache.xerces.internal.xni.QName java.lang.String java.lang.String com.sun.org.apache.xerces.internal.xni.XMLString int int int com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] int
      StackMap stack:
            aload 9 /* attributes */
            iload 10 /* i */
            new com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.<init>:()V
            aastore
        57: .line 268
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        58: iload 10 /* i */
            aload 9 /* attributes */
            arraylength
            if_icmplt 56
        end local 10 // int i
        59: .line 271
            aload 0 /* this */
            aload 9 /* attributes */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
        end local 9 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
        60: .line 276
      StackMap locals:
      StackMap stack:
            iload 7 /* collisionCount */
            bipush 40
            if_icmplt 64
        61: .line 279
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 5 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 1 /* name */
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Lcom/sun/org/apache/xerces/internal/xni/QName;)V
        62: .line 280
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.rebalanceTableView:(I)V
        63: .line 281
            goto 68
        64: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 5 /* index */
            aaload
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 6 /* bucket */
            aaload
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.next:Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
        65: .line 285
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 6 /* bucket */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 5 /* index */
            aaload
            aastore
        66: .line 287
            goto 68
        end local 5 // int index
        67: .line 290
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl com.sun.org.apache.xerces.internal.xni.QName java.lang.String java.lang.String com.sun.org.apache.xerces.internal.xni.XMLString top int int com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getIndexFast:(Ljava/lang/String;)I
            istore 5 /* index */
        end local 8 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute found
        end local 7 // int collisionCount
        end local 6 // int bucket
        start local 5 // int index
        68: .line 296
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl com.sun.org.apache.xerces.internal.xni.QName java.lang.String java.lang.String com.sun.org.apache.xerces.internal.xni.XMLString int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 5 /* index */
            aaload
            astore 6 /* attribute */
        start local 6 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
        69: .line 297
            aload 6 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 1 /* name */
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Lcom/sun/org/apache/xerces/internal/xni/QName;)V
        70: .line 298
            aload 6 /* attribute */
            aload 2 /* type */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.type:Ljava/lang/String;
        71: .line 299
            aload 6 /* attribute */
            aload 3 /* value */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.value:Ljava/lang/String;
        72: .line 300
            aload 6 /* attribute */
            aload 4 /* valueCache */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.xmlValue:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
        73: .line 301
            aload 6 /* attribute */
            aload 3 /* value */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.nonNormalizedValue:Ljava/lang/String;
        74: .line 302
            aload 6 /* attribute */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.specified:Z
        75: .line 305
            aload 6 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.augs:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            ifnull 77
        76: .line 306
            aload 6 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.augs:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            invokeinterface com.sun.org.apache.xerces.internal.xni.Augmentations.removeAllItems:()V
        77: .line 308
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
      StackMap stack:
            iload 5 /* index */
            ireturn
        end local 6 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
        end local 5 // int index
        end local 4 // com.sun.org.apache.xerces.internal.xni.XMLString valueCache
        end local 3 // java.lang.String value
        end local 2 // java.lang.String type
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName name
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   78     0            this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0   78     1            name  Lcom/sun/org/apache/xerces/internal/xni/QName;
            0   78     2            type  Ljava/lang/String;
            0   78     3           value  Ljava/lang/String;
            0   78     4      valueCache  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            5   17     5           index  I
           20   21     5           index  I
           28   41     5           index  I
           51   67     5           index  I
           68   78     5           index  I
            9   16     6      attributes  [Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
           11   15     7               i  I
           26   68     6          bucket  I
           30   37     7      attributes  [Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
           32   36     8               i  I
           42   68     7  collisionCount  I
           43   68     8           found  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
           53   60     9      attributes  [Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
           55   59    10               i  I
           69   78     6       attribute  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    MethodParameters:
            Name  Flags
      name        
      type        
      value       
      valueCache  

  public void removeAllAttributes();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
         0: .line 317
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
         1: .line 318
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;

  public void removeAttributeAt(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attrIndex
         0: .line 329
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fIsTableViewConsistent:Z
         1: .line 330
            iload 1 /* attrIndex */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            iconst_1
            isub
            if_icmpge 7
         2: .line 331
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aaload
            astore 2 /* removedAttr */
        start local 2 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute removedAttr
         3: .line 332
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            iconst_1
            iadd
         4: .line 333
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            iload 1 /* attrIndex */
            isub
            iconst_1
            isub
         5: .line 332
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 336
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            iconst_1
            isub
            aload 2 /* removedAttr */
            aastore
        end local 2 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute removedAttr
         7: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            iconst_1
            isub
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
         8: .line 339
            return
        end local 1 // int attrIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    9     1    attrIndex  I
            3    7     2  removedAttr  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    MethodParameters:
           Name  Flags
      attrIndex  

  public void setName(int, com.sun.org.apache.xerces.internal.xni.QName);
    descriptor: (ILcom/sun/org/apache/xerces/internal/xni/QName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attrIndex
        start local 2 // com.sun.org.apache.xerces.internal.xni.QName attrName
         0: .line 348
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 2 /* attrName */
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Lcom/sun/org/apache/xerces/internal/xni/QName;)V
         1: .line 349
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.QName attrName
        end local 1 // int attrIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    2     1  attrIndex  I
            0    2     2   attrName  Lcom/sun/org/apache/xerces/internal/xni/QName;
    MethodParameters:
           Name  Flags
      attrIndex  
      attrName   

  public void getName(int, com.sun.org.apache.xerces.internal.xni.QName);
    descriptor: (ILcom/sun/org/apache/xerces/internal/xni/QName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attrIndex
        start local 2 // com.sun.org.apache.xerces.internal.xni.QName attrName
         0: .line 359
            aload 2 /* attrName */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Lcom/sun/org/apache/xerces/internal/xni/QName;)V
         1: .line 360
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.QName attrName
        end local 1 // int attrIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    2     1  attrIndex  I
            0    2     2   attrName  Lcom/sun/org/apache/xerces/internal/xni/QName;
    MethodParameters:
           Name  Flags
      attrIndex  
      attrName   

  public void setType(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attrIndex
        start local 2 // java.lang.String attrType
         0: .line 376
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aaload
            aload 2 /* attrType */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.type:Ljava/lang/String;
         1: .line 377
            return
        end local 2 // java.lang.String attrType
        end local 1 // int attrIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    2     1  attrIndex  I
            0    2     2   attrType  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      attrIndex  
      attrType   

  public void setValue(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attrIndex
        start local 2 // java.lang.String attrValue
         0: .line 389
            aload 0 /* this */
            iload 1 /* attrIndex */
            aload 2 /* attrValue */
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.setValue:(ILjava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
         1: .line 390
            return
        end local 2 // java.lang.String attrValue
        end local 1 // int attrIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    2     1  attrIndex  I
            0    2     2  attrValue  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      attrIndex  
      attrValue  

  public void setValue(int, java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLString);
    descriptor: (ILjava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attrIndex
        start local 2 // java.lang.String attrValue
        start local 3 // com.sun.org.apache.xerces.internal.xni.XMLString value
         0: .line 393
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aaload
            astore 4 /* attribute */
        start local 4 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
         1: .line 394
            aload 4 /* attribute */
            aload 2 /* attrValue */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.value:Ljava/lang/String;
         2: .line 395
            aload 4 /* attribute */
            aload 2 /* attrValue */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.nonNormalizedValue:Ljava/lang/String;
         3: .line 396
            aload 4 /* attribute */
            aload 3 /* value */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.xmlValue:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
         4: .line 397
            return
        end local 4 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
        end local 3 // com.sun.org.apache.xerces.internal.xni.XMLString value
        end local 2 // java.lang.String attrValue
        end local 1 // int attrIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    5     1  attrIndex  I
            0    5     2  attrValue  Ljava/lang/String;
            0    5     3      value  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            1    5     4  attribute  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    MethodParameters:
           Name  Flags
      attrIndex  
      attrValue  
      value      

  public void setNonNormalizedValue(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attrIndex
        start local 2 // java.lang.String attrValue
         0: .line 407
            aload 2 /* attrValue */
            ifnonnull 2
         1: .line 408
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.value:Ljava/lang/String;
            astore 2 /* attrValue */
         2: .line 410
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aaload
            aload 2 /* attrValue */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.nonNormalizedValue:Ljava/lang/String;
         3: .line 411
            return
        end local 2 // java.lang.String attrValue
        end local 1 // int attrIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    4     1  attrIndex  I
            0    4     2  attrValue  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      attrIndex  
      attrValue  

  public java.lang.String getNonNormalizedValue(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attrIndex
         0: .line 421
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.nonNormalizedValue:Ljava/lang/String;
            astore 2 /* value */
        start local 2 // java.lang.String value
         1: .line 422
            aload 2 /* value */
            areturn
        end local 2 // java.lang.String value
        end local 1 // int attrIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    2     1  attrIndex  I
            1    2     2      value  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      attrIndex  

  public void setSpecified(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attrIndex
        start local 2 // boolean specified
         0: .line 434
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aaload
            iload 2 /* specified */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.specified:Z
         1: .line 435
            return
        end local 2 // boolean specified
        end local 1 // int attrIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    2     1  attrIndex  I
            0    2     2  specified  Z
    MethodParameters:
           Name  Flags
      attrIndex  
      specified  

  public boolean isSpecified(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attrIndex
         0: .line 443
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.specified:Z
            ireturn
        end local 1 // int attrIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    1     1  attrIndex  I
    MethodParameters:
           Name  Flags
      attrIndex  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
         0: .line 459
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;

  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 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int index
         0: .line 483
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
         1: .line 484
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.type:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getReportableType:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getType(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String qname
         0: .line 501
            aload 0 /* this */
            aload 1 /* qname */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getIndex:(Ljava/lang/String;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 502
            iload 2 /* index */
            iconst_m1
            if_icmpeq 2
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 2 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.type:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getReportableType:(Ljava/lang/String;)Ljava/lang/String;
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 2 // int index
        end local 1 // java.lang.String qname
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    4     1  qname  Ljava/lang/String;
            1    4     2  index  I
    MethodParameters:
       Name  Flags
      qname  

  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 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int index
         0: .line 519
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
         1: .line 520
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.value:Ljava/lang/String;
            ifnonnull 4
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.xmlValue:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            ifnull 4
         3: .line 523
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* index */
            aaload
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.xmlValue:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.value:Ljava/lang/String;
         4: .line 524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.value:Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    5     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String qname
         0: .line 539
            aload 0 /* this */
            aload 1 /* qname */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getIndex:(Ljava/lang/String;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 540
            iload 2 /* index */
            iconst_m1
            if_icmpne 3
         2: .line 541
            aconst_null
            areturn
         3: .line 542
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 2 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.value:Ljava/lang/String;
            ifnonnull 5
         4: .line 543
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 2 /* index */
            aaload
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 2 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.xmlValue:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.value:Ljava/lang/String;
         5: .line 544
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 2 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.value:Ljava/lang/String;
            areturn
        end local 2 // int index
        end local 1 // java.lang.String qname
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    6     1  qname  Ljava/lang/String;
            1    6     2  index  I
    MethodParameters:
       Name  Flags
      qname  

  public java.lang.String getName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int index
         0: .line 568
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
         1: .line 569
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 571
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getIndex(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String qName
         0: .line 586
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 7
         2: .line 587
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 2 /* i */
            aaload
            astore 3 /* attribute */
        start local 3 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
         3: .line 588
            aload 3 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            ifnull 6
         4: .line 589
            aload 3 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            aload 1 /* qName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 590
            iload 2 /* i */
            ireturn
        end local 3 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
         6: .line 586
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
        end local 2 // int i
         8: .line 593
            iconst_m1
            ireturn
        end local 1 // java.lang.String qName
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    9     1      qName  Ljava/lang/String;
            1    8     2          i  I
            3    6     3  attribute  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    MethodParameters:
       Name  Flags
      qName  

  public int getIndex(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String localPart
         0: .line 606
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 9
         2: .line 607
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 3 /* i */
            aaload
            astore 4 /* attribute */
        start local 4 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
         3: .line 608
            aload 4 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            ifnull 8
         4: .line 609
            aload 4 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            aload 2 /* localPart */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         5: .line 610
            aload 1 /* uri */
            aload 4 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            if_acmpeq 7
         6: .line 611
            aload 1 /* uri */
            ifnull 8
            aload 4 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            ifnull 8
            aload 4 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            aload 1 /* uri */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 612
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
      StackMap stack:
            iload 3 /* i */
            ireturn
        end local 4 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
         8: .line 606
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
        end local 3 // int i
        10: .line 615
            iconst_m1
            ireturn
        end local 2 // java.lang.String localPart
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0   11     1        uri  Ljava/lang/String;
            0   11     2  localPart  Ljava/lang/String;
            1   10     3          i  I
            3    8     4  attribute  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    MethodParameters:
           Name  Flags
      uri        
      localPart  

  public int getIndexByLocalName(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String localPart
         0: .line 627
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 7
         2: .line 628
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 2 /* i */
            aaload
            astore 3 /* attribute */
        start local 3 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
         3: .line 629
            aload 3 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            ifnull 6
         4: .line 630
            aload 3 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            aload 1 /* localPart */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 631
            iload 2 /* i */
            ireturn
        end local 3 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
         6: .line 627
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
        end local 2 // int i
         8: .line 634
            iconst_m1
            ireturn
        end local 1 // java.lang.String localPart
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    9     1  localPart  Ljava/lang/String;
            1    8     2          i  I
            3    6     3  attribute  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    MethodParameters:
           Name  Flags
      localPart  

  public java.lang.String getLocalName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int index
         0: .line 647
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fNamespaces:Z
            ifne 2
         1: .line 648
            ldc ""
            areturn
         2: .line 650
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 4
         3: .line 651
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         4: .line 653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    5     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getQName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int index
         0: .line 666
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
         1: .line 667
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            astore 2 /* rawname */
        start local 2 // java.lang.String rawname
         3: .line 670
            aload 2 /* rawname */
            ifnull 4
            aload 2 /* rawname */
            goto 5
      StackMap locals: java.lang.String
      StackMap stack:
         4: ldc ""
      StackMap locals:
      StackMap stack: java.lang.String
         5: areturn
        end local 2 // java.lang.String rawname
        end local 1 // int index
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    6     1    index  I
            3    6     2  rawname  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      index  

  public com.sun.org.apache.xerces.internal.xni.QName getQualifiedName(int);
    descriptor: (I)Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int index
         0: .line 674
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
         1: .line 675
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 677
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            areturn
        end local 1 // int index
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  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=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String localName
         0: .line 694
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fNamespaces:Z
            ifne 2
         1: .line 695
            aconst_null
            areturn
         2: .line 697
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* uri */
            aload 2 /* localName */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getIndex:(Ljava/lang/String;Ljava/lang/String;)I
            istore 3 /* index */
        start local 3 // int index
         3: .line 698
            iload 3 /* index */
            iconst_m1
            if_icmpeq 4
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getType:(I)Ljava/lang/String;
            goto 5
      StackMap locals: int
      StackMap stack:
         4: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         5: areturn
        end local 3 // int index
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    6     1        uri  Ljava/lang/String;
            0    6     2  localName  Ljava/lang/String;
            3    6     3      index  I
    MethodParameters:
           Name  Flags
      uri        
      localName  

  public int getIndexFast(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String qName
         0: .line 713
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 6
         2: .line 714
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 2 /* i */
            aaload
            astore 3 /* attribute */
        start local 3 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
         3: .line 715
            aload 3 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            aload 1 /* qName */
            if_acmpne 5
         4: .line 716
            iload 2 /* i */
            ireturn
        end local 3 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
         5: .line 713
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
        end local 2 // int i
         7: .line 719
            iconst_m1
            ireturn
        end local 1 // java.lang.String qName
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    8     1      qName  Ljava/lang/String;
            1    7     2          i  I
            3    5     3  attribute  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    MethodParameters:
       Name  Flags
      qName  

  public void addAttributeNS(com.sun.org.apache.xerces.internal.xni.QName, java.lang.String, java.lang.String);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName name
        start local 2 // java.lang.String type
        start local 3 // java.lang.String value
         0: .line 750
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            istore 4 /* index */
        start local 4 // int index
         1: .line 751
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            if_icmpne 13
         2: .line 753
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            bipush 20
            if_icmpge 5
         3: .line 754
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            iconst_4
            iadd
            anewarray com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
            astore 5 /* attributes */
        start local 5 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
         4: .line 755
            goto 6
        end local 5 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
         5: .line 757
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            iconst_1
            ishl
            anewarray com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
            astore 5 /* attributes */
        start local 5 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
         6: .line 759
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iconst_0
            aload 5 /* attributes */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 760
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            arraylength
            istore 6 /* i */
        start local 6 // int i
         8: goto 11
         9: .line 761
      StackMap locals: int
      StackMap stack:
            aload 5 /* attributes */
            iload 6 /* i */
            new com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.<init>:()V
            aastore
        10: .line 760
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* i */
            aload 5 /* attributes */
            arraylength
            if_icmplt 9
        end local 6 // int i
        12: .line 763
            aload 0 /* this */
            aload 5 /* attributes */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
        end local 5 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
        13: .line 767
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 4 /* index */
            aaload
            astore 5 /* attribute */
        start local 5 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
        14: .line 768
            aload 5 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 1 /* name */
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Lcom/sun/org/apache/xerces/internal/xni/QName;)V
        15: .line 769
            aload 5 /* attribute */
            aload 2 /* type */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.type:Ljava/lang/String;
        16: .line 770
            aload 5 /* attribute */
            aload 3 /* value */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.value:Ljava/lang/String;
        17: .line 771
            aload 5 /* attribute */
            aload 3 /* value */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.nonNormalizedValue:Ljava/lang/String;
        18: .line 772
            aload 5 /* attribute */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.specified:Z
        19: .line 775
            aload 5 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.augs:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            invokeinterface com.sun.org.apache.xerces.internal.xni.Augmentations.removeAllItems:()V
        20: .line 776
            return
        end local 5 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
        end local 4 // int index
        end local 3 // java.lang.String value
        end local 2 // java.lang.String type
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName name
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0   21     1        name  Lcom/sun/org/apache/xerces/internal/xni/QName;
            0   21     2        type  Ljava/lang/String;
            0   21     3       value  Ljava/lang/String;
            1   21     4       index  I
            4    5     5  attributes  [Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            6   13     5  attributes  [Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            8   12     6           i  I
           14   21     5   attribute  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    MethodParameters:
       Name  Flags
      name   
      type   
      value  

  public com.sun.org.apache.xerces.internal.xni.QName checkDuplicatesNS();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
         0: .line 792
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            istore 1 /* length */
        start local 1 // int length
         1: .line 793
            iload 1 /* length */
            bipush 20
            if_icmpgt 17
         2: .line 794
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            astore 2 /* attributes */
        start local 2 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
         3: .line 795
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 15
         5: .line 796
      StackMap locals: int com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] int
      StackMap stack:
            aload 2 /* attributes */
            iload 3 /* i */
            aaload
            astore 4 /* att1 */
        start local 4 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute att1
         6: .line 797
            iload 3 /* i */
            iconst_1
            iadd
            istore 5 /* j */
        start local 5 // int j
         7: goto 13
         8: .line 798
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute int
      StackMap stack:
            aload 2 /* attributes */
            iload 5 /* j */
            aaload
            astore 6 /* att2 */
        start local 6 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute att2
         9: .line 799
            aload 4 /* att1 */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            aload 6 /* att2 */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            if_acmpne 12
        10: .line 800
            aload 4 /* att1 */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            aload 6 /* att2 */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            if_acmpne 12
        11: .line 801
            aload 6 /* att2 */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            areturn
        end local 6 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute att2
        12: .line 797
      StackMap locals:
      StackMap stack:
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* j */
            iload 1 /* length */
            if_icmplt 8
        end local 5 // int j
        end local 4 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute att1
        14: .line 795
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            iload 1 /* length */
            iconst_1
            isub
            if_icmplt 5
        end local 3 // int i
        16: .line 805
            aconst_null
            areturn
        end local 2 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
        17: .line 809
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.checkManyDuplicatesNS:()Lcom/sun/org/apache/xerces/internal/xni/QName;
            areturn
        end local 1 // int length
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            1   18     1      length  I
            3   17     2  attributes  [Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            4   16     3           i  I
            6   14     4        att1  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            7   14     5           j  I
            9   12     6        att2  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;

  private com.sun.org.apache.xerces.internal.xni.QName checkManyDuplicatesNS();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=11, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
         0: .line 816
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fIsTableViewConsistent:Z
         1: .line 818
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.prepareTableView:()V
         2: .line 823
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            istore 3 /* length */
        start local 3 // int length
         3: .line 824
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            astore 4 /* attributes */
        start local 4 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
         4: .line 825
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            astore 5 /* attributeTableView */
        start local 5 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributeTableView
         5: .line 826
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableViewChainState:[I
            astore 6 /* attributeTableViewChainState */
        start local 6 // int[] attributeTableViewChainState
         6: .line 827
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
            istore 7 /* largeCount */
        start local 7 // int largeCount
         7: .line 829
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         8: goto 32
         9: .line 830
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl top top int com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] int[] int int
      StackMap stack:
            aload 4 /* attributes */
            iload 8 /* i */
            aaload
            astore 1 /* attr */
        start local 1 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attr
        10: .line 831
            aload 0 /* this */
            aload 1 /* attr */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            aload 1 /* attr */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getTableViewBucket:(Ljava/lang/String;Ljava/lang/String;)I
            istore 2 /* bucket */
        start local 2 // int bucket
        11: .line 835
            aload 6 /* attributeTableViewChainState */
            iload 2 /* bucket */
            iaload
            iload 7 /* largeCount */
            if_icmpeq 16
        12: .line 836
            aload 6 /* attributeTableViewChainState */
            iload 2 /* bucket */
            iload 7 /* largeCount */
            iastore
        13: .line 837
            aload 1 /* attr */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.next:Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
        14: .line 838
            aload 5 /* attributeTableView */
            iload 2 /* bucket */
            aload 1 /* attr */
            aastore
        15: .line 839
            goto 31
        16: .line 844
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute int int com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] int[] int int
      StackMap stack:
            iconst_0
            istore 9 /* collisionCount */
        start local 9 // int collisionCount
        17: .line 845
            aload 5 /* attributeTableView */
            iload 2 /* bucket */
            aaload
            astore 10 /* found */
        start local 10 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute found
        18: .line 846
            goto 24
        19: .line 847
      StackMap locals: int com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
      StackMap stack:
            aload 10 /* found */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            aload 1 /* attr */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            if_acmpne 22
        20: .line 848
            aload 10 /* found */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            aload 1 /* attr */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            if_acmpne 22
        21: .line 849
            aload 1 /* attr */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            areturn
        22: .line 851
      StackMap locals:
      StackMap stack:
            aload 10 /* found */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.next:Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            astore 10 /* found */
        23: .line 852
            iinc 9 /* collisionCount */ 1
        24: .line 846
      StackMap locals:
      StackMap stack:
            aload 10 /* found */
            ifnonnull 19
        25: .line 856
            iload 9 /* collisionCount */
            bipush 40
            if_icmplt 29
        26: .line 858
            aload 0 /* this */
            iload 8 /* i */
            iconst_1
            iadd
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.rebalanceTableViewNS:(I)V
        27: .line 859
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
            istore 7 /* largeCount */
        28: .line 860
            goto 31
        29: .line 863
      StackMap locals:
      StackMap stack:
            aload 1 /* attr */
            aload 5 /* attributeTableView */
            iload 2 /* bucket */
            aaload
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.next:Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
        30: .line 864
            aload 5 /* attributeTableView */
            iload 2 /* bucket */
            aload 1 /* attr */
            aastore
        end local 10 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute found
        end local 9 // int collisionCount
        31: .line 829
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
        end local 2 // int bucket
        end local 1 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attr
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl top top int com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] int[] int int
      StackMap stack:
        32: iload 8 /* i */
            iload 3 /* length */
            if_icmplt 9
        end local 8 // int i
        33: .line 868
            aconst_null
            areturn
        end local 7 // int largeCount
        end local 6 // int[] attributeTableViewChainState
        end local 5 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributeTableView
        end local 4 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute[] attributes
        end local 3 // int length
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   34     0                          this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
           10   32     1                          attr  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
           11   32     2                        bucket  I
            3   34     3                        length  I
            4   34     4                    attributes  [Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            5   34     5            attributeTableView  [Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            6   34     6  attributeTableViewChainState  [I
            7   34     7                    largeCount  I
            8   33     8                             i  I
           17   31     9                collisionCount  I
           18   31    10                         found  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;

  public int getIndexFast(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String localPart
         0: .line 886
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 7
         2: .line 887
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 3 /* i */
            aaload
            astore 4 /* attribute */
        start local 4 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
         3: .line 888
            aload 4 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            aload 2 /* localPart */
            if_acmpne 6
         4: .line 889
            aload 4 /* attribute */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            aload 1 /* uri */
            if_acmpne 6
         5: .line 890
            iload 3 /* i */
            ireturn
        end local 4 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attribute
         6: .line 886
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
        end local 3 // int i
         8: .line 893
            iconst_m1
            ireturn
        end local 2 // java.lang.String localPart
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    9     1        uri  Ljava/lang/String;
            0    9     2  localPart  Ljava/lang/String;
            1    8     3          i  I
            3    6     4  attribute  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    MethodParameters:
           Name  Flags
      uri        
      localPart  

  private java.lang.String getReportableType(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String type
         0: .line 904
            aload 1 /* type */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 40
            if_icmpne 2
         1: .line 905
            ldc "NMTOKEN"
            areturn
         2: .line 907
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            areturn
        end local 1 // java.lang.String type
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    3     1  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  

  protected int getTableViewBucket(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String qname
         0: .line 919
            aload 0 /* this */
            aload 1 /* qname */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.hash:(Ljava/lang/String;)I
            ldc 2147483647
            iand
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fTableViewBuckets:I
            irem
            ireturn
        end local 1 // java.lang.String qname
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    1     1  qname  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      qname  

  protected int getTableViewBucket(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String localpart
        start local 2 // java.lang.String uri
         0: .line 932
            aload 2 /* uri */
            ifnonnull 2
         1: .line 933
            aload 0 /* this */
            aload 1 /* localpart */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.hash:(Ljava/lang/String;)I
            ldc 2147483647
            iand
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fTableViewBuckets:I
            irem
            ireturn
         2: .line 936
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* localpart */
            aload 2 /* uri */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.hash:(Ljava/lang/String;Ljava/lang/String;)I
            ldc 2147483647
            iand
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fTableViewBuckets:I
            irem
            ireturn
        end local 2 // java.lang.String uri
        end local 1 // java.lang.String localpart
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    3     1  localpart  Ljava/lang/String;
            0    3     2        uri  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      localpart  
      uri        

  private int hash(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String localpart
         0: .line 941
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fHashMultipliers:[I
            ifnonnull 2
         1: .line 942
            aload 1 /* localpart */
            invokevirtual java.lang.String.hashCode:()I
            ireturn
         2: .line 944
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* localpart */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.hash0:(Ljava/lang/String;)I
            ireturn
        end local 1 // java.lang.String localpart
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    3     1  localpart  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      localpart  

  private int hash(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String localpart
        start local 2 // java.lang.String uri
         0: .line 948
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fHashMultipliers:[I
            ifnonnull 2
         1: .line 949
            aload 1 /* localpart */
            invokevirtual java.lang.String.hashCode:()I
            aload 2 /* uri */
            invokevirtual java.lang.String.hashCode:()I
            bipush 31
            imul
            iadd
            ireturn
         2: .line 951
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* localpart */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.hash0:(Ljava/lang/String;)I
            aload 0 /* this */
            aload 2 /* uri */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.hash0:(Ljava/lang/String;)I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fHashMultipliers:[I
            bipush 32
            iaload
            imul
            iadd
            ireturn
        end local 2 // java.lang.String uri
        end local 1 // java.lang.String localpart
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    3     1  localpart  Ljava/lang/String;
            0    3     2        uri  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      localpart  
      uri        

  private int hash0(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String symbol
         0: .line 955
            iconst_0
            istore 2 /* code */
        start local 2 // int code
         1: .line 956
            aload 1 /* symbol */
            invokevirtual java.lang.String.length:()I
            istore 3 /* length */
        start local 3 // int length
         2: .line 957
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fHashMultipliers:[I
            astore 4 /* multipliers */
        start local 4 // int[] multipliers
         3: .line 958
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 959
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl java.lang.String int int int[] int
      StackMap stack:
            iload 2 /* code */
            aload 4 /* multipliers */
            iload 5 /* i */
            bipush 31
            iand
            iaload
            imul
            aload 1 /* symbol */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            iadd
            istore 2 /* code */
         6: .line 958
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 3 /* length */
            if_icmplt 5
        end local 5 // int i
         8: .line 961
            iload 2 /* code */
            ireturn
        end local 4 // int[] multipliers
        end local 3 // int length
        end local 2 // int code
        end local 1 // java.lang.String symbol
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    9     1       symbol  Ljava/lang/String;
            1    9     2         code  I
            2    9     3       length  I
            3    9     4  multipliers  [I
            4    8     5            i  I
    MethodParameters:
        Name  Flags
      symbol  

  protected void cleanTableView();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
         0: .line 968
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
            iconst_1
            iadd
            dup_x1
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
            ifge 8
         1: .line 970
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableViewChainState:[I
            ifnull 7
         2: .line 971
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fTableViewBuckets:I
            iconst_1
            isub
            istore 1 /* i */
        start local 1 // int i
         3: goto 6
         4: .line 972
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableViewChainState:[I
            iload 1 /* i */
            iconst_0
            iastore
         5: .line 971
            iinc 1 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* i */
            ifge 4
        end local 1 // int i
         7: .line 975
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
         8: .line 977
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            3    7     1     i  I

  private void growTableView();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
         0: .line 983
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            istore 1 /* length */
        start local 1 // int length
         1: .line 984
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fTableViewBuckets:I
            istore 2 /* tableViewBuckets */
        start local 2 // int tableViewBuckets
         2: .line 986
      StackMap locals: int int
      StackMap stack:
            iload 2 /* tableViewBuckets */
            iconst_1
            ishl
            iconst_1
            iadd
            istore 2 /* tableViewBuckets */
         3: .line 987
            iload 2 /* tableViewBuckets */
            ifge 6
         4: .line 988
            ldc 2147483647
            istore 2 /* tableViewBuckets */
         5: .line 989
            goto 8
         6: .line 992
      StackMap locals:
      StackMap stack:
            iload 1 /* length */
            iload 2 /* tableViewBuckets */
         7: .line 985
            if_icmpgt 2
         8: .line 993
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tableViewBuckets */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fTableViewBuckets:I
         9: .line 994
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
        10: .line 995
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
        11: .line 996
            return
        end local 2 // int tableViewBuckets
        end local 1 // int length
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            1   12     1            length  I
            2   12     2  tableViewBuckets  I

  protected void prepareTableView();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
         0: .line 1002
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fTableViewBuckets:I
            if_icmple 2
         1: .line 1003
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.growTableView:()V
         2: .line 1005
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            ifnonnull 6
         3: .line 1006
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fTableViewBuckets:I
            anewarray com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
         4: .line 1007
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fTableViewBuckets:I
            newarray 10
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableViewChainState:[I
         5: .line 1008
            goto 7
         6: .line 1010
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.cleanTableView:()V
         7: .line 1012
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;

  protected void prepareAndPopulateTableView();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
         0: .line 1020
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.prepareAndPopulateTableView:(I)V
         1: .line 1021
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;

  private void prepareAndPopulateTableView(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int count
         0: .line 1024
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.prepareTableView:()V
         1: .line 1028
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 13
         3: .line 1029
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl int top top int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 4 /* i */
            aaload
            astore 2 /* attr */
        start local 2 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attr
         4: .line 1030
            aload 0 /* this */
            aload 2 /* attr */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getTableViewBucket:(Ljava/lang/String;)I
            istore 3 /* bucket */
        start local 3 // int bucket
         5: .line 1031
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableViewChainState:[I
            iload 3 /* bucket */
            iaload
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
            if_icmpeq 10
         6: .line 1032
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableViewChainState:[I
            iload 3 /* bucket */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
            iastore
         7: .line 1033
            aload 2 /* attr */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.next:Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
         8: .line 1034
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 3 /* bucket */
            aload 2 /* attr */
            aastore
         9: .line 1035
            goto 12
        10: .line 1038
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl int com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute int int
      StackMap stack:
            aload 2 /* attr */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 3 /* bucket */
            aaload
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.next:Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
        11: .line 1039
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 3 /* bucket */
            aload 2 /* attr */
            aastore
        12: .line 1028
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
        end local 3 // int bucket
        end local 2 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attr
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl int top top int
      StackMap stack:
        13: iload 4 /* i */
            iload 1 /* count */
            if_icmplt 3
        end local 4 // int i
        14: .line 1042
            return
        end local 1 // int count
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0   15     1   count  I
            4   13     2    attr  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            5   13     3  bucket  I
            2   14     4       i  I
    MethodParameters:
       Name  Flags
      count  final

  public java.lang.String getPrefix(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int index
         0: .line 1051
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
         1: .line 1052
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 1054
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.prefix:Ljava/lang/String;
            astore 2 /* prefix */
        start local 2 // java.lang.String prefix
         3: .line 1056
            aload 2 /* prefix */
            ifnull 4
            aload 2 /* prefix */
            goto 5
      StackMap locals: java.lang.String
      StackMap stack:
         4: ldc ""
      StackMap locals:
      StackMap stack: java.lang.String
         5: areturn
        end local 2 // java.lang.String prefix
        end local 1 // int index
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    6     1   index  I
            3    6     2  prefix  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getURI(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int index
         0: .line 1067
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
         1: .line 1068
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 1070
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            astore 2 /* uri */
        start local 2 // java.lang.String uri
         3: .line 1071
            aload 2 /* uri */
            areturn
        end local 2 // java.lang.String uri
        end local 1 // int index
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    4     1  index  I
            3    4     2    uri  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      index  

  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=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String localName
         0: .line 1089
            aload 0 /* this */
            aload 1 /* uri */
            aload 2 /* localName */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getIndex:(Ljava/lang/String;Ljava/lang/String;)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 1090
            iload 3 /* index */
            iconst_m1
            if_icmpeq 2
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getValue:(I)Ljava/lang/String;
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 3 // int index
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    4     1        uri  Ljava/lang/String;
            0    4     2  localName  Ljava/lang/String;
            1    4     3      index  I
    MethodParameters:
           Name  Flags
      uri        
      localName  

  public com.sun.org.apache.xerces.internal.xni.Augmentations getAugmentations(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String localName
         0: .line 1101
            aload 0 /* this */
            aload 1 /* uri */
            aload 2 /* localName */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getIndex:(Ljava/lang/String;Ljava/lang/String;)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 1102
            iload 3 /* index */
            iconst_m1
            if_icmpeq 2
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 3 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.augs:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.Augmentations
         3: areturn
        end local 3 // int index
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    4     1        uri  Ljava/lang/String;
            0    4     2  localName  Ljava/lang/String;
            1    4     3      index  I
    MethodParameters:
           Name  Flags
      uri        
      localName  

  public com.sun.org.apache.xerces.internal.xni.Augmentations getAugmentations(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // java.lang.String qName
         0: .line 1115
            aload 0 /* this */
            aload 1 /* qName */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getIndex:(Ljava/lang/String;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 1116
            iload 2 /* index */
            iconst_m1
            if_icmpeq 2
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 2 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.augs:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.Augmentations
         3: areturn
        end local 2 // int index
        end local 1 // java.lang.String qName
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    4     1  qName  Ljava/lang/String;
            1    4     2  index  I
    MethodParameters:
       Name  Flags
      qName  

  public com.sun.org.apache.xerces.internal.xni.Augmentations getAugmentations(int);
    descriptor: (I)Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attributeIndex
         0: .line 1128
            iload 1 /* attributeIndex */
            iflt 1
            iload 1 /* attributeIndex */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 2
         1: .line 1129
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 1131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attributeIndex */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.augs:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            areturn
        end local 1 // int attributeIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    3     1  attributeIndex  I
    MethodParameters:
                Name  Flags
      attributeIndex  

  public void setAugmentations(int, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (ILcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attrIndex
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 1141
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aaload
            aload 2 /* augs */
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.augs:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
         1: .line 1142
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 1 // int attrIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    2     1  attrIndex  I
            0    2     2       augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    MethodParameters:
           Name  Flags
      attrIndex  
      augs       

  public void setURI(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int attrIndex
        start local 2 // java.lang.String uri
         0: .line 1151
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 1 /* attrIndex */
            aaload
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 2 /* uri */
            putfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
         1: .line 1152
            return
        end local 2 // java.lang.String uri
        end local 1 // int attrIndex
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    2     1  attrIndex  I
            0    2     2        uri  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      attrIndex  
      uri        

  public void refresh();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
         0: .line 1162
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            ifle 6
         1: .line 1163
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         2: goto 5
         3: .line 1164
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getValue:(I)Ljava/lang/String;
            pop
         4: .line 1163
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLength:I
            if_icmplt 3
        end local 1 // int i
         6: .line 1167
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            2    6     1     i  I

  public void refresh(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int pos
         0: .line 1169
            return
        end local 1 // int pos
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    1     1   pos  I
    MethodParameters:
      Name  Flags
      pos   

  private void prepareAndPopulateTableViewNS(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int count
         0: .line 1172
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.prepareTableView:()V
         1: .line 1176
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 13
         3: .line 1177
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl int top top int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 4 /* i */
            aaload
            astore 2 /* attr */
        start local 2 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attr
         4: .line 1178
            aload 0 /* this */
            aload 2 /* attr */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            aload 2 /* attr */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.getTableViewBucket:(Ljava/lang/String;Ljava/lang/String;)I
            istore 3 /* bucket */
        start local 3 // int bucket
         5: .line 1179
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableViewChainState:[I
            iload 3 /* bucket */
            iaload
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
            if_icmpeq 10
         6: .line 1180
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableViewChainState:[I
            iload 3 /* bucket */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fLargeCount:I
            iastore
         7: .line 1181
            aload 2 /* attr */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.next:Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
         8: .line 1182
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 3 /* bucket */
            aload 2 /* attr */
            aastore
         9: .line 1183
            goto 12
        10: .line 1186
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl int com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute int int
      StackMap stack:
            aload 2 /* attr */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 3 /* bucket */
            aaload
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute.next:Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
        11: .line 1187
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fAttributeTableView:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            iload 3 /* bucket */
            aload 2 /* attr */
            aastore
        12: .line 1176
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
        end local 3 // int bucket
        end local 2 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute attr
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl int top top int
      StackMap stack:
        13: iload 4 /* i */
            iload 1 /* count */
            if_icmplt 3
        end local 4 // int i
        14: .line 1190
            return
        end local 1 // int count
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0   15     1   count  I
            4   13     2    attr  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            5   13     3  bucket  I
            2   14     4       i  I
    MethodParameters:
       Name  Flags
      count  final

  private void rebalanceTableView(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int count
         0: .line 1199
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fHashMultipliers:[I
            ifnonnull 2
         1: .line 1200
            aload 0 /* this */
            bipush 33
            newarray 10
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fHashMultipliers:[I
         2: .line 1202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fHashMultipliers:[I
            invokestatic com.sun.org.apache.xerces.internal.util.PrimeNumberSequenceGenerator.generateSequence:([I)V
         3: .line 1203
            aload 0 /* this */
            iload 1 /* count */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.prepareAndPopulateTableView:(I)V
         4: .line 1204
            return
        end local 1 // int count
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    5     1  count  I
    MethodParameters:
       Name  Flags
      count  final

  private void rebalanceTableViewNS(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
        start local 1 // int count
         0: .line 1213
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fHashMultipliers:[I
            ifnonnull 2
         1: .line 1214
            aload 0 /* this */
            bipush 33
            newarray 10
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fHashMultipliers:[I
         2: .line 1216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.fHashMultipliers:[I
            invokestatic com.sun.org.apache.xerces.internal.util.PrimeNumberSequenceGenerator.generateSequence:([I)V
         3: .line 1217
            aload 0 /* this */
            iload 1 /* count */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.prepareAndPopulateTableViewNS:(I)V
         4: .line 1218
            return
        end local 1 // int count
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;
            0    5     1  count  I
    MethodParameters:
       Name  Flags
      count  final
}
SourceFile: "XMLAttributesImpl.java"
NestMembers:
  com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute
InnerClasses:
  Attribute = com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute of com.sun.org.apache.xerces.internal.util.XMLAttributesImpl