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

  java.lang.String prefix;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String uri;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String lastrendered;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  boolean rendered;
    descriptor: Z
    flags: (0x0000) 

  Attr n;
    descriptor: LAttr;
    flags: (0x0000) 

  void <init>(java.lang.String, Attr, boolean, java.lang.String);
    descriptor: (Ljava/lang/String;LAttr;ZLjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbEntry this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe constructor NameSpaceSymbEntry(String, Attr, boolean, String) refers to the missing type Attr\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\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.NameSpaceSymbEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
    MethodParameters:
          Name  Flags
      name      
      n         
      rendered  
      prefix    

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbEntry this
         0: .line 300
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
}
SourceFile: "NameSpaceSymbTable.java"