public class com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport extends com.sun.org.apache.xerces.internal.util.NamespaceSupport
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport
super_class: com.sun.org.apache.xerces.internal.util.NamespaceSupport
{
protected int[] fScope;
descriptor: [I
flags: (0x0004) ACC_PROTECTED
protected int fCurrentScope;
descriptor: I
flags: (0x0004) ACC_PROTECTED
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.sun.org.apache.xerces.internal.util.NamespaceSupport.<init>:()V
1: aload 0
bipush 8
newarray 10
putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
2: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
3: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
iconst_0
iconst_0
iastore
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
public void <init>(com.sun.org.apache.xerces.internal.xni.NamespaceContext);
descriptor: (Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.sun.org.apache.xerces.internal.util.NamespaceSupport.<init>:(Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)V
1: aload 0
bipush 8
newarray 10
putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
2: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
3: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
iconst_0
iconst_0
iastore
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
0 5 1 context Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
MethodParameters:
Name Flags
context
public java.util.Enumeration<java.lang.String> getAllPrefixes();
descriptor: ()Ljava/util/Enumeration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fPrefixes:[Ljava/lang/String;
arraylength
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
arraylength
iconst_2
idiv
if_icmpge 4
2: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespaceSize:I
anewarray java.lang.String
astore 2
start local 2 3: aload 0
aload 2
putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fPrefixes:[Ljava/lang/String;
end local 2 4: StackMap locals: int
StackMap stack:
aconst_null
astore 2
start local 2 5: iconst_1
istore 3
start local 3 6: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
iaload
iaload
istore 4
start local 4 7: goto 20
8: StackMap locals: java.lang.String int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
iload 4
aaload
astore 2
9: iconst_0
istore 5
start local 5 10: goto 15
11: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fPrefixes:[Ljava/lang/String;
iload 5
aaload
aload 2
if_acmpne 14
12: iconst_0
istore 3
13: goto 16
14: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
15: iload 5
iload 1
if_icmplt 11
end local 5 16: StackMap locals:
StackMap stack:
iload 3
ifeq 18
17: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fPrefixes:[Ljava/lang/String;
iload 1
iinc 1 1
aload 2
aastore
18: StackMap locals:
StackMap stack:
iconst_1
istore 3
19: iinc 4 2
20: StackMap locals:
StackMap stack:
iload 4
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespaceSize:I
iconst_2
isub
21: if_icmple 8
end local 4 22: new com.sun.org.apache.xerces.internal.util.NamespaceSupport$Prefixes
dup
aload 0
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fPrefixes:[Ljava/lang/String;
iload 1
invokespecial com.sun.org.apache.xerces.internal.util.NamespaceSupport$Prefixes.<init>:(Lcom/sun/org/apache/xerces/internal/util/NamespaceSupport;[Ljava/lang/String;I)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
1 23 1 count I
3 4 2 prefixes [Ljava/lang/String;
5 23 2 prefix Ljava/lang/String;
6 23 3 unique Z
7 22 4 i I
10 16 5 k I
Signature: ()Ljava/util/Enumeration<Ljava/lang/String;>;
public int getScopeForContext(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
istore 2
start local 2 1: goto 3
2: StackMap locals: int
StackMap stack:
iinc 2 -1
3: StackMap locals:
StackMap stack:
iload 1
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
iload 2
iaload
if_icmplt 2
4: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
0 5 1 context I
1 5 2 scope I
MethodParameters:
Name Flags
context
public java.lang.String getPrefix(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespaceSize:I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
iaload
iaload
invokevirtual com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.getPrefix:(Ljava/lang/String;II)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
0 1 1 uri Ljava/lang/String;
MethodParameters:
Name Flags
uri
public java.lang.String getURI(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespaceSize:I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
iaload
iaload
invokevirtual com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.getURI:(Ljava/lang/String;II)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
0 1 1 prefix Ljava/lang/String;
MethodParameters:
Name Flags
prefix
public java.lang.String getPrefix(java.lang.String, int);
descriptor: (Ljava/lang/String;I)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
iload 2
iconst_1
iadd
iaload
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
aload 0
iload 2
invokevirtual com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.getScopeForContext:(I)I
iaload
iaload
invokevirtual com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.getPrefix:(Ljava/lang/String;II)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
0 1 1 uri Ljava/lang/String;
0 1 2 context I
MethodParameters:
Name Flags
uri
context
public java.lang.String getURI(java.lang.String, int);
descriptor: (Ljava/lang/String;I)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
iload 2
iconst_1
iadd
iaload
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
aload 0
iload 2
invokevirtual com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.getScopeForContext:(I)I
iaload
iaload
invokevirtual com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.getURI:(Ljava/lang/String;II)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
0 1 1 prefix Ljava/lang/String;
0 1 2 context I
MethodParameters:
Name Flags
prefix
context
public java.lang.String getPrefix(java.lang.String, int, int);
descriptor: (Ljava/lang/String;II)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
getstatic com.sun.org.apache.xerces.internal.xni.NamespaceContext.XML_URI:Ljava/lang/String;
if_acmpne 2
1: getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.PREFIX_XML:Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 1
getstatic com.sun.org.apache.xerces.internal.xni.NamespaceContext.XMLNS_URI:Ljava/lang/String;
if_acmpne 4
3: getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.PREFIX_XMLNS:Ljava/lang/String;
areturn
4: StackMap locals:
StackMap stack:
iload 2
istore 4
start local 4 5: goto 10
6: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
iload 4
iconst_1
isub
aaload
aload 1
if_acmpne 9
7: aload 0
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
iload 4
iconst_2
isub
aaload
invokevirtual com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.getURI:(Ljava/lang/String;)Ljava/lang/String;
aload 1
if_acmpne 9
8: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
iload 4
iconst_2
isub
aaload
areturn
9: StackMap locals:
StackMap stack:
iinc 4 -2
StackMap locals:
StackMap stack:
10: iload 4
iload 3
if_icmpgt 6
end local 4 11: aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
0 12 1 uri Ljava/lang/String;
0 12 2 start I
0 12 3 end I
5 11 4 i I
MethodParameters:
Name Flags
uri
start
end
public java.lang.String getURI(java.lang.String, int, int);
descriptor: (Ljava/lang/String;II)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.PREFIX_XML:Ljava/lang/String;
if_acmpne 2
1: getstatic com.sun.org.apache.xerces.internal.xni.NamespaceContext.XML_URI:Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 1
getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.PREFIX_XMLNS:Ljava/lang/String;
if_acmpne 4
3: getstatic com.sun.org.apache.xerces.internal.xni.NamespaceContext.XMLNS_URI:Ljava/lang/String;
areturn
4: StackMap locals:
StackMap stack:
iload 2
istore 4
start local 4 5: goto 9
6: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
iload 4
iconst_2
isub
aaload
aload 1
if_acmpne 8
7: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
iload 4
iconst_1
isub
aaload
areturn
8: StackMap locals:
StackMap stack:
iinc 4 -2
StackMap locals:
StackMap stack:
9: iload 4
iload 3
if_icmpgt 6
end local 4 10: aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
0 11 1 prefix Ljava/lang/String;
0 11 2 start I
0 11 3 end I
5 10 4 i I
MethodParameters:
Name Flags
prefix
start
end
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
iaload
putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentContext:I
1: aload 0
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentContext:I
iaload
putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespaceSize:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
public void pushScope();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
iconst_1
iadd
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
arraylength
if_icmpne 4
1: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
arraylength
iconst_2
imul
newarray 10
astore 1
start local 1 2: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
iconst_0
aload 1
iconst_0
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
3: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
end local 1 4: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.pushContext:()V
5: aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
aload 0
dup
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
iconst_1
iadd
dup_x1
putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentContext:I
iastore
6: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
2 4 1 contextarray [I
public void popScope();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
aload 0
dup
getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
dup_x1
iconst_1
isub
putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
iaload
putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentContext:I
1: aload 0
invokevirtual com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.popContext:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport;
}
SourceFile: "MultipleScopeNamespaceSupport.java"
InnerClasses:
protected final Prefixes = com.sun.org.apache.xerces.internal.util.NamespaceSupport$Prefixes of com.sun.org.apache.xerces.internal.util.NamespaceSupport