class com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack
  super_class: java.lang.Object
{
  int currentLevel;
    descriptor: I
    flags: (0x0000) 

  int lastlevel;
    descriptor: I
    flags: (0x0000) 

  com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement cur;
    descriptor: Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
    flags: (0x0000) 

  java.util.List<com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement> levels;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack this
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.currentLevel:I
         2: .line 71
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.lastlevel:I
         3: .line 73
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.levels:Ljava/util/List;
         4: .line 63
            return
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack;

  void push(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack this
        start local 1 // int level
         0: .line 76
            aload 0 /* this */
            iload 1 /* level */
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.currentLevel:I
         1: .line 77
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.currentLevel:I
            iconst_m1
            if_icmpne 3
         2: .line 78
            return
         3: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
         4: .line 81
            goto 11
         5: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.levels:Ljava/util/List;
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.levels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
         6: .line 83
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.levels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* newSize */
        start local 2 // int newSize
         7: .line 84
            iload 2 /* newSize */
            ifne 10
         8: .line 85
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.lastlevel:I
         9: .line 86
            return
        10: .line 88
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.levels:Ljava/util/List;
            iload 2 /* newSize */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement.level:I
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.lastlevel:I
        end local 2 // int newSize
        11: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.lastlevel:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.currentLevel:I
            if_icmpge 5
        12: .line 90
            return
        end local 1 // int level
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack;
            0   13     1    level  I
            7   11     2  newSize  I
    MethodParameters:
       Name  Flags
      level  

  void addXmlnsAttr(org.w3c.dom.Attr);
    descriptor: (Lorg/w3c/dom/Attr;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack this
        start local 1 // org.w3c.dom.Attr n
         0: .line 93
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
            ifnonnull 5
         1: .line 94
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement
            dup
            invokespecial com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
         2: .line 95
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.currentLevel:I
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement.level:I
         3: .line 96
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.levels:Ljava/util/List;
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 97
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.currentLevel:I
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.lastlevel:I
         5: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement.nodes:Ljava/util/List;
            aload 1 /* n */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 100
            return
        end local 1 // org.w3c.dom.Attr n
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack;
            0    7     1     n  Lorg/w3c/dom/Attr;
    MethodParameters:
      Name  Flags
      n     

  void getXmlnsAttr(java.util.Collection<org.w3c.dom.Attr>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack this
        start local 1 // java.util.Collection col
         0: .line 103
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.levels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 2 /* size */
        start local 2 // int size
         1: .line 104
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
            ifnonnull 6
         2: .line 105
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement
            dup
            invokespecial com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
         3: .line 106
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.currentLevel:I
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement.level:I
         4: .line 107
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.currentLevel:I
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.lastlevel:I
         5: .line 108
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.levels:Ljava/util/List;
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 110
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* parentRendered */
        start local 3 // boolean parentRendered
         7: .line 111
            aconst_null
            astore 4 /* e */
        start local 4 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement e
         8: .line 112
            iload 2 /* size */
            iconst_m1
            if_icmpne 11
         9: .line 113
            iconst_1
            istore 3 /* parentRendered */
        10: .line 114
            goto 14
        11: .line 115
      StackMap locals: int com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.levels:Ljava/util/List;
            iload 2 /* size */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement
            astore 4 /* e */
        12: .line 116
            aload 4 /* e */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement.rendered:Z
            ifeq 14
            aload 4 /* e */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement.level:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.currentLevel:I
            if_icmpne 14
        13: .line 117
            iconst_1
            istore 3 /* parentRendered */
        14: .line 120
      StackMap locals:
      StackMap stack:
            iload 3 /* parentRendered */
            ifeq 18
        15: .line 121
            aload 1 /* col */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement.nodes:Ljava/util/List;
            invokeinterface java.util.Collection.addAll:(Ljava/util/Collection;)Z
            pop
        16: .line 122
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
            iconst_1
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement.rendered:Z
        17: .line 123
            return
        18: .line 126
      StackMap locals:
      StackMap stack:
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* loa */
        start local 5 // java.util.Map loa
        19: .line 127
            goto 28
        20: .line 128
      StackMap locals: java.util.Map
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.levels:Ljava/util/List;
            iload 2 /* size */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement
            astore 4 /* e */
        21: .line 129
            aload 4 /* e */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement.nodes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6 /* it */
        start local 6 // java.util.Iterator it
        22: .line 130
            goto 26
        23: .line 131
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 6 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.w3c.dom.Attr
            astore 7 /* n */
        start local 7 // org.w3c.dom.Attr n
        24: .line 132
            aload 5 /* loa */
            aload 7 /* n */
            invokeinterface org.w3c.dom.Attr.getName:()Ljava/lang/String;
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 26
        25: .line 133
            aload 5 /* loa */
            aload 7 /* n */
            invokeinterface org.w3c.dom.Attr.getName:()Ljava/lang/String;
            aload 7 /* n */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // org.w3c.dom.Attr n
        26: .line 130
      StackMap locals:
      StackMap stack:
            aload 6 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 23
        end local 6 // java.util.Iterator it
        27: .line 127
            iinc 2 /* size */ -1
      StackMap locals:
      StackMap stack:
        28: iload 2 /* size */
            ifge 20
        29: .line 138
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.cur:Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
            iconst_1
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement.rendered:Z
        30: .line 139
            aload 1 /* col */
            aload 5 /* loa */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.addAll:(Ljava/util/Collection;)Z
            pop
        31: .line 140
            return
        end local 5 // java.util.Map loa
        end local 4 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement e
        end local 3 // boolean parentRendered
        end local 2 // int size
        end local 1 // java.util.Collection col
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   32     0            this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack;
            0   32     1             col  Ljava/util/Collection<Lorg/w3c/dom/Attr;>;
            1   32     2            size  I
            7   32     3  parentRendered  Z
            8   32     4               e  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack$XmlsStackElement;
           19   32     5             loa  Ljava/util/Map<Ljava/lang/String;Lorg/w3c/dom/Attr;>;
           22   27     6              it  Ljava/util/Iterator<Lorg/w3c/dom/Attr;>;
           24   26     7               n  Lorg/w3c/dom/Attr;
    Signature: (Ljava/util/Collection<Lorg/w3c/dom/Attr;>;)V
    MethodParameters:
      Name  Flags
      col   
}
SourceFile: "Canonicalizer20010315.java"
NestHost: com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315
InnerClasses:
  private XmlAttrStack = com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack of com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315
  XmlsStackElement = com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack$XmlsStackElement of com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack