class com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl implements com.sun.xml.internal.rngom.ast.builder.ElementAnnotationBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl
  super_class: java.lang.Object
{
  private final org.w3c.dom.Element e;
    descriptor: Lorg/w3c/dom/Element;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
        start local 1 // org.w3c.dom.Element e
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* e */
            putfield com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl.e:Lorg/w3c/dom/Element;
         2: .line 64
            return
        end local 1 // org.w3c.dom.Element e
        end local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/rngom/digested/ElementAnnotationBuilderImpl;
            0    3     1     e  Lorg/w3c/dom/Element;
    MethodParameters:
      Name  Flags
      e     

  public void addText(java.lang.String, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.CommentList);
    descriptor: (Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
        start local 1 // java.lang.String value
        start local 2 // com.sun.xml.internal.rngom.ast.om.Location loc
        start local 3 // com.sun.xml.internal.rngom.ast.builder.CommentList comments
         0: .line 68
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl.e:Lorg/w3c/dom/Element;
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl.e:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getOwnerDocument:()Lorg/w3c/dom/Document;
            aload 1 /* value */
            invokeinterface org.w3c.dom.Document.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         1: .line 69
            return
        end local 3 // com.sun.xml.internal.rngom.ast.builder.CommentList comments
        end local 2 // com.sun.xml.internal.rngom.ast.om.Location loc
        end local 1 // java.lang.String value
        end local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/xml/internal/rngom/digested/ElementAnnotationBuilderImpl;
            0    2     1     value  Ljava/lang/String;
            0    2     2       loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
            0    2     3  comments  Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
          Name  Flags
      value     
      loc       
      comments  

  public com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation makeElementAnnotation();
    descriptor: ()Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
         0: .line 72
            new com.sun.xml.internal.rngom.digested.ElementWrapper
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl.e:Lorg/w3c/dom/Element;
            invokespecial com.sun.xml.internal.rngom.digested.ElementWrapper.<init>:(Lorg/w3c/dom/Element;)V
            areturn
        end local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/ElementAnnotationBuilderImpl;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException

  public void addAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.om.Location);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
        start local 1 // java.lang.String ns
        start local 2 // java.lang.String localName
        start local 3 // java.lang.String prefix
        start local 4 // java.lang.String value
        start local 5 // com.sun.xml.internal.rngom.ast.om.Location loc
         0: .line 76
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl.e:Lorg/w3c/dom/Element;
            aload 1 /* ns */
            aload 2 /* localName */
            aload 4 /* value */
            invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 77
            return
        end local 5 // com.sun.xml.internal.rngom.ast.om.Location loc
        end local 4 // java.lang.String value
        end local 3 // java.lang.String prefix
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String ns
        end local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/xml/internal/rngom/digested/ElementAnnotationBuilderImpl;
            0    2     1         ns  Ljava/lang/String;
            0    2     2  localName  Ljava/lang/String;
            0    2     3     prefix  Ljava/lang/String;
            0    2     4      value  Ljava/lang/String;
            0    2     5        loc  Lcom/sun/xml/internal/rngom/ast/om/Location;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
           Name  Flags
      ns         
      localName  
      prefix     
      value      
      loc        

  public void addElement(com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
        start local 1 // com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation ea
         0: .line 80
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl.e:Lorg/w3c/dom/Element;
            aload 1 /* ea */
            checkcast com.sun.xml.internal.rngom.digested.ElementWrapper
            getfield com.sun.xml.internal.rngom.digested.ElementWrapper.element:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         1: .line 81
            return
        end local 1 // com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation ea
        end local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/rngom/digested/ElementAnnotationBuilderImpl;
            0    2     1    ea  Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
      Name  Flags
      ea    

  public void addComment(com.sun.xml.internal.rngom.ast.builder.CommentList);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
        start local 1 // com.sun.xml.internal.rngom.ast.builder.CommentList comments
         0: .line 84
            return
        end local 1 // com.sun.xml.internal.rngom.ast.builder.CommentList comments
        end local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/xml/internal/rngom/digested/ElementAnnotationBuilderImpl;
            0    1     1  comments  Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
          Name  Flags
      comments  

  public void addLeadingComment(com.sun.xml.internal.rngom.ast.builder.CommentList);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
        start local 1 // com.sun.xml.internal.rngom.ast.builder.CommentList comments
         0: .line 87
            return
        end local 1 // com.sun.xml.internal.rngom.ast.builder.CommentList comments
        end local 0 // com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/xml/internal/rngom/digested/ElementAnnotationBuilderImpl;
            0    1     1  comments  Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
          Name  Flags
      comments  
}
SourceFile: "ElementAnnotationBuilderImpl.java"