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 levels;
    descriptor: Ljava/util/List;
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    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 64
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.currentLevel:I
         2: .line 65
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.lastlevel:I
         3: .line 72
            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=2, 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 74
            aload 0 /* this */
            iload 1 /* level */
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.currentLevel:I
         1: .line 75
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.currentLevel:I
            iconst_m1
            if_icmpne 3
         2: .line 76
            return
         3: .line 77
      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 78
            goto 10
         5: .line 79
      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 80
            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
            ifne 9
         7: .line 81
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack.lastlevel:I
         8: .line 82
            return
         9: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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.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
        10: .line 78
      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
        11: .line 86
            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   12     0   this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack;
            0   12     1  level  I
    MethodParameters:
       Name  Flags
      level  

  void addXmlnsAttr(Attr);
    descriptor: (LAttr;)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
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAttr cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack;
    MethodParameters:
      Name  Flags
      n     

  void getXmlnsAttr(java.util.Collection);
    descriptor: (Ljava/util/Collection;)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
         0: .line 125
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315$XmlAttrStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315$XmlAttrStack;
    MethodParameters:
      Name  Flags
      col   
}
SourceFile: "Canonicalizer20010315.java"
NestHost: com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315
InnerClasses:
  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