public class org.apache.html.dom.NameNodeListImpl extends org.apache.xerces.dom.DeepNodeListImpl implements org.w3c.dom.NodeList
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.html.dom.NameNodeListImpl
  super_class: org.apache.xerces.dom.DeepNodeListImpl
{
  public void <init>(org.apache.xerces.dom.NodeImpl, java.lang.String);
    descriptor: (Lorg/apache/xerces/dom/NodeImpl;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.html.dom.NameNodeListImpl this
        start local 1 // org.apache.xerces.dom.NodeImpl rootNode
        start local 2 // java.lang.String tagName
         0: .line 43
            aload 0 /* this */
            aload 1 /* rootNode */
            aload 2 /* tagName */
            invokespecial org.apache.xerces.dom.DeepNodeListImpl.<init>:(Lorg/apache/xerces/dom/NodeImpl;Ljava/lang/String;)V
         1: .line 44
            return
        end local 2 // java.lang.String tagName
        end local 1 // org.apache.xerces.dom.NodeImpl rootNode
        end local 0 // org.apache.html.dom.NameNodeListImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/html/dom/NameNodeListImpl;
            0    2     1  rootNode  Lorg/apache/xerces/dom/NodeImpl;
            0    2     2   tagName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      rootNode  
      tagName   

  protected org.w3c.dom.Node nextMatchingElementAfter(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.html.dom.NameNodeListImpl this
        start local 1 // org.w3c.dom.Node current
         0: .line 55
            goto 21
         1: .line 57
      StackMap locals:
      StackMap stack:
            aload 1 /* current */
            invokeinterface org.w3c.dom.Node.hasChildNodes:()Z
            ifeq 4
         2: .line 58
            aload 1 /* current */
            invokeinterface org.w3c.dom.Node.getFirstChild:()Lorg/w3c/dom/Node;
            astore 1 /* current */
         3: .line 59
            goto 16
         4: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* current */
            aload 0 /* this */
            getfield org.apache.html.dom.NameNodeListImpl.rootNode:Lorg/apache/xerces/dom/NodeImpl;
            if_acmpeq 8
            aload 1 /* current */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            dup
            astore 2 /* next */
        start local 2 // org.w3c.dom.Node next
         5: ifnull 8
         6: .line 63
            aload 2 /* next */
            astore 1 /* current */
         7: .line 64
            goto 16
        end local 2 // org.w3c.dom.Node next
         8: .line 68
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* next */
        start local 2 // org.w3c.dom.Node next
         9: .line 69
            goto 14
        10: .line 72
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 1 /* current */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 2 /* next */
        11: .line 73
            aload 2 /* next */
            ifnull 13
        12: .line 74
            goto 15
        13: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* current */
            invokeinterface org.w3c.dom.Node.getParentNode:()Lorg/w3c/dom/Node;
            astore 1 /* current */
        14: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* current */
            aload 0 /* this */
            getfield org.apache.html.dom.NameNodeListImpl.rootNode:Lorg/apache/xerces/dom/NodeImpl;
            if_acmpne 10
        15: .line 76
      StackMap locals:
      StackMap stack:
            aload 2 /* next */
            astore 1 /* current */
        end local 2 // org.w3c.dom.Node next
        16: .line 81
      StackMap locals:
      StackMap stack:
            aload 1 /* current */
            aload 0 /* this */
            getfield org.apache.html.dom.NameNodeListImpl.rootNode:Lorg/apache/xerces/dom/NodeImpl;
            if_acmpeq 21
            aload 1 /* current */
            ifnull 21
        17: .line 82
            aload 1 /* current */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 21
        18: .line 83
            aload 1 /* current */
            checkcast org.apache.xerces.dom.ElementImpl
            ldc "name"
            invokevirtual org.apache.xerces.dom.ElementImpl.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* name */
        start local 3 // java.lang.String name
        19: .line 84
            aload 3 /* name */
            ldc "*"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 20
            aload 3 /* name */
            aload 0 /* this */
            getfield org.apache.html.dom.NameNodeListImpl.tagName:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 21
        20: .line 85
      StackMap locals: org.apache.html.dom.NameNodeListImpl org.w3c.dom.Node top java.lang.String
      StackMap stack:
            aload 1 /* current */
            areturn
        end local 3 // java.lang.String name
        21: .line 55
      StackMap locals: org.apache.html.dom.NameNodeListImpl org.w3c.dom.Node
      StackMap stack:
            aload 1 /* current */
            ifnonnull 1
        22: .line 92
            aconst_null
            areturn
        end local 1 // org.w3c.dom.Node current
        end local 0 // org.apache.html.dom.NameNodeListImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lorg/apache/html/dom/NameNodeListImpl;
            0   23     1  current  Lorg/w3c/dom/Node;
            5    8     2     next  Lorg/w3c/dom/Node;
            9   16     2     next  Lorg/w3c/dom/Node;
           19   21     3     name  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      current  
}
SourceFile: "NameNodeListImpl.java"