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: 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield com.ctc.wstx.sr.AttributeCollector.mDefaultNsDeclared:Z
2: aload 0
aconst_null
putfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
3: aload 0
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: aload 0
aconst_null
putfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
5: aload 0
aload 1
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: iload 2
ifeq 12
9: aload 0
ldc "xml"
putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdPrefix:Ljava/lang/String;
10: aload 0
ldc "id"
putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdLocalName:Ljava/lang/String;
11: goto 14
12: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdPrefix:Ljava/lang/String;
13: aload 0
ldc "xml:id"
putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdLocalName:Ljava/lang/String;
14: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual com.ctc.wstx.api.ReaderConfig.getMaxAttributesPerElement:()I
putfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributesPerElement:I
15: aload 0
aload 1
invokevirtual com.ctc.wstx.api.ReaderConfig.getMaxAttributeSize:()I
putfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributeSize:I
16: return
end local 2 end local 1 end local 0 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 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
ifle 4
1: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaceBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.reset:()V
2: aload 0
iconst_0
putfield com.ctc.wstx.sr.AttributeCollector.mDefaultNsDeclared:Z
3: aload 0
iconst_0
putfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
4: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
ifle 9
5: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.reset:()V
6: aload 0
iconst_0
putfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
7: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
iflt 9
8: aload 0
iconst_m1
putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
9: StackMap locals:
StackMap stack:
return
end local 0 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 start local 1 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.getCharBuffer:()[C
astore 2
start local 2 1: aload 2
aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
aload 0
iload 1
iconst_1
iadd
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
2: invokestatic com.ctc.wstx.util.StringUtil.normalizeSpaces:([CII)Ljava/lang/String;
astore 3
start local 3 3: aload 3
ifnull 5
4: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
aload 3
invokevirtual com.ctc.wstx.sr.Attribute.setValue:(Ljava/lang/String;)V
5: StackMap locals: char[] java.lang.String
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
ireturn
end local 0 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 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mDefaultNsDeclared:Z
ireturn
end local 0 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 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
ireturn
end local 0 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 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNonDefCount:I
ireturn
end local 0 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 start local 1 0: iload 1
iflt 1
iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
if_icmplt 2
1: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
areturn
end local 1 end local 0 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 start local 1 0: iload 1
iflt 1
iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
if_icmplt 2
1: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
areturn
end local 1 end local 0 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 start local 1 0: iload 1
iflt 1
iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
if_icmplt 2
1: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
getfield com.ctc.wstx.sr.Attribute.mPrefix:Ljava/lang/String;
areturn
end local 1 end local 0 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 start local 1 0: iload 1
iflt 1
iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
if_icmplt 2
1: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
areturn
end local 1 end local 0 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 start local 1 0: iload 1
iflt 1
iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
if_icmplt 2
1: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
areturn
end local 1 end local 0 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 start local 1 0: iload 1
iflt 1
iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
if_icmplt 2
1: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
invokevirtual com.ctc.wstx.sr.Attribute.getQName:()Ljavax/xml/namespace/QName;
areturn
end local 1 end local 0 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 start local 1 0: iload 1
iflt 1
iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
if_icmplt 2
1: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.getAllValues:()Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
astore 3
start local 3 4: iinc 1 1
5: iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
if_icmpge 8
6: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
getfield com.ctc.wstx.sr.Attribute.mValueStartOffset:I
istore 4
start local 4 7: aload 3
aload 2
iload 4
invokevirtual com.ctc.wstx.sr.Attribute.getValue:(Ljava/lang/String;I)Ljava/lang/String;
areturn
end local 4 8: StackMap locals: java.lang.String com.ctc.wstx.sr.Attribute
StackMap stack:
aload 3
aload 2
invokevirtual com.ctc.wstx.sr.Attribute.getValue:(Ljava/lang/String;)Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
istore 3
start local 3 1: iload 3
ifne 3
2: aconst_null
areturn
3: StackMap locals: int
StackMap stack:
aload 2
invokevirtual java.lang.String.hashCode:()I
istore 4
start local 4 4: aload 1
ifnull 9
5: aload 1
invokevirtual java.lang.String.length:()I
ifne 8
6: aconst_null
astore 1
7: goto 9
8: StackMap locals: int
StackMap stack:
iload 4
aload 1
invokevirtual java.lang.String.hashCode:()I
ixor
istore 4
9: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
iload 4
iload 3
iconst_1
isub
iand
iaload
istore 5
start local 5 10: iload 5
ifne 12
11: aconst_null
areturn
12: StackMap locals: int
StackMap stack:
iinc 5 -1
13: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 5
aaload
aload 1
aload 2
invokevirtual com.ctc.wstx.sr.Attribute.hasQName:(Ljava/lang/String;Ljava/lang/String;)Z
ifeq 15
14: aload 0
iload 5
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
15: StackMap locals:
StackMap stack:
iload 3
istore 6
start local 6 16: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
istore 7
start local 7 17: goto 24
18: StackMap locals: int int
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
iload 6
iaload
iload 4
if_icmpeq 20
19: goto 23
20: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
iload 6
iconst_1
iadd
iaload
istore 5
21: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 5
aaload
aload 1
aload 2
invokevirtual com.ctc.wstx.sr.Attribute.hasQName:(Ljava/lang/String;Ljava/lang/String;)Z
ifeq 23
22: aload 0
iload 5
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
23: StackMap locals:
StackMap stack:
iinc 6 2
StackMap locals:
StackMap stack:
24: iload 6
iload 7
if_icmplt 18
end local 7 end local 6 25: aconst_null
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
tableswitch { // 0 - 4
0: 15
1: 13
2: 10
3: 6
4: 1
default: 16
}
1: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iconst_0
aaload
aload 1
invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
ifeq 2
aload 0
iconst_0
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iconst_1
aaload
aload 1
invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
ifeq 3
aload 0
iconst_1
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
3: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iconst_2
aaload
aload 1
invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
ifeq 4
aload 0
iconst_2
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
4: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iconst_3
aaload
aload 1
invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
ifeq 5
aload 0
iconst_3
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
5: StackMap locals:
StackMap stack:
aconst_null
areturn
6: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iconst_0
aaload
aload 1
invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
ifeq 7
aload 0
iconst_0
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
7: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iconst_1
aaload
aload 1
invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
ifeq 8
aload 0
iconst_1
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
8: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iconst_2
aaload
aload 1
invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
ifeq 9
aload 0
iconst_2
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
9: StackMap locals:
StackMap stack:
aconst_null
areturn
10: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iconst_0
aaload
aload 1
invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
ifeq 11
aload 0
iconst_0
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
11: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iconst_1
aaload
aload 1
invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
ifeq 12
aload 0
iconst_1
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
12: StackMap locals:
StackMap stack:
aconst_null
areturn
13: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iconst_0
aaload
aload 1
invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
ifeq 14
aload 0
iconst_0
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
14: StackMap locals:
StackMap stack:
aconst_null
areturn
15: StackMap locals:
StackMap stack:
aconst_null
areturn
16: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 17: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
istore 3
start local 3 18: goto 22
19: StackMap locals: int int
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 2
aaload
aload 1
invokevirtual com.ctc.wstx.sr.Attribute.hasLocalName:(Ljava/lang/String;)Z
ifeq 21
20: aload 0
iload 2
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
areturn
21: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
22: iload 2
iload 3
if_icmplt 19
end local 3 end local 2 23: aconst_null
areturn
end local 1 end local 0 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 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributesPerElement:I
ireturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributesPerElement:I
1: return
end local 1 end local 0 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 start local 1 0: aload 0
aconst_null
aload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.findIndex:(Ljava/lang/String;Ljava/lang/String;)I
ireturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
istore 3
start local 3 1: iload 3
ifne 3
2: iconst_m1
ireturn
3: StackMap locals: int
StackMap stack:
aload 2
invokevirtual java.lang.String.hashCode:()I
istore 4
start local 4 4: aload 1
ifnull 9
5: aload 1
invokevirtual java.lang.String.length:()I
ifne 8
6: aconst_null
astore 1
7: goto 9
8: StackMap locals: int
StackMap stack:
iload 4
aload 1
invokevirtual java.lang.String.hashCode:()I
ixor
istore 4
9: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
iload 4
iload 3
iconst_1
isub
iand
iaload
istore 5
start local 5 10: iload 5
ifne 12
11: iconst_m1
ireturn
12: StackMap locals: int
StackMap stack:
iinc 5 -1
13: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 5
aaload
aload 1
aload 2
invokevirtual com.ctc.wstx.sr.Attribute.hasQName:(Ljava/lang/String;Ljava/lang/String;)Z
ifeq 15
14: iload 5
ireturn
15: StackMap locals:
StackMap stack:
iload 3
istore 6
start local 6 16: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
istore 7
start local 7 17: goto 24
18: StackMap locals: int int
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
iload 6
iaload
iload 4
if_icmpeq 20
19: goto 23
20: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
iload 6
iconst_1
iadd
iaload
istore 5
21: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 5
aaload
aload 1
aload 2
invokevirtual com.ctc.wstx.sr.Attribute.hasQName:(Ljava/lang/String;Ljava/lang/String;)Z
ifeq 23
22: iload 5
ireturn
23: StackMap locals:
StackMap stack:
iinc 6 2
StackMap locals:
StackMap stack:
24: iload 6
iload 7
if_icmplt 18
end local 7 end local 6 25: iconst_m1
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: iload 1
aload 0
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 end local 0 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 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
ireturn
end local 0 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 start local 1 start local 2 0: iload 1
iflt 1
iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
if_icmplt 2
1: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.getCharBuffer:()[C
astore 3
start local 3 3: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
getfield com.ctc.wstx.sr.Attribute.mValueStartOffset:I
istore 4
start local 4 4: aload 0
iload 1
iconst_1
iadd
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
istore 5
start local 5 5: StackMap locals: char[] int int
StackMap stack:
iload 4
iload 5
if_icmplt 8
6: aload 2
invokevirtual org.codehaus.stax2.typed.TypedValueDecoder.handleEmptyValue:()V
7: return
8: StackMap locals:
StackMap stack:
aload 3
iload 4
caload
invokestatic com.ctc.wstx.util.StringUtil.isSpace:(C)Z
ifne 10
9: goto 12
10: StackMap locals:
StackMap stack:
iinc 4 1
11: goto 5
12: StackMap locals:
StackMap stack:
iinc 5 -1
iload 5
iload 4
if_icmple 13
aload 3
iload 5
caload
invokestatic com.ctc.wstx.util.StringUtil.isSpace:(C)Z
ifne 12
13: StackMap locals:
StackMap stack:
aload 2
aload 3
iload 4
iload 5
iconst_1
iadd
invokevirtual org.codehaus.stax2.typed.TypedValueDecoder.decode:([CII)V
14: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: iload 1
iflt 1
iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
if_icmplt 2
1: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
2: StackMap locals:
StackMap stack:
aload 2
aload 3
3: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.getCharBuffer:()[C
4: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
getfield com.ctc.wstx.sr.Attribute.mValueStartOffset:I
5: aload 0
iload 1
iconst_1
iadd
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
6: invokestatic com.ctc.wstx.sr.AttributeCollector.decodeValues:(Lorg/codehaus/stax2/typed/TypedArrayDecoder;Lcom/ctc/wstx/sr/InputProblemReporter;[CII)I
ireturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: iload 1
iflt 1
iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
if_icmplt 2
1: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.throwIndex:(I)V
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
astore 5
start local 5 3: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.getCharBuffer:()[C
astore 6
start local 6 4: aload 5
getfield com.ctc.wstx.sr.Attribute.mValueStartOffset:I
istore 7
start local 7 5: aload 0
iload 1
iconst_1
iadd
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
istore 8
start local 8 6: iload 8
iload 7
isub
istore 9
start local 9 7: aload 3
aload 2
iconst_1
aload 6
iload 7
iload 9
aconst_null
invokevirtual org.codehaus.stax2.ri.typed.CharArrayBase64Decoder.init:(Lorg/codehaus/stax2/typed/Base64Variant;Z[CIILjava/util/List;)V
8: aload 3
invokevirtual org.codehaus.stax2.ri.typed.CharArrayBase64Decoder.decodeCompletely:()[B
9: areturn
10: 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
start local 10 11: new java.lang.String
dup
aload 6
iload 7
iload 9
invokespecial java.lang.String.<init>:([CII)V
astore 11
start local 11 12: new org.codehaus.stax2.typed.TypedXMLStreamException
dup
aload 11
aload 10
invokevirtual java.lang.IllegalArgumentException.getMessage:()Ljava/lang/String;
aload 4
invokeinterface com.ctc.wstx.sr.InputProblemReporter.getLocation:()Ljavax/xml/stream/Location;
aload 10
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 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: iload 3
istore 5
start local 5 1: iconst_0
istore 6
start local 6 2: goto 17
3: StackMap locals: int int
StackMap stack:
iinc 3 1
iload 3
iload 4
if_icmplt 5
4: goto 23
5: StackMap locals:
StackMap stack:
aload 2
iload 3
caload
bipush 32
if_icmple 3
6: iload 3
istore 5
7: iinc 3 1
8: goto 10
9: StackMap locals:
StackMap stack:
iinc 3 1
10: StackMap locals:
StackMap stack:
iload 3
iload 4
if_icmpge 11
aload 2
iload 3
caload
bipush 32
if_icmpgt 9
11: StackMap locals:
StackMap stack:
iload 3
istore 7
start local 7 12: iinc 3 1
13: iinc 6 1
14: aload 0
aload 2
iload 5
iload 7
invokevirtual org.codehaus.stax2.typed.TypedArrayDecoder.decodeValue:([CII)Z
ifeq 17
15: aload 0
invokestatic com.ctc.wstx.sr.AttributeCollector.checkExpand:(Lorg/codehaus/stax2/typed/TypedArrayDecoder;)Z
ifne 17
16: goto 23
end local 7 17: StackMap locals:
StackMap stack:
iload 3
iload 4
if_icmplt 5
18: goto 23
StackMap locals:
StackMap stack: java.lang.IllegalArgumentException
19: astore 7
start local 7 20: aload 1
invokeinterface com.ctc.wstx.sr.InputProblemReporter.getLocation:()Ljavax/xml/stream/Location;
astore 8
start local 8 21: new java.lang.String
dup
aload 2
iload 5
iload 3
iload 5
isub
invokespecial java.lang.String.<init>:([CII)V
astore 9
start local 9 22: new org.codehaus.stax2.typed.TypedXMLStreamException
dup
aload 9
aload 7
invokevirtual java.lang.IllegalArgumentException.getMessage:()Ljava/lang/String;
aload 8
aload 7
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 end local 8 end local 7 23: StackMap locals:
StackMap stack:
iload 6
ireturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
instanceof org.codehaus.stax2.ri.typed.ValueDecoderFactory$BaseArrayDecoder
ifeq 3
1: aload 0
checkcast org.codehaus.stax2.ri.typed.ValueDecoderFactory$BaseArrayDecoder
invokevirtual org.codehaus.stax2.ri.typed.ValueDecoderFactory$BaseArrayDecoder.expand:()V
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 0 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 start local 1 0: iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
if_icmpge 2
1: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
getfield com.ctc.wstx.sr.Attribute.mValueStartOffset:I
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.getCharSize:()I
ireturn
end local 1 end local 0 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 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.getCharBuffer:()[C
areturn
end local 0 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 start local 1 start local 2 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
astore 3
start local 3 1: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaceBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.getAllValues:()Ljava/lang/String;
astore 4
start local 4 2: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
ifne 5
3: aload 4
astore 5
start local 5 4: goto 11
end local 5 5: StackMap locals: com.ctc.wstx.sr.Attribute java.lang.String
StackMap stack:
iinc 1 1
6: iload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
if_icmpge 10
7: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
getfield com.ctc.wstx.sr.Attribute.mValueStartOffset:I
istore 6
start local 6 8: aload 3
aload 4
iload 6
invokevirtual com.ctc.wstx.sr.Attribute.getValue:(Ljava/lang/String;I)Ljava/lang/String;
astore 5
end local 6 start local 5 9: goto 11
end local 5 10: StackMap locals:
StackMap stack:
aload 3
aload 4
invokevirtual com.ctc.wstx.sr.Attribute.getValue:(Ljava/lang/String;)Ljava/lang/String;
astore 5
start local 5 11: StackMap locals: java.lang.String
StackMap stack:
iload 2
ifeq 13
aload 5
invokevirtual java.lang.String.length:()I
ifle 13
12: getstatic com.ctc.wstx.sr.AttributeCollector.sInternCache:Lcom/ctc/wstx/util/InternCache;
aload 5
invokevirtual com.ctc.wstx.util.InternCache.intern:(Ljava/lang/String;)Ljava/lang/String;
astore 5
13: StackMap locals:
StackMap stack:
aload 3
aload 5
putfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
14: aload 3
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
istore 1
start local 1 1: iload 1
ifne 3
2: aconst_null
areturn
3: StackMap locals: int
StackMap stack:
iload 1
iconst_2
ishl
anewarray java.lang.String
astore 2
start local 2 4: iconst_0
istore 3
start local 3 5: goto 13
6: StackMap locals: java.lang.String[] int
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 3
aaload
astore 4
start local 4 7: iload 3
iconst_2
ishl
istore 5
start local 5 8: aload 2
iload 5
aload 4
getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
aastore
9: aload 2
iload 5
iconst_1
iadd
aload 4
getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
aastore
10: aload 2
iload 5
iconst_2
iadd
aload 4
getfield com.ctc.wstx.sr.Attribute.mPrefix:Ljava/lang/String;
aastore
11: aload 2
iload 5
iconst_3
iadd
aload 0
iload 3
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
aastore
end local 5 end local 4 12: iinc 3 1
StackMap locals:
StackMap stack:
13: iload 3
iload 1
if_icmplt 6
end local 3 14: iload 1
iconst_4
if_icmpge 16
15: new com.ctc.wstx.sr.ElemAttrs
dup
aload 2
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNonDefCount:I
invokespecial com.ctc.wstx.sr.ElemAttrs.<init>:([Ljava/lang/String;I)V
areturn
16: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
arraylength
istore 3
start local 3 17: iload 3
newarray 10
astore 4
start local 4 18: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
iconst_0
aload 4
iconst_0
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
19: new com.ctc.wstx.sr.ElemAttrs
dup
aload 2
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNonDefCount:I
20: aload 4
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
21: invokespecial com.ctc.wstx.sr.ElemAttrs.<init>:([Ljava/lang/String;I[III)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
astore 3
start local 3 1: aload 2
2: aload 3
getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
aload 3
getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
aload 3
getfield com.ctc.wstx.sr.Attribute.mPrefix:Ljava/lang/String;
3: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.getCharBuffer:()[C
4: aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
5: aload 0
iload 1
iconst_1
iadd
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValueStartOffset:(I)I
6: invokevirtual org.codehaus.stax2.validation.XMLValidator.validateAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[CII)Ljava/lang/String;
astore 4
start local 4 7: aload 4
ifnull 9
8: aload 3
aload 4
invokevirtual com.ctc.wstx.sr.Attribute.setValue:(Ljava/lang/String;)V
9: StackMap locals: com.ctc.wstx.sr.Attribute java.lang.String
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
ifne 5
1: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
ifnonnull 3
2: aload 0
invokevirtual com.ctc.wstx.sr.AttributeCollector.allocBuffers:()V
3: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iconst_0
new com.ctc.wstx.sr.Attribute
dup
aload 1
aload 2
iconst_0
invokespecial com.ctc.wstx.sr.Attribute.<init>:(Ljava/lang/String;Ljava/lang/String;I)V
aastore
4: goto 15
5: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.getCharSize:()I
istore 3
start local 3 6: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
arraylength
if_icmplt 10
7: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
iadd
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributesPerElement:I
if_icmplt 9
8: 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
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: StackMap locals: int
StackMap stack:
aload 0
aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
aaload
astore 4
start local 4 11: aload 4
ifnonnull 14
12: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
new com.ctc.wstx.sr.Attribute
dup
aload 1
aload 2
iload 3
invokespecial com.ctc.wstx.sr.Attribute.<init>:(Ljava/lang/String;Ljava/lang/String;I)V
aastore
13: goto 15
14: StackMap locals: com.ctc.wstx.sr.Attribute
StackMap stack:
aload 4
aload 1
aload 2
iload 3
invokevirtual com.ctc.wstx.sr.Attribute.reset:(Ljava/lang/String;Ljava/lang/String;I)V
end local 4 end local 3 15: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
iconst_1
iadd
putfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
16: aload 2
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdLocalName:Ljava/lang/String;
if_acmpne 20
17: aload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdPrefix:Ljava/lang/String;
if_acmpne 20
18: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
bipush -2
if_icmpeq 20
19: aload 0
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
iconst_1
isub
putfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
20: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
istore 5
start local 5 1: iload 5
iconst_1
if_icmpge 3
2: aload 0
invokevirtual com.ctc.wstx.sr.AttributeCollector.initHashArea:()V
3: StackMap locals: int
StackMap stack:
aload 1
invokevirtual java.lang.String.hashCode:()I
istore 6
start local 6 4: aload 2
ifnull 6
aload 2
invokevirtual java.lang.String.length:()I
ifle 6
5: iload 6
aload 2
invokevirtual java.lang.String.hashCode:()I
ixor
istore 6
6: StackMap locals: int
StackMap stack:
iload 6
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
iconst_1
isub
iand
istore 7
start local 7 7: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
astore 8
start local 8 8: aload 8
iload 7
iaload
ifne 11
9: aload 8
iload 7
iload 5
iconst_1
iadd
iastore
10: goto 21
11: StackMap locals: int int[]
StackMap stack:
aload 8
iload 7
iaload
iconst_1
isub
istore 9
start local 9 12: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
istore 10
start local 10 13: aload 0
aload 2
aload 1
aload 8
iload 9
iload 10
14: iload 6
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
15: invokevirtual com.ctc.wstx.sr.AttributeCollector.spillAttr:(Ljava/lang/String;Ljava/lang/String;[IIIII)[I
astore 8
16: aload 8
ifnonnull 18
17: iconst_m1
ireturn
18: StackMap locals: int int
StackMap stack:
aload 8
iinc 10 1
iload 10
iload 5
iastore
19: aload 0
aload 8
putfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
20: aload 0
iinc 10 1
iload 10
putfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
end local 10 end local 9 21: StackMap locals:
StackMap stack:
aload 0
aload 3
aload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.getAttrBuilder:(Ljava/lang/String;Ljava/lang/String;)Lcom/ctc/wstx/util/TextBuilder;
pop
22: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
iconst_1
isub
aaload
astore 9
start local 9 23: aload 9
aload 2
putfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
24: aload 9
aload 4
invokevirtual com.ctc.wstx.sr.Attribute.setValue:(Ljava/lang/String;)V
25: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
iconst_1
isub
ireturn
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
aload 2
invokevirtual com.ctc.wstx.sr.Attribute.setValue:(Ljava/lang/String;)V
1: return
end local 2 end local 1 end local 0 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 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mDefaultNsDeclared:Z
ifeq 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.ctc.wstx.sr.AttributeCollector.mDefaultNsDeclared:Z
3: aload 0
aconst_null
invokevirtual com.ctc.wstx.sr.AttributeCollector.getNsBuilder:(Ljava/lang/String;)Lcom/ctc/wstx/util/TextBuilder;
areturn
end local 0 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 start local 1 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
ifne 5
1: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
ifnonnull 3
2: aload 0
bipush 6
anewarray com.ctc.wstx.sr.Attribute
putfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
3: StackMap locals:
StackMap stack:
aload 0
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
iconst_0
invokespecial com.ctc.wstx.sr.Attribute.<init>:(Ljava/lang/String;Ljava/lang/String;I)V
aastore
4: goto 23
5: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
istore 2
start local 2 6: aload 1
ifnull 13
7: iconst_0
istore 3
start local 3 8: goto 12
9: StackMap locals: int int
StackMap stack:
aload 1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
iload 3
aaload
getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
if_acmpne 11
10: aconst_null
areturn
11: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
12: iload 3
iload 2
if_icmplt 9
end local 3 13: StackMap locals:
StackMap stack:
iload 2
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
arraylength
if_icmplt 17
14: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
iadd
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mMaxAttributesPerElement:I
if_icmplt 16
15: 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
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: StackMap locals:
StackMap stack:
aload 0
aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaceBuilder:Lcom/ctc/wstx/util/TextBuilder;
invokevirtual com.ctc.wstx.util.TextBuilder.getCharSize:()I
istore 3
start local 3 18: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
iload 2
aaload
astore 4
start local 4 19: aload 4
ifnonnull 22
20: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaces:[Lcom/ctc/wstx/sr/Attribute;
iload 2
new com.ctc.wstx.sr.Attribute
dup
aconst_null
aload 1
iload 3
invokespecial com.ctc.wstx.sr.Attribute.<init>:(Ljava/lang/String;Ljava/lang/String;I)V
aastore
21: goto 23
22: StackMap locals: int com.ctc.wstx.sr.Attribute
StackMap stack:
aload 4
aconst_null
aload 1
iload 3
invokevirtual com.ctc.wstx.sr.Attribute.reset:(Ljava/lang/String;Ljava/lang/String;I)V
end local 4 end local 3 end local 2 23: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
iconst_1
iadd
putfield com.ctc.wstx.sr.AttributeCollector.mNsCount:I
24: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mNamespaceBuilder:Lcom/ctc/wstx/util/TextBuilder;
areturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrCount:I
istore 3
start local 3 1: aload 0
iload 3
putfield com.ctc.wstx.sr.AttributeCollector.mNonDefCount:I
2: iload 3
iconst_1
if_icmpge 5
3: aload 0
aload 0
iconst_0
dup_x1
putfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
putfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
4: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
ireturn
5: StackMap locals: int
StackMap stack:
iconst_0
istore 4
start local 4 6: goto 20
7: StackMap locals: int
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 4
aaload
astore 5
start local 5 8: aload 5
getfield com.ctc.wstx.sr.Attribute.mPrefix:Ljava/lang/String;
astore 6
start local 6 9: aload 6
ifnull 19
10: aload 6
ldc "xml"
if_acmpne 13
11: aload 5
ldc "http://www.w3.org/XML/1998/namespace"
putfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
12: goto 19
13: StackMap locals: com.ctc.wstx.sr.Attribute java.lang.String
StackMap stack:
aload 2
aload 6
invokevirtual com.ctc.wstx.util.StringVector.findLastFromMap:(Ljava/lang/String;)Ljava/lang/String;
astore 7
start local 7 14: aload 7
ifnonnull 18
15: aload 1
getstatic com.ctc.wstx.cfg.ErrorConsts.ERR_NS_UNDECLARED_FOR_ATTR:Ljava/lang/String;
16: aload 6
aload 5
getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
17: invokeinterface com.ctc.wstx.sr.InputProblemReporter.throwParseError:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
18: StackMap locals: java.lang.String
StackMap stack:
aload 5
aload 7
putfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
end local 7 end local 6 end local 5 19: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
20: iload 4
iload 3
if_icmplt 7
end local 4 21: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
astore 4
start local 4 22: iconst_4
istore 5
start local 5 23: iload 3
iload 3
iconst_2
ishr
iadd
istore 6
start local 6 24: goto 26
25: 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
iload 5
iadd
istore 5
26: StackMap locals:
StackMap stack:
iload 5
iload 6
if_icmplt 25
27: aload 0
iload 5
putfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
28: iload 5
iload 5
iconst_4
ishr
iadd
istore 6
29: aload 4
ifnull 30
aload 4
arraylength
iload 6
if_icmpge 32
30: StackMap locals:
StackMap stack:
iload 6
newarray 10
astore 4
31: goto 33
32: StackMap locals:
StackMap stack:
aload 4
iconst_0
iload 5
iconst_0
invokestatic java.util.Arrays.fill:([IIII)V
end local 6 33: StackMap locals:
StackMap stack:
iload 5
iconst_1
isub
istore 6
start local 6 34: iload 5
istore 7
start local 7 35: iconst_0
istore 8
start local 8 36: goto 57
37: StackMap locals: int int int
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 8
aaload
astore 9
start local 9 38: aload 9
getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
astore 10
start local 10 39: aload 10
invokevirtual java.lang.String.hashCode:()I
istore 11
start local 11 40: aload 9
getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
astore 12
start local 12 41: aload 12
ifnull 43
42: iload 11
aload 12
invokevirtual java.lang.String.hashCode:()I
ixor
istore 11
43: 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
iload 6
iand
istore 13
start local 13 44: aload 4
iload 13
iaload
ifne 47
45: aload 4
iload 13
iload 8
iconst_1
iadd
iastore
46: goto 56
47: StackMap locals: int
StackMap stack:
aload 4
iload 13
iaload
iconst_1
isub
istore 14
start local 14 48: aload 0
aload 12
aload 10
aload 4
iload 14
iload 7
49: iload 11
iload 5
50: invokevirtual com.ctc.wstx.sr.AttributeCollector.spillAttr:(Ljava/lang/String;Ljava/lang/String;[IIIII)[I
astore 4
51: aload 4
ifnonnull 54
52: aload 0
aload 1
iload 14
invokevirtual com.ctc.wstx.sr.AttributeCollector.throwDupAttr:(Lcom/ctc/wstx/sr/InputProblemReporter;I)V
53: goto 56
54: StackMap locals: int
StackMap stack:
aload 4
iinc 7 1
iload 7
iload 8
iastore
55: iinc 7 1
end local 14 end local 13 end local 12 end local 11 end local 10 end local 9 56: 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 1
StackMap locals:
StackMap stack:
57: iload 8
iload 3
if_icmplt 37
end local 8 58: aload 0
iload 7
putfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
end local 7 end local 6 59: aload 0
aload 4
putfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
60: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mXmlIdAttrIndex:I
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Invalid index "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
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
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 end local 0 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 start local 1 start local 2 0: aload 0
iload 1
aload 2
aconst_null
invokevirtual com.ctc.wstx.sr.AttributeCollector.writeAttribute:(ILcom/ctc/wstx/sw/XmlWriter;Lorg/codehaus/stax2/validation/XMLValidator;)V
1: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 1
aaload
astore 4
start local 4 1: aload 4
getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
astore 5
start local 5 2: aload 4
getfield com.ctc.wstx.sr.Attribute.mPrefix:Ljava/lang/String;
astore 6
start local 6 3: aload 0
iload 1
invokevirtual com.ctc.wstx.sr.AttributeCollector.getValue:(I)Ljava/lang/String;
astore 7
start local 7 4: aload 6
ifnull 5
aload 6
invokevirtual java.lang.String.length:()I
ifne 7
5: 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
aload 5
aload 7
invokevirtual com.ctc.wstx.sw.XmlWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;)V
6: goto 8
7: StackMap locals:
StackMap stack:
aload 2
aload 6
aload 5
aload 7
invokevirtual com.ctc.wstx.sw.XmlWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
8: StackMap locals:
StackMap stack:
aload 3
ifnull 10
9: aload 3
aload 5
aload 4
getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
aload 6
aload 7
invokevirtual org.codehaus.stax2.validation.XMLValidator.validateAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
pop
10: StackMap locals:
StackMap stack:
return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
ifnonnull 2
1: aload 0
bipush 8
anewarray com.ctc.wstx.sr.Attribute
putfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mValueBuilder:Lcom/ctc/wstx/util/TextBuilder;
ifnonnull 4
3: aload 0
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: StackMap locals:
StackMap stack:
return
end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 4
aaload
astore 8
start local 8 1: aload 8
getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
aload 2
if_acmpne 5
2: aload 8
getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
astore 9
start local 9 3: aload 9
aload 1
if_acmpeq 4
aload 9
ifnull 5
aload 9
aload 1
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 5
4: StackMap locals: com.ctc.wstx.sr.Attribute java.lang.String
StackMap stack:
aconst_null
areturn
end local 9 5: StackMap locals:
StackMap stack:
iload 5
iconst_1
iadd
aload 3
arraylength
if_icmplt 7
6: aload 3
bipush 8
invokestatic com.ctc.wstx.util.DataUtil.growArrayBy:([II)[I
astore 3
7: StackMap locals:
StackMap stack:
iload 7
istore 9
start local 9 8: goto 17
9: StackMap locals: int
StackMap stack:
aload 3
iload 9
iaload
iload 6
if_icmpne 16
10: aload 3
iload 9
iconst_1
iadd
iaload
istore 4
11: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttributes:[Lcom/ctc/wstx/sr/Attribute;
iload 4
aaload
astore 10
start local 10 12: aload 10
getfield com.ctc.wstx.sr.Attribute.mLocalName:Ljava/lang/String;
aload 2
if_acmpne 16
13: aload 10
getfield com.ctc.wstx.sr.Attribute.mNamespaceURI:Ljava/lang/String;
astore 11
start local 11 14: aload 11
aload 1
if_acmpeq 15
aload 11
ifnull 16
aload 11
aload 1
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 16
15: StackMap locals: com.ctc.wstx.sr.Attribute java.lang.String
StackMap stack:
aconst_null
areturn
end local 11 end local 10 16: StackMap locals:
StackMap stack:
iinc 9 2
StackMap locals:
StackMap stack:
17: iload 9
iload 5
if_icmplt 9
end local 9 18: aload 3
iload 5
iload 6
iastore
19: aload 3
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
aload 0
iconst_4
dup_x1
putfield com.ctc.wstx.sr.AttributeCollector.mAttrSpillEnd:I
putfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
1: aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
ifnull 2
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
arraylength
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
if_icmpge 3
2: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrHashSize:I
iconst_1
iadd
newarray 10
putfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
3: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
iconst_0
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
iconst_1
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
iconst_2
aload 0
getfield com.ctc.wstx.sr.AttributeCollector.mAttrMap:[I
iconst_3
iconst_0
dup_x2
iastore
dup_x2
iastore
dup_x2
iastore
iastore
4: aload 0
invokevirtual com.ctc.wstx.sr.AttributeCollector.allocBuffers:()V
5: return
end local 0 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 start local 1 start local 2 0: aload 1
new java.lang.StringBuilder
dup
ldc "Duplicate attribute '"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
iload 2
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: return
end local 2 end local 1 end local 0 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