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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
         0: .line 51
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.util.NamespaceSupport.<init>:()V
         1: .line 44
            aload 0 /* this */
            bipush 8
            newarray 10
            putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
         2: .line 52
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
         3: .line 53
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            iconst_0
            iconst_0
            iastore
         4: .line 54
            return
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
        start local 1 // com.sun.org.apache.xerces.internal.xni.NamespaceContext context
         0: .line 60
            aload 0 /* this */
            aload 1 /* context */
            invokespecial com.sun.org.apache.xerces.internal.util.NamespaceSupport.<init>:(Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)V
         1: .line 44
            aload 0 /* this */
            bipush 8
            newarray 10
            putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
         2: .line 61
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
         3: .line 62
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            iconst_0
            iconst_0
            iastore
         4: .line 63
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.NamespaceContext context
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
         0: .line 69
            iconst_0
            istore 1 /* count */
        start local 1 // int count
         1: .line 70
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fPrefixes:[Ljava/lang/String;
            arraylength
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
            arraylength
            iconst_2
            idiv
            if_icmpge 4
         2: .line 72
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespaceSize:I
            anewarray java.lang.String
            astore 2 /* prefixes */
        start local 2 // java.lang.String[] prefixes
         3: .line 73
            aload 0 /* this */
            aload 2 /* prefixes */
            putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fPrefixes:[Ljava/lang/String;
        end local 2 // java.lang.String[] prefixes
         4: .line 75
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 2 /* prefix */
        start local 2 // java.lang.String prefix
         5: .line 76
            iconst_1
            istore 3 /* unique */
        start local 3 // boolean unique
         6: .line 77
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
            iaload
            iaload
            istore 4 /* i */
        start local 4 // int i
         7: .line 78
            goto 20
         8: .line 80
      StackMap locals: java.lang.String int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
            iload 4 /* i */
            aaload
            astore 2 /* prefix */
         9: .line 81
            iconst_0
            istore 5 /* k */
        start local 5 // int k
        10: goto 15
        11: .line 82
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fPrefixes:[Ljava/lang/String;
            iload 5 /* k */
            aaload
            aload 2 /* prefix */
            if_acmpne 14
        12: .line 83
            iconst_0
            istore 3 /* unique */
        13: .line 84
            goto 16
        14: .line 81
      StackMap locals:
      StackMap stack:
            iinc 5 /* k */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* k */
            iload 1 /* count */
            if_icmplt 11
        end local 5 // int k
        16: .line 87
      StackMap locals:
      StackMap stack:
            iload 3 /* unique */
            ifeq 18
        17: .line 88
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fPrefixes:[Ljava/lang/String;
            iload 1 /* count */
            iinc 1 /* count */ 1
            aload 2 /* prefix */
            aastore
        18: .line 90
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* unique */
        19: .line 79
            iinc 4 /* i */ 2
        20: .line 78
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespaceSize:I
            iconst_2
            isub
        21: .line 77
            if_icmple 8
        end local 4 // int i
        22: .line 92
            new com.sun.org.apache.xerces.internal.util.NamespaceSupport$Prefixes
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fPrefixes:[Ljava/lang/String;
            iload 1 /* count */
            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 // boolean unique
        end local 2 // java.lang.String prefix
        end local 1 // int count
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
        start local 1 // int context
         0: .line 96
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
            istore 2 /* scope */
        start local 2 // int scope
         1: .line 97
            goto 3
         2: .line 98
      StackMap locals: int
      StackMap stack:
            iinc 2 /* scope */ -1
         3: .line 97
      StackMap locals:
      StackMap stack:
            iload 1 /* context */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            iload 2 /* scope */
            iaload
            if_icmplt 2
         4: .line 100
            iload 2 /* scope */
            ireturn
        end local 2 // int scope
        end local 1 // int context
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
        start local 1 // java.lang.String uri
         0: .line 107
            aload 0 /* this */
            aload 1 /* uri */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespaceSize:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            aload 0 /* this */
            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 // java.lang.String uri
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
        start local 1 // java.lang.String prefix
         0: .line 114
            aload 0 /* this */
            aload 1 /* prefix */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespaceSize:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            aload 0 /* this */
            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 // java.lang.String prefix
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
        start local 1 // java.lang.String uri
        start local 2 // int context
         0: .line 118
            aload 0 /* this */
            aload 1 /* uri */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
            iload 2 /* context */
            iconst_1
            iadd
            iaload
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            aload 0 /* this */
            iload 2 /* context */
            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 // int context
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
        start local 1 // java.lang.String prefix
        start local 2 // int context
         0: .line 122
            aload 0 /* this */
            aload 1 /* prefix */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
            iload 2 /* context */
            iconst_1
            iadd
            iaload
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            aload 0 /* this */
            iload 2 /* context */
            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 // int context
        end local 1 // java.lang.String prefix
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
        start local 1 // java.lang.String uri
        start local 2 // int start
        start local 3 // int end
         0: .line 127
            aload 1 /* uri */
            getstatic com.sun.org.apache.xerces.internal.xni.NamespaceContext.XML_URI:Ljava/lang/String;
            if_acmpne 2
         1: .line 128
            getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.PREFIX_XML:Ljava/lang/String;
            areturn
         2: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* uri */
            getstatic com.sun.org.apache.xerces.internal.xni.NamespaceContext.XMLNS_URI:Ljava/lang/String;
            if_acmpne 4
         3: .line 131
            getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.PREFIX_XMLNS:Ljava/lang/String;
            areturn
         4: .line 135
      StackMap locals:
      StackMap stack:
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         5: goto 10
         6: .line 136
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
            iload 4 /* i */
            iconst_1
            isub
            aaload
            aload 1 /* uri */
            if_acmpne 9
         7: .line 137
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
            iload 4 /* i */
            iconst_2
            isub
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.getURI:(Ljava/lang/String;)Ljava/lang/String;
            aload 1 /* uri */
            if_acmpne 9
         8: .line 138
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
            iload 4 /* i */
            iconst_2
            isub
            aaload
            areturn
         9: .line 135
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ -2
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            iload 3 /* end */
            if_icmpgt 6
        end local 4 // int i
        11: .line 143
            aconst_null
            areturn
        end local 3 // int end
        end local 2 // int start
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
        start local 1 // java.lang.String prefix
        start local 2 // int start
        start local 3 // int end
         0: .line 148
            aload 1 /* prefix */
            getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.PREFIX_XML:Ljava/lang/String;
            if_acmpne 2
         1: .line 149
            getstatic com.sun.org.apache.xerces.internal.xni.NamespaceContext.XML_URI:Ljava/lang/String;
            areturn
         2: .line 151
      StackMap locals:
      StackMap stack:
            aload 1 /* prefix */
            getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.PREFIX_XMLNS:Ljava/lang/String;
            if_acmpne 4
         3: .line 152
            getstatic com.sun.org.apache.xerces.internal.xni.NamespaceContext.XMLNS_URI:Ljava/lang/String;
            areturn
         4: .line 156
      StackMap locals:
      StackMap stack:
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         5: goto 9
         6: .line 157
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
            iload 4 /* i */
            iconst_2
            isub
            aaload
            aload 1 /* prefix */
            if_acmpne 8
         7: .line 158
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespace:[Ljava/lang/String;
            iload 4 /* i */
            iconst_1
            isub
            aaload
            areturn
         8: .line 156
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ -2
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* end */
            if_icmpgt 6
        end local 4 // int i
        10: .line 163
            aconst_null
            areturn
        end local 3 // int end
        end local 2 // int start
        end local 1 // java.lang.String prefix
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
         0: .line 171
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
            iaload
            putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentContext:I
         1: .line 172
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fContext:[I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentContext:I
            iaload
            putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fNamespaceSize:I
         2: .line 173
            return
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
         0: .line 180
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentScope:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            arraylength
            if_icmpne 4
         1: .line 181
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            arraylength
            iconst_2
            imul
            newarray 10
            astore 1 /* contextarray */
        start local 1 // int[] contextarray
         2: .line 182
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            iconst_0
            aload 1 /* contextarray */
            iconst_0
            aload 0 /* this */
            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: .line 183
            aload 0 /* this */
            aload 1 /* contextarray */
            putfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
        end local 1 // int[] contextarray
         4: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.pushContext:()V
         5: .line 186
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            aload 0 /* this */
            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 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fCurrentContext:I
            iastore
         6: .line 187
            return
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
         0: .line 194
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.fScope:[I
            aload 0 /* this */
            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: .line 195
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport.popContext:()V
         2: .line 196
            return
        end local 0 // com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport this
      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