public final class com.ctc.wstx.sr.AttributeCollector
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.ctc.wstx.sr.AttributeCollector
  super_class: java.lang.Object
{
  static final int INT_SPACE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 32

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

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

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

  protected static final int XMLID_IX_DISABLED;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  protected static final int XMLID_IX_NONE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  protected static final com.ctc.wstx.util.InternCache sInternCache;
    descriptor: Lcom/ctc/wstx/util/InternCache;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  final java.lang.String mXmlIdPrefix;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final java.lang.String mXmlIdLocalName;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  protected com.ctc.wstx.sr.Attribute[] mAttributes;
    descriptor: [Lcom/ctc/wstx/sr/Attribute;
    flags: (0x0004) ACC_PROTECTED

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

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

  protected com.ctc.wstx.sr.Attribute[] mNamespaces;
    descriptor: [Lcom/ctc/wstx/sr/Attribute;
    flags: (0x0004) ACC_PROTECTED

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

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

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

  protected com.ctc.wstx.util.TextBuilder mValueBuilder;
    descriptor: Lcom/ctc/wstx/util/TextBuilder;
    flags: (0x0004) ACC_PROTECTED

  private final com.ctc.wstx.util.TextBuilder mNamespaceBuilder;
    descriptor: Lcom/ctc/wstx/util/TextBuilder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 77
            invokestatic com.ctc.wstx.util.InternCache.getInstance:()Lcom/ctc/wstx/util/InternCache;
            putstatic com.ctc.wstx.sr.AttributeCollector.sInternCache:Lcom/ctc/wstx/util/InternCache;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(com.ctc.wstx.api.ReaderConfig, boolean);
    descriptor: (Lcom/ctc/wstx/api/ReaderConfig;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // com.ctc.wstx.api.ReaderConfig cfg
        start local 2 // boolean nsAware
         0: .line 203
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 129
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.sr.AttributeCollector.mDefaultNsDeclared:Z
         2: .line 150
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
         3: .line 156
            aload 0 /* this */
            new com.ctc.wstx.util.TextBuilder
            dup
            bipush 6
            invokespecial com.ctc.wstx.util.TextBuilder.<init>:(I)V
            putfield com.ctc.wstx.sr.AttributeCollector.mNamespaceBuilder:Lcom/ctc/wstx/util/TextBuilder;
         4: .line 180
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
         5: .line 205
            aload 0 /* this */
            aload 1 /* cfg */
            invokevirtual com.ctc.wstx.api.ReaderConfig.willDoXmlIdTyping:()Z
            ifeq 6
            iconst_m1
            goto 7
      StackMap locals: com.ctc.wstx.sr.AttributeCollector com.ctc.wstx.api.ReaderConfig int
      StackMap stack: com.ctc.wstx.sr.AttributeCollector
         6: bipush -2
      StackMap locals: com.ctc.wstx.sr.AttributeCollector com.ctc.wstx.api.ReaderConfig int
      StackMap stack: com.ctc.wstx.sr.AttributeCollector int
         7: putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
         8: .line 206
            iload 2 /* nsAware */
            ifeq 12
         9: .line 207
            aload 0 /* this */
            ldc "xml"
            putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdPrefix:Ljava/lang/String;
        10: .line 208
            aload 0 /* this */
            ldc "id"
            putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdLocalName:Ljava/lang/String;
        11: .line 209
            goto 14
        12: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdPrefix:Ljava/lang/String;
        13: .line 211
            aload 0 /* this */
            ldc "xml:id"
            putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdLocalName:Ljava/lang/String;
        14: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cfg */
            invokevirtual com.ctc.wstx.api.ReaderConfig.getMaxAttributesPerElement:()I
            putfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributesPerElement:I
        15: .line 214
            aload 0 /* this */
            aload 1 /* cfg */
            invokevirtual com.ctc.wstx.api.ReaderConfig.getMaxAttributeSize:()I
            putfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributeSize:I
        16: .line 215
            return
        end local 2 // boolean nsAware
        end local 1 // com.ctc.wstx.api.ReaderConfig cfg
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   17     1      cfg  Lcom/ctc/wstx/api/ReaderConfig;
            0   17     2  nsAware  Z
    MethodParameters:
         Name  Flags
      cfg      
      nsAware  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
         0: .line 229
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
            ifle 4
         1: .line 230
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaceBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.reset:()V
         2: .line 231
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.sr.AttributeCollector.mDefaultNsDeclared:Z
         3: .line 232
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
         4: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            ifle 9
         5: .line 241
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.reset:()V
         6: .line 242
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
         7: .line 243
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
            iflt 9
         8: .line 244
            aload 0 /* this */
            iconst_m1
            putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
         9: .line 251
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/ctc/wstx/sr/AttributeCollector;

  public void normalizeSpacesInValue(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
         0: .line 263
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.getCharBuffer:()[C
            astore 2 /* attrCB */
        start local 2 // char[] attrCB
         1: .line 265
            aload 2 /* attrCB */
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
         2: .line 264
            invokestatic com.ctc.wstx.util.StringUtil.normalizeSpaces:([CII)Ljava/lang/String;
            astore 3 /* normValue */
        start local 3 // java.lang.String normValue
         3: .line 266
            aload 3 /* normValue */
            ifnull 5
         4: .line 267
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            aload 3 /* normValue */
            invokevirtual com.ctc.wstx.sr.Attribute.setValue:(Ljava/lang/String;)V
         5: .line 269
      StackMap locals: char[] java.lang.String
      StackMap stack:
            return
        end local 3 // java.lang.String normValue
        end local 2 // char[] attrCB
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    6     1      index  I
            1    6     2     attrCB  [C
            3    6     3  normValue  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      index  

  protected int getNsCount();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
         0: .line 282
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
            ireturn
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/sr/AttributeCollector;

  public boolean hasDefaultNs();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
         0: .line 286
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mDefaultNsDeclared:Z
            ireturn
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/sr/AttributeCollector;

  public final int getCount();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
         0: .line 292
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            ireturn
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/sr/AttributeCollector;

  public int getSpecifiedCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
         0: .line 301
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNonDefCount:I
            ireturn
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/sr/AttributeCollector;

  public java.lang.String getNsPrefix(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
         0: .line 305
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
            if_icmplt 2
         1: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
         2: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getNsURI(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
         0: .line 313
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
            if_icmplt 2
         1: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
         2: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getPrefix(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
         0: .line 322
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            if_icmplt 2
         1: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
         2: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            getfield com.ctc.wstx.sr.Attribute.mPrefix:Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getLocalName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
         0: .line 329
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            if_icmplt 2
         1: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
         2: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String getURI(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
         0: .line 336
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            if_icmplt 2
         1: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
         2: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public javax.xml.namespace.QName getQName(int);
    descriptor: (I)Ljavax/xml/namespace/QName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
         0: .line 343
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            if_icmplt 2
         1: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
         2: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            invokevirtual com.ctc.wstx.sr.Attribute.getQName:()Ljavax/xml/namespace/QName;
            areturn
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final java.lang.String getValue(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
         0: .line 359
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            if_icmplt 2
         1: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
         2: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.getAllValues:()Ljava/lang/String;
            astore 2 /* full */
        start local 2 // java.lang.String full
         3: .line 363
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            astore 3 /* attr */
        start local 3 // com.ctc.wstx.sr.Attribute attr
         4: .line 364
            iinc 1 /* index */ 1
         5: .line 365
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            if_icmpge 8
         6: .line 366
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            getfield com.ctc.wstx.sr.Attribute.mValueStartOffset:I
            istore 4 /* endOffset */
        start local 4 // int endOffset
         7: .line 367
            aload 3 /* attr */
            aload 2 /* full */
            iload 4 /* endOffset */
            invokevirtual com.ctc.wstx.sr.Attribute.getValue:(Ljava/lang/String;I)Ljava/lang/String;
            areturn
        end local 4 // int endOffset
         8: .line 370
      StackMap locals: java.lang.String com.ctc.wstx.sr.Attribute
      StackMap stack:
            aload 3 /* attr */
            aload 2 /* full */
            invokevirtual com.ctc.wstx.sr.Attribute.getValue:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 3 // com.ctc.wstx.sr.Attribute attr
        end local 2 // java.lang.String full
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    9     1      index  I
            3    9     2       full  Ljava/lang/String;
            4    9     3       attr  Lcom/ctc/wstx/sr/Attribute;
            7    8     4  endOffset  I
    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=4, locals=8, args_size=3
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // java.lang.String nsURI
        start local 2 // java.lang.String localName
         0: .line 376
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
            istore 3 /* hashSize */
        start local 3 // int hashSize
         1: .line 377
            iload 3 /* hashSize */
            ifne 3
         2: .line 378
            aconst_null
            areturn
         3: .line 380
      StackMap locals: int
      StackMap stack:
            aload 2 /* localName */
            invokevirtual java.lang.String.hashCode:()I
            istore 4 /* hash */
        start local 4 // int hash
         4: .line 381
            aload 1 /* nsURI */
            ifnull 9
         5: .line 382
            aload 1 /* nsURI */
            invokevirtual java.lang.String.length:()I
            ifne 8
         6: .line 383
            aconst_null
            astore 1 /* nsURI */
         7: .line 384
            goto 9
         8: .line 385
      StackMap locals: int
      StackMap stack:
            iload 4 /* hash */
            aload 1 /* nsURI */
            invokevirtual java.lang.String.hashCode:()I
            ixor
            istore 4 /* hash */
         9: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            iload 4 /* hash */
            iload 3 /* hashSize */
            iconst_1
            isub
            iand
            iaload
            istore 5 /* ix */
        start local 5 // int ix
        10: .line 389
            iload 5 /* ix */
            ifne 12
        11: .line 390
            aconst_null
            areturn
        12: .line 392
      StackMap locals: int
      StackMap stack:
            iinc 5 /* ix */ -1
        13: .line 395
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 5 /* ix */
            aaload
            aload 1 /* nsURI */
            aload 2 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasQName:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 15
        14: .line 396
            aload 0 /* this */
            iload 5 /* ix */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
        15: .line 401
      StackMap locals:
      StackMap stack:
            iload 3 /* hashSize */
            istore 6 /* i */
        start local 6 // int i
        16: aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
            istore 7 /* len */
        start local 7 // int len
        17: goto 24
        18: .line 402
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            iload 6 /* i */
            iaload
            iload 4 /* hash */
            if_icmpeq 20
        19: .line 403
            goto 23
        20: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            iload 6 /* i */
            iconst_1
            iadd
            iaload
            istore 5 /* ix */
        21: .line 408
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 5 /* ix */
            aaload
            aload 1 /* nsURI */
            aload 2 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasQName:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 23
        22: .line 409
            aload 0 /* this */
            iload 5 /* ix */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
        23: .line 401
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 2
      StackMap locals:
      StackMap stack:
        24: iload 6 /* i */
            iload 7 /* len */
            if_icmplt 18
        end local 7 // int len
        end local 6 // int i
        25: .line 413
            aconst_null
            areturn
        end local 5 // int ix
        end local 4 // int hash
        end local 3 // int hashSize
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String nsURI
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0       this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   26     1      nsURI  Ljava/lang/String;
            0   26     2  localName  Ljava/lang/String;
            1   26     3   hashSize  I
            4   26     4       hash  I
           10   26     5         ix  I
           16   25     6          i  I
           17   25     7        len  I
    MethodParameters:
           Name  Flags
      nsURI      
      localName  

  public java.lang.String getValueByLocalName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // java.lang.String localName
         0: .line 425
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            tableswitch { // 0 - 4
                    0: 15
                    1: 13
                    2: 10
                    3: 6
                    4: 1
              default: 16
          }
         1: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iconst_0
            aaload
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
            ifeq 2
            aload 0 /* this */
            iconst_0
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
         2: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iconst_1
            aaload
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
            ifeq 3
            aload 0 /* this */
            iconst_1
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
         3: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iconst_2
            aaload
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
            ifeq 4
            aload 0 /* this */
            iconst_2
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
         4: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iconst_3
            aaload
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
            ifeq 5
            aload 0 /* this */
            iconst_3
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
         5: .line 431
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         6: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iconst_0
            aaload
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
            ifeq 7
            aload 0 /* this */
            iconst_0
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
         7: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iconst_1
            aaload
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
            ifeq 8
            aload 0 /* this */
            iconst_1
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
         8: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iconst_2
            aaload
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
            ifeq 9
            aload 0 /* this */
            iconst_2
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
         9: .line 436
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        10: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iconst_0
            aaload
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
            ifeq 11
            aload 0 /* this */
            iconst_0
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
        11: .line 439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iconst_1
            aaload
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
            ifeq 12
            aload 0 /* this */
            iconst_1
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
        12: .line 440
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        13: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iconst_0
            aaload
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
            ifeq 14
            aload 0 /* this */
            iconst_0
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
        14: .line 443
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        15: .line 445
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        16: .line 447
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        17: aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            istore 3 /* end */
        start local 3 // int end
        18: goto 22
        19: .line 448
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 2 /* i */
            aaload
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
            ifeq 21
        20: .line 449
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            areturn
        21: .line 447
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 2 /* i */
            iload 3 /* end */
            if_icmplt 19
        end local 3 // int end
        end local 2 // int i
        23: .line 452
            aconst_null
            areturn
        end local 1 // java.lang.String localName
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   24     1  localName  Ljava/lang/String;
           17   23     2          i  I
           18   23     3        end  I
    MethodParameters:
           Name  Flags
      localName  

  public int getMaxAttributesPerElement();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
         0: .line 457
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributesPerElement:I
            ireturn
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/sr/AttributeCollector;

  public void setMaxAttributesPerElement(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int maxAttributesPerElement
         0: .line 461
            aload 0 /* this */
            iload 1 /* maxAttributesPerElement */
            putfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributesPerElement:I
         1: .line 462
            return
        end local 1 // int maxAttributesPerElement
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    2     1  maxAttributesPerElement  I
    MethodParameters:
                         Name  Flags
      maxAttributesPerElement  

  public int findIndex(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // java.lang.String localName
         0: .line 465
            aload 0 /* this */
            aconst_null
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.findIndex:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
        end local 1 // java.lang.String localName
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    1     1  localName  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      localName  

  public int findIndex(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // java.lang.String nsURI
        start local 2 // java.lang.String localName
         0: .line 477
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
            istore 3 /* hashSize */
        start local 3 // int hashSize
         1: .line 478
            iload 3 /* hashSize */
            ifne 3
         2: .line 479
            iconst_m1
            ireturn
         3: .line 481
      StackMap locals: int
      StackMap stack:
            aload 2 /* localName */
            invokevirtual java.lang.String.hashCode:()I
            istore 4 /* hash */
        start local 4 // int hash
         4: .line 482
            aload 1 /* nsURI */
            ifnull 9
         5: .line 483
            aload 1 /* nsURI */
            invokevirtual java.lang.String.length:()I
            ifne 8
         6: .line 484
            aconst_null
            astore 1 /* nsURI */
         7: .line 485
            goto 9
         8: .line 486
      StackMap locals: int
      StackMap stack:
            iload 4 /* hash */
            aload 1 /* nsURI */
            invokevirtual java.lang.String.hashCode:()I
            ixor
            istore 4 /* hash */
         9: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            iload 4 /* hash */
            iload 3 /* hashSize */
            iconst_1
            isub
            iand
            iaload
            istore 5 /* ix */
        start local 5 // int ix
        10: .line 490
            iload 5 /* ix */
            ifne 12
        11: .line 491
            iconst_m1
            ireturn
        12: .line 493
      StackMap locals: int
      StackMap stack:
            iinc 5 /* ix */ -1
        13: .line 496
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 5 /* ix */
            aaload
            aload 1 /* nsURI */
            aload 2 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasQName:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 15
        14: .line 497
            iload 5 /* ix */
            ireturn
        15: .line 503
      StackMap locals:
      StackMap stack:
            iload 3 /* hashSize */
            istore 6 /* i */
        start local 6 // int i
        16: aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
            istore 7 /* len */
        start local 7 // int len
        17: goto 24
        18: .line 504
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            iload 6 /* i */
            iaload
            iload 4 /* hash */
            if_icmpeq 20
        19: .line 505
            goto 23
        20: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            iload 6 /* i */
            iconst_1
            iadd
            iaload
            istore 5 /* ix */
        21: .line 511
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 5 /* ix */
            aaload
            aload 1 /* nsURI */
            aload 2 /* localName */
            invokevirtual com.ctc.wstx.sr.Attribute.hasQName:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 23
        22: .line 512
            iload 5 /* ix */
            ireturn
        23: .line 503
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 2
      StackMap locals:
      StackMap stack:
        24: iload 6 /* i */
            iload 7 /* len */
            if_icmplt 18
        end local 7 // int len
        end local 6 // int i
        25: .line 515
            iconst_m1
            ireturn
        end local 5 // int ix
        end local 4 // int hash
        end local 3 // int hashSize
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String nsURI
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0       this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   26     1      nsURI  Ljava/lang/String;
            0   26     2  localName  Ljava/lang/String;
            1   26     3   hashSize  I
            4   26     4       hash  I
           10   26     5         ix  I
           16   25     6          i  I
           17   25     7        len  I
    MethodParameters:
           Name  Flags
      nsURI      
      localName  

  public final boolean isSpecified(int);
    descriptor: (I)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
         0: .line 519
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNonDefCount:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final int getXmlIdAttrIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
         0: .line 523
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
            ireturn
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/sr/AttributeCollector;

  public final void decodeValue(int, org.codehaus.stax2.typed.TypedValueDecoder);
    descriptor: (ILorg/codehaus/stax2/typed/TypedValueDecoder;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
        start local 2 // org.codehaus.stax2.typed.TypedValueDecoder tvd
         0: .line 540
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            if_icmplt 2
         1: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
         2: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.getCharBuffer:()[C
            astore 3 /* buf */
        start local 3 // char[] buf
         3: .line 548
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            getfield com.ctc.wstx.sr.Attribute.mValueStartOffset:I
            istore 4 /* start */
        start local 4 // int start
         4: .line 549
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
            istore 5 /* end */
        start local 5 // int end
         5: .line 552
      StackMap locals: char[] int int
      StackMap stack:
            iload 4 /* start */
            iload 5 /* end */
            if_icmplt 8
         6: .line 553
            aload 2 /* tvd */
            invokevirtual org.codehaus.stax2.typed.TypedValueDecoder.handleEmptyValue:()V
         7: .line 554
            return
         8: .line 556
      StackMap locals:
      StackMap stack:
            aload 3 /* buf */
            iload 4 /* start */
            caload
            invokestatic com.ctc.wstx.util.StringUtil.isSpace:(C)Z
            ifne 10
         9: .line 557
            goto 12
        10: .line 559
      StackMap locals:
      StackMap stack:
            iinc 4 /* start */ 1
        11: .line 551
            goto 5
        12: .line 562
      StackMap locals:
      StackMap stack:
            iinc 5 /* end */ -1
            iload 5 /* end */
            iload 4 /* start */
            if_icmple 13
            aload 3 /* buf */
            iload 5 /* end */
            caload
            invokestatic com.ctc.wstx.util.StringUtil.isSpace:(C)Z
            ifne 12
        13: .line 563
      StackMap locals:
      StackMap stack:
            aload 2 /* tvd */
            aload 3 /* buf */
            iload 4 /* start */
            iload 5 /* end */
            iconst_1
            iadd
            invokevirtual org.codehaus.stax2.typed.TypedValueDecoder.decode:([CII)V
        14: .line 564
            return
        end local 5 // int end
        end local 4 // int start
        end local 3 // char[] buf
        end local 2 // org.codehaus.stax2.typed.TypedValueDecoder tvd
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   15     1  index  I
            0   15     2    tvd  Lorg/codehaus/stax2/typed/TypedValueDecoder;
            3   15     3    buf  [C
            4   15     4  start  I
            5   15     5    end  I
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
       Name  Flags
      index  
      tvd    

  public final int decodeValues(int, org.codehaus.stax2.typed.TypedArrayDecoder, com.ctc.wstx.sr.InputProblemReporter);
    descriptor: (ILorg/codehaus/stax2/typed/TypedArrayDecoder;Lcom/ctc/wstx/sr/InputProblemReporter;)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
        start local 2 // org.codehaus.stax2.typed.TypedArrayDecoder tad
        start local 3 // com.ctc.wstx.sr.InputProblemReporter rep
         0: .line 576
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            if_icmplt 2
         1: .line 577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
         2: .line 580
      StackMap locals:
      StackMap stack:
            aload 2 /* tad */
            aload 3 /* rep */
         3: .line 581
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.getCharBuffer:()[C
         4: .line 582
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            getfield com.ctc.wstx.sr.Attribute.mValueStartOffset:I
         5: .line 583
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
         6: .line 580
            invokestatic com.ctc.wstx.sr.AttributeCollector.decodeValues:(Lorg/codehaus/stax2/typed/TypedArrayDecoder;Lcom/ctc/wstx/sr/InputProblemReporter;[CII)I
            ireturn
        end local 3 // com.ctc.wstx.sr.InputProblemReporter rep
        end local 2 // org.codehaus.stax2.typed.TypedArrayDecoder tad
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    7     1  index  I
            0    7     2    tad  Lorg/codehaus/stax2/typed/TypedArrayDecoder;
            0    7     3    rep  Lcom/ctc/wstx/sr/InputProblemReporter;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
       Name  Flags
      index  
      tad    
      rep    

  public final byte[] decodeBinary(int, org.codehaus.stax2.typed.Base64Variant, org.codehaus.stax2.ri.typed.CharArrayBase64Decoder, com.ctc.wstx.sr.InputProblemReporter);
    descriptor: (ILorg/codehaus/stax2/typed/Base64Variant;Lorg/codehaus/stax2/ri/typed/CharArrayBase64Decoder;Lcom/ctc/wstx/sr/InputProblemReporter;)[B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=12, args_size=5
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
        start local 2 // org.codehaus.stax2.typed.Base64Variant v
        start local 3 // org.codehaus.stax2.ri.typed.CharArrayBase64Decoder dec
        start local 4 // com.ctc.wstx.sr.InputProblemReporter rep
         0: .line 590
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            if_icmplt 2
         1: .line 591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
         2: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            astore 5 /* attr */
        start local 5 // com.ctc.wstx.sr.Attribute attr
         3: .line 597
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.getCharBuffer:()[C
            astore 6 /* cbuf */
        start local 6 // char[] cbuf
         4: .line 598
            aload 5 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mValueStartOffset:I
            istore 7 /* start */
        start local 7 // int start
         5: .line 599
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
            istore 8 /* end */
        start local 8 // int end
         6: .line 600
            iload 8 /* end */
            iload 7 /* start */
            isub
            istore 9 /* len */
        start local 9 // int len
         7: .line 601
            aload 3 /* dec */
            aload 2 /* v */
            iconst_1
            aload 6 /* cbuf */
            iload 7 /* start */
            iload 9 /* len */
            aconst_null
            invokevirtual org.codehaus.stax2.ri.typed.CharArrayBase64Decoder.init:(Lorg/codehaus/stax2/typed/Base64Variant;Z[CIILjava/util/List;)V
         8: .line 603
            aload 3 /* dec */
            invokevirtual org.codehaus.stax2.ri.typed.CharArrayBase64Decoder.decodeCompletely:()[B
         9: areturn
        10: .line 604
      StackMap locals: com.ctc.wstx.sr.AttributeCollector int org.codehaus.stax2.typed.Base64Variant org.codehaus.stax2.ri.typed.CharArrayBase64Decoder com.ctc.wstx.sr.InputProblemReporter com.ctc.wstx.sr.Attribute char[] int int int
      StackMap stack: java.lang.IllegalArgumentException
            astore 10 /* iae */
        start local 10 // java.lang.IllegalArgumentException iae
        11: .line 606
            new java.lang.String
            dup
            aload 6 /* cbuf */
            iload 7 /* start */
            iload 9 /* len */
            invokespecial java.lang.String.<init>:([CII)V
            astore 11 /* lexical */
        start local 11 // java.lang.String lexical
        12: .line 607
            new org.codehaus.stax2.typed.TypedXMLStreamException
            dup
            aload 11 /* lexical */
            aload 10 /* iae */
            invokevirtual java.lang.IllegalArgumentException.getMessage:()Ljava/lang/String;
            aload 4 /* rep */
            invokeinterface com.ctc.wstx.sr.InputProblemReporter.getLocation:()Ljavax/xml/stream/Location;
            aload 10 /* iae */
            invokespecial org.codehaus.stax2.typed.TypedXMLStreamException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljavax/xml/stream/Location;Ljava/lang/IllegalArgumentException;)V
            athrow
        end local 11 // java.lang.String lexical
        end local 10 // java.lang.IllegalArgumentException iae
        end local 9 // int len
        end local 8 // int end
        end local 7 // int start
        end local 6 // char[] cbuf
        end local 5 // com.ctc.wstx.sr.Attribute attr
        end local 4 // com.ctc.wstx.sr.InputProblemReporter rep
        end local 3 // org.codehaus.stax2.ri.typed.CharArrayBase64Decoder dec
        end local 2 // org.codehaus.stax2.typed.Base64Variant v
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   13     1    index  I
            0   13     2        v  Lorg/codehaus/stax2/typed/Base64Variant;
            0   13     3      dec  Lorg/codehaus/stax2/ri/typed/CharArrayBase64Decoder;
            0   13     4      rep  Lcom/ctc/wstx/sr/InputProblemReporter;
            3   13     5     attr  Lcom/ctc/wstx/sr/Attribute;
            4   13     6     cbuf  [C
            5   13     7    start  I
            6   13     8      end  I
            7   13     9      len  I
           11   13    10      iae  Ljava/lang/IllegalArgumentException;
           12   13    11  lexical  Ljava/lang/String;
      Exception table:
        from    to  target  type
           8     9      10  Class java.lang.IllegalArgumentException
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
       Name  Flags
      index  
      v      
      dec    
      rep    

  private static final int decodeValues(org.codehaus.stax2.typed.TypedArrayDecoder, com.ctc.wstx.sr.InputProblemReporter, char[], int, int);
    descriptor: (Lorg/codehaus/stax2/typed/TypedArrayDecoder;Lcom/ctc/wstx/sr/InputProblemReporter;[CII)I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=6, locals=10, args_size=5
        start local 0 // org.codehaus.stax2.typed.TypedArrayDecoder tad
        start local 1 // com.ctc.wstx.sr.InputProblemReporter rep
        start local 2 // char[] buf
        start local 3 // int ptr
        start local 4 // int end
         0: .line 616
            iload 3 /* ptr */
            istore 5 /* start */
        start local 5 // int start
         1: .line 617
            iconst_0
            istore 6 /* count */
        start local 6 // int count
         2: .line 621
            goto 17
         3: .line 624
      StackMap locals: int int
      StackMap stack:
            iinc 3 /* ptr */ 1
            iload 3 /* ptr */
            iload 4 /* end */
            if_icmplt 5
         4: .line 625
            goto 23
         5: .line 623
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            iload 3 /* ptr */
            caload
            bipush 32
            if_icmple 3
         6: .line 629
            iload 3 /* ptr */
            istore 5 /* start */
         7: .line 630
            iinc 3 /* ptr */ 1
         8: .line 631
            goto 10
         9: .line 632
      StackMap locals:
      StackMap stack:
            iinc 3 /* ptr */ 1
        10: .line 631
      StackMap locals:
      StackMap stack:
            iload 3 /* ptr */
            iload 4 /* end */
            if_icmpge 11
            aload 2 /* buf */
            iload 3 /* ptr */
            caload
            bipush 32
            if_icmpgt 9
        11: .line 634
      StackMap locals:
      StackMap stack:
            iload 3 /* ptr */
            istore 7 /* tokenEnd */
        start local 7 // int tokenEnd
        12: .line 635
            iinc 3 /* ptr */ 1
        13: .line 637
            iinc 6 /* count */ 1
        14: .line 638
            aload 0 /* tad */
            aload 2 /* buf */
            iload 5 /* start */
            iload 7 /* tokenEnd */
            invokevirtual org.codehaus.stax2.typed.TypedArrayDecoder.decodeValue:([CII)Z
            ifeq 17
        15: .line 639
            aload 0 /* tad */
            invokestatic com.ctc.wstx.sr.AttributeCollector.checkExpand:(Lorg/codehaus/stax2/typed/TypedArrayDecoder;)Z
            ifne 17
        16: .line 640
            goto 23
        end local 7 // int tokenEnd
        17: .line 621
      StackMap locals:
      StackMap stack:
            iload 3 /* ptr */
            iload 4 /* end */
            if_icmplt 5
        18: .line 644
            goto 23
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
        19: astore 7 /* iae */
        start local 7 // java.lang.IllegalArgumentException iae
        20: .line 646
            aload 1 /* rep */
            invokeinterface com.ctc.wstx.sr.InputProblemReporter.getLocation:()Ljavax/xml/stream/Location;
            astore 8 /* loc */
        start local 8 // javax.xml.stream.Location loc
        21: .line 647
            new java.lang.String
            dup
            aload 2 /* buf */
            iload 5 /* start */
            iload 3 /* ptr */
            iload 5 /* start */
            isub
            invokespecial java.lang.String.<init>:([CII)V
            astore 9 /* lexical */
        start local 9 // java.lang.String lexical
        22: .line 648
            new org.codehaus.stax2.typed.TypedXMLStreamException
            dup
            aload 9 /* lexical */
            aload 7 /* iae */
            invokevirtual java.lang.IllegalArgumentException.getMessage:()Ljava/lang/String;
            aload 8 /* loc */
            aload 7 /* iae */
            invokespecial org.codehaus.stax2.typed.TypedXMLStreamException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljavax/xml/stream/Location;Ljava/lang/IllegalArgumentException;)V
            athrow
        end local 9 // java.lang.String lexical
        end local 8 // javax.xml.stream.Location loc
        end local 7 // java.lang.IllegalArgumentException iae
        23: .line 650
      StackMap locals:
      StackMap stack:
            iload 6 /* count */
            ireturn
        end local 6 // int count
        end local 5 // int start
        end local 4 // int end
        end local 3 // int ptr
        end local 2 // char[] buf
        end local 1 // com.ctc.wstx.sr.InputProblemReporter rep
        end local 0 // org.codehaus.stax2.typed.TypedArrayDecoder tad
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0       tad  Lorg/codehaus/stax2/typed/TypedArrayDecoder;
            0   24     1       rep  Lcom/ctc/wstx/sr/InputProblemReporter;
            0   24     2       buf  [C
            0   24     3       ptr  I
            0   24     4       end  I
            1   24     5     start  I
            2   24     6     count  I
           12   17     7  tokenEnd  I
           20   23     7       iae  Ljava/lang/IllegalArgumentException;
           21   23     8       loc  Ljavax/xml/stream/Location;
           22   23     9   lexical  Ljava/lang/String;
      Exception table:
        from    to  target  type
           2    18      19  Class java.lang.IllegalArgumentException
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      tad   
      rep   
      buf   final
      ptr   
      end   final

  private static final boolean checkExpand(org.codehaus.stax2.typed.TypedArrayDecoder);
    descriptor: (Lorg/codehaus/stax2/typed/TypedArrayDecoder;)Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.codehaus.stax2.typed.TypedArrayDecoder tad
         0: .line 661
            aload 0 /* tad */
            instanceof org.codehaus.stax2.ri.typed.ValueDecoderFactory$BaseArrayDecoder
            ifeq 3
         1: .line 662
            aload 0 /* tad */
            checkcast org.codehaus.stax2.ri.typed.ValueDecoderFactory$BaseArrayDecoder
            invokevirtual org.codehaus.stax2.ri.typed.ValueDecoderFactory$BaseArrayDecoder.expand:()V
         2: .line 663
            iconst_1
            ireturn
         3: .line 665
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.codehaus.stax2.typed.TypedArrayDecoder tad
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   tad  Lorg/codehaus/stax2/typed/TypedArrayDecoder;
    MethodParameters:
      Name  Flags
      tad   

  protected int getValueStartOffset(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
         0: .line 681
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            if_icmpge 2
         1: .line 682
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            getfield com.ctc.wstx.sr.Attribute.mValueStartOffset:I
            ireturn
         2: .line 684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.getCharSize:()I
            ireturn
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected char[] getSharedValueBuffer();
    descriptor: ()[C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
         0: .line 689
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.getCharBuffer:()[C
            areturn
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/sr/AttributeCollector;

  protected com.ctc.wstx.sr.Attribute resolveNamespaceDecl(int, boolean);
    descriptor: (IZ)Lcom/ctc/wstx/sr/Attribute;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
        start local 2 // boolean internURI
         0: .line 700
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            astore 3 /* ns */
        start local 3 // com.ctc.wstx.sr.Attribute ns
         1: .line 701
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaceBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.getAllValues:()Ljava/lang/String;
            astore 4 /* full */
        start local 4 // java.lang.String full
         2: .line 704
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
            ifne 5
         3: .line 705
            aload 4 /* full */
            astore 5 /* uri */
        start local 5 // java.lang.String uri
         4: .line 706
            goto 11
        end local 5 // java.lang.String uri
         5: .line 707
      StackMap locals: com.ctc.wstx.sr.Attribute java.lang.String
      StackMap stack:
            iinc 1 /* index */ 1
         6: .line 708
            iload 1 /* index */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
            if_icmpge 10
         7: .line 709
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            getfield com.ctc.wstx.sr.Attribute.mValueStartOffset:I
            istore 6 /* endOffset */
        start local 6 // int endOffset
         8: .line 710
            aload 3 /* ns */
            aload 4 /* full */
            iload 6 /* endOffset */
            invokevirtual com.ctc.wstx.sr.Attribute.getValue:(Ljava/lang/String;I)Ljava/lang/String;
            astore 5 /* uri */
        end local 6 // int endOffset
        start local 5 // java.lang.String uri
         9: .line 711
            goto 11
        end local 5 // java.lang.String uri
        10: .line 712
      StackMap locals:
      StackMap stack:
            aload 3 /* ns */
            aload 4 /* full */
            invokevirtual com.ctc.wstx.sr.Attribute.getValue:(Ljava/lang/String;)Ljava/lang/String;
            astore 5 /* uri */
        start local 5 // java.lang.String uri
        11: .line 715
      StackMap locals: java.lang.String
      StackMap stack:
            iload 2 /* internURI */
            ifeq 13
            aload 5 /* uri */
            invokevirtual java.lang.String.length:()I
            ifle 13
        12: .line 716
            getstatic com.ctc.wstx.sr.AttributeCollector.sInternCache:Lcom/ctc/wstx/util/InternCache;
            aload 5 /* uri */
            invokevirtual com.ctc.wstx.util.InternCache.intern:(Ljava/lang/String;)Ljava/lang/String;
            astore 5 /* uri */
        13: .line 718
      StackMap locals:
      StackMap stack:
            aload 3 /* ns */
            aload 5 /* uri */
            putfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
        14: .line 719
            aload 3 /* ns */
            areturn
        end local 5 // java.lang.String uri
        end local 4 // java.lang.String full
        end local 3 // com.ctc.wstx.sr.Attribute ns
        end local 2 // boolean internURI
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   15     1      index  I
            0   15     2  internURI  Z
            1   15     3         ns  Lcom/ctc/wstx/sr/Attribute;
            2   15     4       full  Ljava/lang/String;
            4    5     5        uri  Ljava/lang/String;
            9   10     5        uri  Ljava/lang/String;
           11   15     5        uri  Ljava/lang/String;
            8    9     6  endOffset  I
    MethodParameters:
           Name  Flags
      index      
      internURI  

  public com.ctc.wstx.sr.ElemAttrs buildAttrOb();
    descriptor: ()Lcom/ctc/wstx/sr/ElemAttrs;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=1
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
         0: .line 729
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            istore 1 /* count */
        start local 1 // int count
         1: .line 730
            iload 1 /* count */
            ifne 3
         2: .line 731
            aconst_null
            areturn
         3: .line 735
      StackMap locals: int
      StackMap stack:
            iload 1 /* count */
            iconst_2
            ishl
            anewarray java.lang.String
            astore 2 /* raw */
        start local 2 // java.lang.String[] raw
         4: .line 736
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 13
         6: .line 737
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 3 /* i */
            aaload
            astore 4 /* attr */
        start local 4 // com.ctc.wstx.sr.Attribute attr
         7: .line 738
            iload 3 /* i */
            iconst_2
            ishl
            istore 5 /* ix */
        start local 5 // int ix
         8: .line 739
            aload 2 /* raw */
            iload 5 /* ix */
            aload 4 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
            aastore
         9: .line 740
            aload 2 /* raw */
            iload 5 /* ix */
            iconst_1
            iadd
            aload 4 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
            aastore
        10: .line 741
            aload 2 /* raw */
            iload 5 /* ix */
            iconst_2
            iadd
            aload 4 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mPrefix:Ljava/lang/String;
            aastore
        11: .line 742
            aload 2 /* raw */
            iload 5 /* ix */
            iconst_3
            iadd
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            aastore
        end local 5 // int ix
        end local 4 // com.ctc.wstx.sr.Attribute attr
        12: .line 736
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* i */
            iload 1 /* count */
            if_icmplt 6
        end local 3 // int i
        14: .line 746
            iload 1 /* count */
            iconst_4
            if_icmpge 16
        15: .line 747
            new com.ctc.wstx.sr.ElemAttrs
            dup
            aload 2 /* raw */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNonDefCount:I
            invokespecial com.ctc.wstx.sr.ElemAttrs.<init>:([Ljava/lang/String;I)V
            areturn
        16: .line 754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            arraylength
            istore 3 /* amapLen */
        start local 3 // int amapLen
        17: .line 755
            iload 3 /* amapLen */
            newarray 10
            astore 4 /* amap */
        start local 4 // int[] amap
        18: .line 757
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            iconst_0
            aload 4 /* amap */
            iconst_0
            iload 3 /* amapLen */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 758
            new com.ctc.wstx.sr.ElemAttrs
            dup
            aload 2 /* raw */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNonDefCount:I
        20: .line 759
            aload 4 /* amap */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
        21: .line 758
            invokespecial com.ctc.wstx.sr.ElemAttrs.<init>:([Ljava/lang/String;I[III)V
            areturn
        end local 4 // int[] amap
        end local 3 // int amapLen
        end local 2 // java.lang.String[] raw
        end local 1 // int count
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Lcom/ctc/wstx/sr/AttributeCollector;
            1   22     1    count  I
            4   22     2      raw  [Ljava/lang/String;
            5   14     3        i  I
            7   12     4     attr  Lcom/ctc/wstx/sr/Attribute;
            8   12     5       ix  I
           17   22     3  amapLen  I
           18   22     4     amap  [I

  protected void validateAttribute(int, org.codehaus.stax2.validation.XMLValidator);
    descriptor: (ILorg/codehaus/stax2/validation/XMLValidator;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=5, args_size=3
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
        start local 2 // org.codehaus.stax2.validation.XMLValidator vld
         0: .line 765
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            astore 3 /* attr */
        start local 3 // com.ctc.wstx.sr.Attribute attr
         1: .line 766
            aload 2 /* vld */
         2: .line 767
            aload 3 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
            aload 3 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
            aload 3 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mPrefix:Ljava/lang/String;
         3: .line 768
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.getCharBuffer:()[C
         4: .line 769
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
         5: .line 770
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
         6: .line 766
            invokevirtual org.codehaus.stax2.validation.XMLValidator.validateAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[CII)Ljava/lang/String;
            astore 4 /* normValue */
        start local 4 // java.lang.String normValue
         7: .line 772
            aload 4 /* normValue */
            ifnull 9
         8: .line 773
            aload 3 /* attr */
            aload 4 /* normValue */
            invokevirtual com.ctc.wstx.sr.Attribute.setValue:(Ljava/lang/String;)V
         9: .line 775
      StackMap locals: com.ctc.wstx.sr.Attribute java.lang.String
      StackMap stack:
            return
        end local 4 // java.lang.String normValue
        end local 3 // com.ctc.wstx.sr.Attribute attr
        end local 2 // org.codehaus.stax2.validation.XMLValidator vld
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   10     1      index  I
            0   10     2        vld  Lorg/codehaus/stax2/validation/XMLValidator;
            1   10     3       attr  Lcom/ctc/wstx/sr/Attribute;
            7   10     4  normValue  Ljava/lang/String;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
       Name  Flags
      index  
      vld    

  public final com.ctc.wstx.util.TextBuilder getAttrBuilder(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/ctc/wstx/util/TextBuilder;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // java.lang.String attrPrefix
        start local 2 // java.lang.String attrLocalName
         0: .line 794
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            ifne 5
         1: .line 795
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            ifnonnull 3
         2: .line 796
            aload 0 /* this */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.allocBuffers:()V
         3: .line 798
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iconst_0
            new com.ctc.wstx.sr.Attribute
            dup
            aload 1 /* attrPrefix */
            aload 2 /* attrLocalName */
            iconst_0
            invokespecial com.ctc.wstx.sr.Attribute.<init>:(Ljava/lang/String;Ljava/lang/String;I)V
            aastore
         4: .line 799
            goto 15
         5: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.getCharSize:()I
            istore 3 /* valueStart */
        start local 3 // int valueStart
         6: .line 801
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            arraylength
            if_icmplt 10
         7: .line 802
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
            iadd
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributesPerElement:I
            if_icmplt 9
         8: .line 803
            new javax.xml.stream.XMLStreamException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Attribute limit ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributesPerElement:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ") exceeded"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.xml.stream.XMLStreamException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 805
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            invokestatic com.ctc.wstx.util.DataUtil.growArrayBy50Pct:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.ctc.wstx.sr.Attribute[]
            putfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
        10: .line 807
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            aaload
            astore 4 /* curr */
        start local 4 // com.ctc.wstx.sr.Attribute curr
        11: .line 808
            aload 4 /* curr */
            ifnonnull 14
        12: .line 809
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            new com.ctc.wstx.sr.Attribute
            dup
            aload 1 /* attrPrefix */
            aload 2 /* attrLocalName */
            iload 3 /* valueStart */
            invokespecial com.ctc.wstx.sr.Attribute.<init>:(Ljava/lang/String;Ljava/lang/String;I)V
            aastore
        13: .line 810
            goto 15
        14: .line 811
      StackMap locals: com.ctc.wstx.sr.Attribute
      StackMap stack:
            aload 4 /* curr */
            aload 1 /* attrPrefix */
            aload 2 /* attrLocalName */
            iload 3 /* valueStart */
            invokevirtual com.ctc.wstx.sr.Attribute.reset:(Ljava/lang/String;Ljava/lang/String;I)V
        end local 4 // com.ctc.wstx.sr.Attribute curr
        end local 3 // int valueStart
        15: .line 814
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            iconst_1
            iadd
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
        16: .line 816
            aload 2 /* attrLocalName */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdLocalName:Ljava/lang/String;
            if_acmpne 20
        17: .line 817
            aload 1 /* attrPrefix */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdPrefix:Ljava/lang/String;
            if_acmpne 20
        18: .line 818
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
            bipush -2
            if_icmpeq 20
        19: .line 819
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            iconst_1
            isub
            putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
        20: .line 826
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
            areturn
        end local 2 // java.lang.String attrLocalName
        end local 1 // java.lang.String attrPrefix
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   21     0           this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   21     1     attrPrefix  Ljava/lang/String;
            0   21     2  attrLocalName  Ljava/lang/String;
            6   15     3     valueStart  I
           11   15     4           curr  Lcom/ctc/wstx/sr/Attribute;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
               Name  Flags
      attrPrefix     
      attrLocalName  

  public int addDefaultAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=11, args_size=5
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // java.lang.String localName
        start local 2 // java.lang.String uri
        start local 3 // java.lang.String prefix
        start local 4 // java.lang.String value
         0: .line 839
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            istore 5 /* attrIndex */
        start local 5 // int attrIndex
         1: .line 840
            iload 5 /* attrIndex */
            iconst_1
            if_icmpge 3
         2: .line 844
            aload 0 /* this */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.initHashArea:()V
         3: .line 851
      StackMap locals: int
      StackMap stack:
            aload 1 /* localName */
            invokevirtual java.lang.String.hashCode:()I
            istore 6 /* hash */
        start local 6 // int hash
         4: .line 852
            aload 2 /* uri */
            ifnull 6
            aload 2 /* uri */
            invokevirtual java.lang.String.length:()I
            ifle 6
         5: .line 853
            iload 6 /* hash */
            aload 2 /* uri */
            invokevirtual java.lang.String.hashCode:()I
            ixor
            istore 6 /* hash */
         6: .line 855
      StackMap locals: int
      StackMap stack:
            iload 6 /* hash */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
            iconst_1
            isub
            iand
            istore 7 /* index */
        start local 7 // int index
         7: .line 856
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            astore 8 /* map */
        start local 8 // int[] map
         8: .line 857
            aload 8 /* map */
            iload 7 /* index */
            iaload
            ifne 11
         9: .line 858
            aload 8 /* map */
            iload 7 /* index */
            iload 5 /* attrIndex */
            iconst_1
            iadd
            iastore
        10: .line 859
            goto 21
        11: .line 860
      StackMap locals: int int[]
      StackMap stack:
            aload 8 /* map */
            iload 7 /* index */
            iaload
            iconst_1
            isub
            istore 9 /* currIndex */
        start local 9 // int currIndex
        12: .line 861
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
            istore 10 /* spillIndex */
        start local 10 // int spillIndex
        13: .line 862
            aload 0 /* this */
            aload 2 /* uri */
            aload 1 /* localName */
            aload 8 /* map */
            iload 9 /* currIndex */
            iload 10 /* spillIndex */
        14: .line 863
            iload 6 /* hash */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
        15: .line 862
            invokevirtual com.ctc.wstx.sr.AttributeCollector.spillAttr:(Ljava/lang/String;Ljava/lang/String;[IIIII)[I
            astore 8 /* map */
        16: .line 864
            aload 8 /* map */
            ifnonnull 18
        17: .line 865
            iconst_m1
            ireturn
        18: .line 867
      StackMap locals: int int
      StackMap stack:
            aload 8 /* map */
            iinc 10 /* spillIndex */ 1
            iload 10 /* spillIndex */
            iload 5 /* attrIndex */
            iastore
        19: .line 868
            aload 0 /* this */
            aload 8 /* map */
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
        20: .line 869
            aload 0 /* this */
            iinc 10 /* spillIndex */ 1
            iload 10 /* spillIndex */
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
        end local 10 // int spillIndex
        end local 9 // int currIndex
        21: .line 875
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* prefix */
            aload 1 /* localName */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getAttrBuilder:(Ljava/lang/String;Ljava/lang/String;)Lcom/ctc/wstx/util/TextBuilder;
            pop
        22: .line 876
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            iconst_1
            isub
            aaload
            astore 9 /* attr */
        start local 9 // com.ctc.wstx.sr.Attribute attr
        23: .line 877
            aload 9 /* attr */
            aload 2 /* uri */
            putfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
        24: .line 878
            aload 9 /* attr */
            aload 4 /* value */
            invokevirtual com.ctc.wstx.sr.Attribute.setValue:(Ljava/lang/String;)V
        25: .line 880
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            iconst_1
            isub
            ireturn
        end local 9 // com.ctc.wstx.sr.Attribute attr
        end local 8 // int[] map
        end local 7 // int index
        end local 6 // int hash
        end local 5 // int attrIndex
        end local 4 // java.lang.String value
        end local 3 // java.lang.String prefix
        end local 2 // java.lang.String uri
        end local 1 // java.lang.String localName
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   26     0        this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   26     1   localName  Ljava/lang/String;
            0   26     2         uri  Ljava/lang/String;
            0   26     3      prefix  Ljava/lang/String;
            0   26     4       value  Ljava/lang/String;
            1   26     5   attrIndex  I
            4   26     6        hash  I
            7   26     7       index  I
            8   26     8         map  [I
           12   21     9   currIndex  I
           13   21    10  spillIndex  I
           23   26     9        attr  Lcom/ctc/wstx/sr/Attribute;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      localName  
      uri        
      prefix     
      value      

  public final void setNormalizedValue(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
        start local 2 // java.lang.String value
         0: .line 892
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            aload 2 /* value */
            invokevirtual com.ctc.wstx.sr.Attribute.setValue:(Ljava/lang/String;)V
         1: .line 893
            return
        end local 2 // java.lang.String value
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    2     1  index  I
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      index  
      value  

  public com.ctc.wstx.util.TextBuilder getDefaultNsBuilder();
    descriptor: ()Lcom/ctc/wstx/util/TextBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
         0: .line 901
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mDefaultNsDeclared:Z
            ifeq 2
         1: .line 902
            aconst_null
            areturn
         2: .line 904
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.ctc.wstx.sr.AttributeCollector.mDefaultNsDeclared:Z
         3: .line 905
            aload 0 /* this */
            aconst_null
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getNsBuilder:(Ljava/lang/String;)Lcom/ctc/wstx/util/TextBuilder;
            areturn
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/ctc/wstx/sr/AttributeCollector;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  public com.ctc.wstx.util.TextBuilder getNsBuilder(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/ctc/wstx/util/TextBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // java.lang.String prefix
         0: .line 915
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
            ifne 5
         1: .line 916
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
            ifnonnull 3
         2: .line 917
            aload 0 /* this */
            bipush 6
            anewarray com.ctc.wstx.sr.Attribute
            putfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
         3: .line 919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
            iconst_0
            new com.ctc.wstx.sr.Attribute
            dup
            aconst_null
            aload 1 /* prefix */
            iconst_0
            invokespecial com.ctc.wstx.sr.Attribute.<init>:(Ljava/lang/String;Ljava/lang/String;I)V
            aastore
         4: .line 920
            goto 23
         5: .line 921
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
            istore 2 /* len */
        start local 2 // int len
         6: .line 925
            aload 1 /* prefix */
            ifnull 13
         7: .line 926
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 12
         9: .line 928
      StackMap locals: int int
      StackMap stack:
            aload 1 /* prefix */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
            iload 3 /* i */
            aaload
            getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
            if_acmpne 11
        10: .line 929
            aconst_null
            areturn
        11: .line 926
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* i */
            iload 2 /* len */
            if_icmplt 9
        end local 3 // int i
        13: .line 933
      StackMap locals:
      StackMap stack:
            iload 2 /* len */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
            arraylength
            if_icmplt 17
        14: .line 934
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
            iadd
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributesPerElement:I
            if_icmplt 16
        15: .line 935
            new javax.xml.stream.XMLStreamException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Attribute limit ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributesPerElement:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ") exceeded"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.xml.stream.XMLStreamException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 937
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
            invokestatic com.ctc.wstx.util.DataUtil.growArrayBy50Pct:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.ctc.wstx.sr.Attribute[]
            putfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
        17: .line 939
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaceBuilder:Lcom/ctc/wstx/util/TextBuilder;
            invokevirtual com.ctc.wstx.util.TextBuilder.getCharSize:()I
            istore 3 /* uriStart */
        start local 3 // int uriStart
        18: .line 940
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
            iload 2 /* len */
            aaload
            astore 4 /* curr */
        start local 4 // com.ctc.wstx.sr.Attribute curr
        19: .line 941
            aload 4 /* curr */
            ifnonnull 22
        20: .line 942
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
            iload 2 /* len */
            new com.ctc.wstx.sr.Attribute
            dup
            aconst_null
            aload 1 /* prefix */
            iload 3 /* uriStart */
            invokespecial com.ctc.wstx.sr.Attribute.<init>:(Ljava/lang/String;Ljava/lang/String;I)V
            aastore
        21: .line 943
            goto 23
        22: .line 944
      StackMap locals: int com.ctc.wstx.sr.Attribute
      StackMap stack:
            aload 4 /* curr */
            aconst_null
            aload 1 /* prefix */
            iload 3 /* uriStart */
            invokevirtual com.ctc.wstx.sr.Attribute.reset:(Ljava/lang/String;Ljava/lang/String;I)V
        end local 4 // com.ctc.wstx.sr.Attribute curr
        end local 3 // int uriStart
        end local 2 // int len
        23: .line 947
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
            iconst_1
            iadd
            putfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
        24: .line 948
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mNamespaceBuilder:Lcom/ctc/wstx/util/TextBuilder;
            areturn
        end local 1 // java.lang.String prefix
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   25     1    prefix  Ljava/lang/String;
            6   23     2       len  I
            8   13     3         i  I
           18   23     3  uriStart  I
           19   23     4      curr  Lcom/ctc/wstx/sr/Attribute;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
        Name  Flags
      prefix  

  public int resolveNamespaces(com.ctc.wstx.sr.InputProblemReporter, com.ctc.wstx.util.StringVector);
    descriptor: (Lcom/ctc/wstx/sr/InputProblemReporter;Lcom/ctc/wstx/util/StringVector;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=15, args_size=3
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // com.ctc.wstx.sr.InputProblemReporter rep
        start local 2 // com.ctc.wstx.util.StringVector ns
         0: .line 964
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
            istore 3 /* attrCount */
        start local 3 // int attrCount
         1: .line 969
            aload 0 /* this */
            iload 3 /* attrCount */
            putfield com.ctc.wstx.sr.AttributeCollector.mNonDefCount:I
         2: .line 971
            iload 3 /* attrCount */
            iconst_1
            if_icmpge 5
         3: .line 973
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
         4: .line 975
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
            ireturn
         5: .line 977
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 20
         7: .line 978
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 4 /* i */
            aaload
            astore 5 /* attr */
        start local 5 // com.ctc.wstx.sr.Attribute attr
         8: .line 979
            aload 5 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mPrefix:Ljava/lang/String;
            astore 6 /* prefix */
        start local 6 // java.lang.String prefix
         9: .line 981
            aload 6 /* prefix */
            ifnull 19
        10: .line 982
            aload 6 /* prefix */
            ldc "xml"
            if_acmpne 13
        11: .line 983
            aload 5 /* attr */
            ldc "http://www.w3.org/XML/1998/namespace"
            putfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
        12: .line 984
            goto 19
        13: .line 985
      StackMap locals: com.ctc.wstx.sr.Attribute java.lang.String
      StackMap stack:
            aload 2 /* ns */
            aload 6 /* prefix */
            invokevirtual com.ctc.wstx.util.StringVector.findLastFromMap:(Ljava/lang/String;)Ljava/lang/String;
            astore 7 /* uri */
        start local 7 // java.lang.String uri
        14: .line 986
            aload 7 /* uri */
            ifnonnull 18
        15: .line 987
            aload 1 /* rep */
            getstatic com.ctc.wstx.cfg.ErrorConsts.ERR_NS_UNDECLARED_FOR_ATTR:Ljava/lang/String;
        16: .line 988
            aload 6 /* prefix */
            aload 5 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
        17: .line 987
            invokeinterface com.ctc.wstx.sr.InputProblemReporter.throwParseError:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        18: .line 990
      StackMap locals: java.lang.String
      StackMap stack:
            aload 5 /* attr */
            aload 7 /* uri */
            putfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
        end local 7 // java.lang.String uri
        end local 6 // java.lang.String prefix
        end local 5 // com.ctc.wstx.sr.Attribute attr
        19: .line 977
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 4 /* i */
            iload 3 /* attrCount */
            if_icmplt 7
        end local 4 // int i
        21: .line 999
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            astore 4 /* map */
        start local 4 // int[] map
        22: .line 1004
            iconst_4
            istore 5 /* hashCount */
        start local 5 // int hashCount
        23: .line 1006
            iload 3 /* attrCount */
            iload 3 /* attrCount */
            iconst_2
            ishr
            iadd
            istore 6 /* min */
        start local 6 // int min
        24: .line 1010
            goto 26
        25: .line 1011
      StackMap locals: com.ctc.wstx.sr.AttributeCollector com.ctc.wstx.sr.InputProblemReporter com.ctc.wstx.util.StringVector int int[] int int
      StackMap stack:
            iload 5 /* hashCount */
            iload 5 /* hashCount */
            iadd
            istore 5 /* hashCount */
        26: .line 1010
      StackMap locals:
      StackMap stack:
            iload 5 /* hashCount */
            iload 6 /* min */
            if_icmplt 25
        27: .line 1014
            aload 0 /* this */
            iload 5 /* hashCount */
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
        28: .line 1015
            iload 5 /* hashCount */
            iload 5 /* hashCount */
            iconst_4
            ishr
            iadd
            istore 6 /* min */
        29: .line 1016
            aload 4 /* map */
            ifnull 30
            aload 4 /* map */
            arraylength
            iload 6 /* min */
            if_icmpge 32
        30: .line 1017
      StackMap locals:
      StackMap stack:
            iload 6 /* min */
            newarray 10
            astore 4 /* map */
        31: .line 1018
            goto 33
        32: .line 1023
      StackMap locals:
      StackMap stack:
            aload 4 /* map */
            iconst_0
            iload 5 /* hashCount */
            iconst_0
            invokestatic java.util.Arrays.fill:([IIII)V
        end local 6 // int min
        33: .line 1028
      StackMap locals:
      StackMap stack:
            iload 5 /* hashCount */
            iconst_1
            isub
            istore 6 /* mask */
        start local 6 // int mask
        34: .line 1029
            iload 5 /* hashCount */
            istore 7 /* spillIndex */
        start local 7 // int spillIndex
        35: .line 1032
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        36: goto 57
        37: .line 1033
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 8 /* i */
            aaload
            astore 9 /* attr */
        start local 9 // com.ctc.wstx.sr.Attribute attr
        38: .line 1034
            aload 9 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
            astore 10 /* name */
        start local 10 // java.lang.String name
        39: .line 1035
            aload 10 /* name */
            invokevirtual java.lang.String.hashCode:()I
            istore 11 /* hash */
        start local 11 // int hash
        40: .line 1036
            aload 9 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
            astore 12 /* uri */
        start local 12 // java.lang.String uri
        41: .line 1037
            aload 12 /* uri */
            ifnull 43
        42: .line 1038
            iload 11 /* hash */
            aload 12 /* uri */
            invokevirtual java.lang.String.hashCode:()I
            ixor
            istore 11 /* hash */
        43: .line 1040
      StackMap locals: com.ctc.wstx.sr.AttributeCollector com.ctc.wstx.sr.InputProblemReporter com.ctc.wstx.util.StringVector int int[] int int int int com.ctc.wstx.sr.Attribute java.lang.String int java.lang.String
      StackMap stack:
            iload 11 /* hash */
            iload 6 /* mask */
            iand
            istore 13 /* index */
        start local 13 // int index
        44: .line 1042
            aload 4 /* map */
            iload 13 /* index */
            iaload
            ifne 47
        45: .line 1043
            aload 4 /* map */
            iload 13 /* index */
            iload 8 /* i */
            iconst_1
            iadd
            iastore
        46: .line 1044
            goto 56
        47: .line 1045
      StackMap locals: int
      StackMap stack:
            aload 4 /* map */
            iload 13 /* index */
            iaload
            iconst_1
            isub
            istore 14 /* currIndex */
        start local 14 // int currIndex
        48: .line 1050
            aload 0 /* this */
            aload 12 /* uri */
            aload 10 /* name */
            aload 4 /* map */
            iload 14 /* currIndex */
            iload 7 /* spillIndex */
        49: .line 1051
            iload 11 /* hash */
            iload 5 /* hashCount */
        50: .line 1050
            invokevirtual com.ctc.wstx.sr.AttributeCollector.spillAttr:(Ljava/lang/String;Ljava/lang/String;[IIIII)[I
            astore 4 /* map */
        51: .line 1052
            aload 4 /* map */
            ifnonnull 54
        52: .line 1053
            aload 0 /* this */
            aload 1 /* rep */
            iload 14 /* currIndex */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.throwDupAttr:(Lcom/ctc/wstx/sr/InputProblemReporter;I)V
        53: .line 1055
            goto 56
        54: .line 1056
      StackMap locals: int
      StackMap stack:
            aload 4 /* map */
            iinc 7 /* spillIndex */ 1
            iload 7 /* spillIndex */
            iload 8 /* i */
            iastore
        55: .line 1057
            iinc 7 /* spillIndex */ 1
        end local 14 // int currIndex
        end local 13 // int index
        end local 12 // java.lang.String uri
        end local 11 // int hash
        end local 10 // java.lang.String name
        end local 9 // com.ctc.wstx.sr.Attribute attr
        56: .line 1032
      StackMap locals: com.ctc.wstx.sr.AttributeCollector com.ctc.wstx.sr.InputProblemReporter com.ctc.wstx.util.StringVector int int[] int int int int
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        57: iload 8 /* i */
            iload 3 /* attrCount */
            if_icmplt 37
        end local 8 // int i
        58: .line 1061
            aload 0 /* this */
            iload 7 /* spillIndex */
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
        end local 7 // int spillIndex
        end local 6 // int mask
        59: .line 1063
            aload 0 /* this */
            aload 4 /* map */
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
        60: .line 1064
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
            ireturn
        end local 5 // int hashCount
        end local 4 // int[] map
        end local 3 // int attrCount
        end local 2 // com.ctc.wstx.util.StringVector ns
        end local 1 // com.ctc.wstx.sr.InputProblemReporter rep
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   61     0        this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   61     1         rep  Lcom/ctc/wstx/sr/InputProblemReporter;
            0   61     2          ns  Lcom/ctc/wstx/util/StringVector;
            1   61     3   attrCount  I
            6   21     4           i  I
            8   19     5        attr  Lcom/ctc/wstx/sr/Attribute;
            9   19     6      prefix  Ljava/lang/String;
           14   19     7         uri  Ljava/lang/String;
           22   61     4         map  [I
           23   61     5   hashCount  I
           24   33     6         min  I
           34   59     6        mask  I
           35   59     7  spillIndex  I
           36   58     8           i  I
           38   56     9        attr  Lcom/ctc/wstx/sr/Attribute;
           39   56    10        name  Ljava/lang/String;
           40   56    11        hash  I
           41   56    12         uri  Ljava/lang/String;
           44   56    13       index  I
           48   56    14   currIndex  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      rep   
      ns    

  protected void throwIndex(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
         0: .line 1074
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "; current element has only "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getCount:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " attributes"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public void writeAttribute(int, com.ctc.wstx.sw.XmlWriter);
    descriptor: (ILcom/ctc/wstx/sw/XmlWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
        start local 2 // com.ctc.wstx.sw.XmlWriter xw
         0: .line 1082
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* xw */
            aconst_null
            invokevirtual com.ctc.wstx.sr.AttributeCollector.writeAttribute:(ILcom/ctc/wstx/sw/XmlWriter;Lorg/codehaus/stax2/validation/XMLValidator;)V
         1: .line 1083
            return
        end local 2 // com.ctc.wstx.sw.XmlWriter xw
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    2     1  index  I
            0    2     2     xw  Lcom/ctc/wstx/sw/XmlWriter;
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      index  
      xw     

  public void writeAttribute(int, com.ctc.wstx.sw.XmlWriter, org.codehaus.stax2.validation.XMLValidator);
    descriptor: (ILcom/ctc/wstx/sw/XmlWriter;Lorg/codehaus/stax2/validation/XMLValidator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // int index
        start local 2 // com.ctc.wstx.sw.XmlWriter xw
        start local 3 // org.codehaus.stax2.validation.XMLValidator validator
         0: .line 1095
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 1 /* index */
            aaload
            astore 4 /* attr */
        start local 4 // com.ctc.wstx.sr.Attribute attr
         1: .line 1096
            aload 4 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
            astore 5 /* ln */
        start local 5 // java.lang.String ln
         2: .line 1097
            aload 4 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mPrefix:Ljava/lang/String;
            astore 6 /* prefix */
        start local 6 // java.lang.String prefix
         3: .line 1098
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
            astore 7 /* value */
        start local 7 // java.lang.String value
         4: .line 1099
            aload 6 /* prefix */
            ifnull 5
            aload 6 /* prefix */
            invokevirtual java.lang.String.length:()I
            ifne 7
         5: .line 1100
      StackMap locals: com.ctc.wstx.sr.AttributeCollector int com.ctc.wstx.sw.XmlWriter org.codehaus.stax2.validation.XMLValidator com.ctc.wstx.sr.Attribute java.lang.String java.lang.String java.lang.String
      StackMap stack:
            aload 2 /* xw */
            aload 5 /* ln */
            aload 7 /* value */
            invokevirtual com.ctc.wstx.sw.XmlWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         6: .line 1101
            goto 8
         7: .line 1102
      StackMap locals:
      StackMap stack:
            aload 2 /* xw */
            aload 6 /* prefix */
            aload 5 /* ln */
            aload 7 /* value */
            invokevirtual com.ctc.wstx.sw.XmlWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 1104
      StackMap locals:
      StackMap stack:
            aload 3 /* validator */
            ifnull 10
         9: .line 1105
            aload 3 /* validator */
            aload 5 /* ln */
            aload 4 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
            aload 6 /* prefix */
            aload 7 /* value */
            invokevirtual org.codehaus.stax2.validation.XMLValidator.validateAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            pop
        10: .line 1107
      StackMap locals:
      StackMap stack:
            return
        end local 7 // java.lang.String value
        end local 6 // java.lang.String prefix
        end local 5 // java.lang.String ln
        end local 4 // com.ctc.wstx.sr.Attribute attr
        end local 3 // org.codehaus.stax2.validation.XMLValidator validator
        end local 2 // com.ctc.wstx.sw.XmlWriter xw
        end local 1 // int index
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   11     1      index  I
            0   11     2         xw  Lcom/ctc/wstx/sw/XmlWriter;
            0   11     3  validator  Lorg/codehaus/stax2/validation/XMLValidator;
            1   11     4       attr  Lcom/ctc/wstx/sr/Attribute;
            2   11     5         ln  Ljava/lang/String;
            3   11     6     prefix  Ljava/lang/String;
            4   11     7      value  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      index      
      xw         
      validator  

  protected final void allocBuffers();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
         0: .line 1115
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            ifnonnull 2
         1: .line 1116
            aload 0 /* this */
            bipush 8
            anewarray com.ctc.wstx.sr.Attribute
            putfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
         2: .line 1118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
            ifnonnull 4
         3: .line 1119
            aload 0 /* this */
            new com.ctc.wstx.util.TextBuilder
            dup
            bipush 12
            invokespecial com.ctc.wstx.util.TextBuilder.<init>:(I)V
            putfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
         4: .line 1121
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/ctc/wstx/sr/AttributeCollector;

  private int[] spillAttr(java.lang.String, java.lang.String, int[], int, int, int, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[IIIII)[I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=12, args_size=8
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // java.lang.String uri
        start local 2 // java.lang.String name
        start local 3 // int[] map
        start local 4 // int currIndex
        start local 5 // int spillIndex
        start local 6 // int hash
        start local 7 // int hashCount
         0: .line 1141
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 4 /* currIndex */
            aaload
            astore 8 /* oldAttr */
        start local 8 // com.ctc.wstx.sr.Attribute oldAttr
         1: .line 1142
            aload 8 /* oldAttr */
            getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
            aload 2 /* name */
            if_acmpne 5
         2: .line 1144
            aload 8 /* oldAttr */
            getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
            astore 9 /* currURI */
        start local 9 // java.lang.String currURI
         3: .line 1145
            aload 9 /* currURI */
            aload 1 /* uri */
            if_acmpeq 4
            aload 9 /* currURI */
            ifnull 5
            aload 9 /* currURI */
            aload 1 /* uri */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 1146
      StackMap locals: com.ctc.wstx.sr.Attribute java.lang.String
      StackMap stack:
            aconst_null
            areturn
        end local 9 // java.lang.String currURI
         5: .line 1153
      StackMap locals:
      StackMap stack:
            iload 5 /* spillIndex */
            iconst_1
            iadd
            aload 3 /* map */
            arraylength
            if_icmplt 7
         6: .line 1155
            aload 3 /* map */
            bipush 8
            invokestatic com.ctc.wstx.util.DataUtil.growArrayBy:([II)[I
            astore 3 /* map */
         7: .line 1158
      StackMap locals:
      StackMap stack:
            iload 7 /* hashCount */
            istore 9 /* j */
        start local 9 // int j
         8: goto 17
         9: .line 1159
      StackMap locals: int
      StackMap stack:
            aload 3 /* map */
            iload 9 /* j */
            iaload
            iload 6 /* hash */
            if_icmpne 16
        10: .line 1160
            aload 3 /* map */
            iload 9 /* j */
            iconst_1
            iadd
            iaload
            istore 4 /* currIndex */
        11: .line 1161
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
            iload 4 /* currIndex */
            aaload
            astore 10 /* attr */
        start local 10 // com.ctc.wstx.sr.Attribute attr
        12: .line 1162
            aload 10 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
            aload 2 /* name */
            if_acmpne 16
        13: .line 1163
            aload 10 /* attr */
            getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
            astore 11 /* currURI */
        start local 11 // java.lang.String currURI
        14: .line 1164
            aload 11 /* currURI */
            aload 1 /* uri */
            if_acmpeq 15
            aload 11 /* currURI */
            ifnull 16
            aload 11 /* currURI */
            aload 1 /* uri */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 16
        15: .line 1165
      StackMap locals: com.ctc.wstx.sr.Attribute java.lang.String
      StackMap stack:
            aconst_null
            areturn
        end local 11 // java.lang.String currURI
        end local 10 // com.ctc.wstx.sr.Attribute attr
        16: .line 1158
      StackMap locals:
      StackMap stack:
            iinc 9 /* j */ 2
      StackMap locals:
      StackMap stack:
        17: iload 9 /* j */
            iload 5 /* spillIndex */
            if_icmplt 9
        end local 9 // int j
        18: .line 1170
            aload 3 /* map */
            iload 5 /* spillIndex */
            iload 6 /* hash */
            iastore
        19: .line 1171
            aload 3 /* map */
            areturn
        end local 8 // com.ctc.wstx.sr.Attribute oldAttr
        end local 7 // int hashCount
        end local 6 // int hash
        end local 5 // int spillIndex
        end local 4 // int currIndex
        end local 3 // int[] map
        end local 2 // java.lang.String name
        end local 1 // java.lang.String uri
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lcom/ctc/wstx/sr/AttributeCollector;
            0   20     1         uri  Ljava/lang/String;
            0   20     2        name  Ljava/lang/String;
            0   20     3         map  [I
            0   20     4   currIndex  I
            0   20     5  spillIndex  I
            0   20     6        hash  I
            0   20     7   hashCount  I
            1   20     8     oldAttr  Lcom/ctc/wstx/sr/Attribute;
            3    5     9     currURI  Ljava/lang/String;
            8   18     9           j  I
           12   16    10        attr  Lcom/ctc/wstx/sr/Attribute;
           14   16    11     currURI  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      uri         
      name        
      map         
      currIndex   
      spillIndex  
      hash        
      hashCount   

  private void initHashArea();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
         0: .line 1185
            aload 0 /* this */
            aload 0 /* this */
            iconst_4
            dup_x1
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
         1: .line 1186
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            ifnull 2
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            arraylength
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
            if_icmpge 3
         2: .line 1187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
            iconst_1
            iadd
            newarray 10
            putfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
         3: .line 1189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            iconst_1
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            iconst_2
            aload 0 /* this */
            getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
            iconst_3
            iconst_0
            dup_x2
            iastore
            dup_x2
            iastore
            dup_x2
            iastore
            iastore
         4: .line 1190
            aload 0 /* this */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.allocBuffers:()V
         5: .line 1191
            return
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/ctc/wstx/sr/AttributeCollector;

  protected void throwDupAttr(com.ctc.wstx.sr.InputProblemReporter, int);
    descriptor: (Lcom/ctc/wstx/sr/InputProblemReporter;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.ctc.wstx.sr.AttributeCollector this
        start local 1 // com.ctc.wstx.sr.InputProblemReporter rep
        start local 2 // int index
         0: .line 1210
            aload 1 /* rep */
            new java.lang.StringBuilder
            dup
            ldc "Duplicate attribute '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 2 /* index */
            invokevirtual com.ctc.wstx.sr.AttributeCollector.getQName:(I)Ljavax/xml/namespace/QName;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "'."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface com.ctc.wstx.sr.InputProblemReporter.throwParseError:(Ljava/lang/String;)V
         1: .line 1211
            return
        end local 2 // int index
        end local 1 // com.ctc.wstx.sr.InputProblemReporter rep
        end local 0 // com.ctc.wstx.sr.AttributeCollector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/ctc/wstx/sr/AttributeCollector;
            0    2     1    rep  Lcom/ctc/wstx/sr/InputProblemReporter;
            0    2     2  index  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
       Name  Flags
      rep    
      index  
}
SourceFile: "AttributeCollector.java"
InnerClasses:
  public abstract BaseArrayDecoder = org.codehaus.stax2.ri.typed.ValueDecoderFactory$BaseArrayDecoder of org.codehaus.stax2.ri.typed.ValueDecoderFactory