public class com.sun.xml.internal.rngom.digested.DAnnotation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.rngom.digested.DAnnotation
  super_class: java.lang.Object
{
  static final com.sun.xml.internal.rngom.digested.DAnnotation EMPTY;
    descriptor: Lcom/sun/xml/internal/rngom/digested/DAnnotation;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  final java.util.Map<javax.xml.namespace.QName, com.sun.xml.internal.rngom.digested.DAnnotation$Attribute> attributes;
    descriptor: Ljava/util/Map;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Map<Ljavax/xml/namespace/QName;Lcom/sun/xml/internal/rngom/digested/DAnnotation$Attribute;>;

  final java.util.List<org.w3c.dom.Element> contents;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lorg/w3c/dom/Element;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 68
            new com.sun.xml.internal.rngom.digested.DAnnotation
            dup
            invokespecial com.sun.xml.internal.rngom.digested.DAnnotation.<init>:()V
            putstatic com.sun.xml.internal.rngom.digested.DAnnotation.EMPTY:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.digested.DAnnotation this
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.xml.internal.rngom.digested.DAnnotation.attributes:Ljava/util/Map;
         2: .line 78
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.xml.internal.rngom.digested.DAnnotation.contents:Ljava/util/List;
         3: .line 63
            return
        end local 0 // com.sun.xml.internal.rngom.digested.DAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/rngom/digested/DAnnotation;

  public com.sun.xml.internal.rngom.digested.DAnnotation$Attribute getAttribute(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/sun/xml/internal/rngom/digested/DAnnotation$Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.rngom.digested.DAnnotation this
        start local 1 // java.lang.String nsUri
        start local 2 // java.lang.String localName
         0: .line 165
            aload 0 /* this */
            new javax.xml.namespace.QName
            dup
            aload 1 /* nsUri */
            aload 2 /* localName */
            invokespecial javax.xml.namespace.QName.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            invokevirtual com.sun.xml.internal.rngom.digested.DAnnotation.getAttribute:(Ljavax/xml/namespace/QName;)Lcom/sun/xml/internal/rngom/digested/DAnnotation$Attribute;
            areturn
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String nsUri
        end local 0 // com.sun.xml.internal.rngom.digested.DAnnotation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/xml/internal/rngom/digested/DAnnotation;
            0    1     1      nsUri  Ljava/lang/String;
            0    1     2  localName  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      nsUri      
      localName  

  public com.sun.xml.internal.rngom.digested.DAnnotation$Attribute getAttribute(javax.xml.namespace.QName);
    descriptor: (Ljavax/xml/namespace/QName;)Lcom/sun/xml/internal/rngom/digested/DAnnotation$Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.digested.DAnnotation this
        start local 1 // javax.xml.namespace.QName n
         0: .line 169
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.DAnnotation.attributes:Ljava/util/Map;
            aload 1 /* n */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.xml.internal.rngom.digested.DAnnotation$Attribute
            areturn
        end local 1 // javax.xml.namespace.QName n
        end local 0 // com.sun.xml.internal.rngom.digested.DAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/DAnnotation;
            0    1     1     n  Ljavax/xml/namespace/QName;
    MethodParameters:
      Name  Flags
      n     

  public java.util.Map<javax.xml.namespace.QName, com.sun.xml.internal.rngom.digested.DAnnotation$Attribute> getAttributes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.digested.DAnnotation this
         0: .line 180
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.DAnnotation.attributes:Ljava/util/Map;
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            areturn
        end local 0 // com.sun.xml.internal.rngom.digested.DAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/DAnnotation;
    Signature: ()Ljava/util/Map<Ljavax/xml/namespace/QName;Lcom/sun/xml/internal/rngom/digested/DAnnotation$Attribute;>;

  public java.util.List<org.w3c.dom.Element> getChildren();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.digested.DAnnotation this
         0: .line 191
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.DAnnotation.contents:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // com.sun.xml.internal.rngom.digested.DAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/DAnnotation;
    Signature: ()Ljava/util/List<Lorg/w3c/dom/Element;>;
}
SourceFile: "DAnnotation.java"
NestMembers:
  com.sun.xml.internal.rngom.digested.DAnnotation$Attribute
InnerClasses:
  public Attribute = com.sun.xml.internal.rngom.digested.DAnnotation$Attribute of com.sun.xml.internal.rngom.digested.DAnnotation