class com.sun.org.apache.xml.internal.security.c14n.implementations.XmlAttrStack$XmlsStackElement
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.org.apache.xml.internal.security.c14n.implementations.XmlAttrStack$XmlsStackElement
super_class: java.lang.Object
{
int level;
descriptor: I
flags: (0x0000)
boolean rendered;
descriptor: Z
flags: (0x0000)
java.util.List<org.w3c.dom.Attr> nodes;
descriptor: Ljava/util/List;
flags: (0x0000)
Signature: Ljava/util/List<Lorg/w3c/dom/Attr;>;
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.XmlAttrStack$XmlsStackElement this
0: .line 44
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 46
aload 0 /* this */
iconst_0
putfield com.sun.org.apache.xml.internal.security.c14n.implementations.XmlAttrStack$XmlsStackElement.rendered:Z
2: .line 47
aload 0 /* this */
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield com.sun.org.apache.xml.internal.security.c14n.implementations.XmlAttrStack$XmlsStackElement.nodes:Ljava/util/List;
3: .line 44
return
end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.XmlAttrStack$XmlsStackElement this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xml/internal/security/c14n/implementations/XmlAttrStack$XmlsStackElement;
}
SourceFile: "XmlAttrStack.java"
NestHost: com.sun.org.apache.xml.internal.security.c14n.implementations.XmlAttrStack
InnerClasses:
XmlsStackElement = com.sun.org.apache.xml.internal.security.c14n.implementations.XmlAttrStack$XmlsStackElement of com.sun.org.apache.xml.internal.security.c14n.implementations.XmlAttrStack