public class org.apache.xml.dtm.ref.DTMNodeList extends org.apache.xml.dtm.ref.DTMNodeListBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xml.dtm.ref.DTMNodeList
  super_class: org.apache.xml.dtm.ref.DTMNodeListBase
{
  private org.apache.xml.dtm.DTMIterator m_iter;
    descriptor: Lorg/apache/xml/dtm/DTMIterator;
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMNodeList this
         0: .line 61
            aload 0 /* this */
            invokespecial org.apache.xml.dtm.ref.DTMNodeListBase.<init>:()V
         1: .line 62
            return
        end local 0 // org.apache.xml.dtm.ref.DTMNodeList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/dtm/ref/DTMNodeList;

  public void <init>(org.apache.xml.dtm.DTMIterator);
    descriptor: (Lorg/apache/xml/dtm/DTMIterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.xml.dtm.ref.DTMNodeList this
        start local 1 // org.apache.xml.dtm.DTMIterator dtmIterator
         0: .line 72
            aload 0 /* this */
            invokespecial org.apache.xml.dtm.ref.DTMNodeListBase.<init>:()V
         1: .line 73
            aload 1 /* dtmIterator */
            ifnull 10
         2: .line 74
            aload 1 /* dtmIterator */
            invokeinterface org.apache.xml.dtm.DTMIterator.getCurrentPos:()I
            istore 2 /* pos */
        start local 2 // int pos
         3: .line 76
            aload 0 /* this */
            aload 1 /* dtmIterator */
            invokeinterface org.apache.xml.dtm.DTMIterator.cloneWithReset:()Lorg/apache/xml/dtm/DTMIterator;
            putfield org.apache.xml.dtm.ref.DTMNodeList.m_iter:Lorg/apache/xml/dtm/DTMIterator;
         4: .line 77
            goto 7
      StackMap locals: org.apache.xml.dtm.ref.DTMNodeList org.apache.xml.dtm.DTMIterator int
      StackMap stack: java.lang.CloneNotSupportedException
         5: pop
         6: .line 78
            aload 0 /* this */
            aload 1 /* dtmIterator */
            putfield org.apache.xml.dtm.ref.DTMNodeList.m_iter:Lorg/apache/xml/dtm/DTMIterator;
         7: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMNodeList.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            iconst_1
            invokeinterface org.apache.xml.dtm.DTMIterator.setShouldCacheNodes:(Z)V
         8: .line 81
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMNodeList.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            iconst_m1
            invokeinterface org.apache.xml.dtm.DTMIterator.runTo:(I)V
         9: .line 82
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMNodeList.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            iload 2 /* pos */
            invokeinterface org.apache.xml.dtm.DTMIterator.setCurrentPos:(I)V
        end local 2 // int pos
        10: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.xml.dtm.DTMIterator dtmIterator
        end local 0 // org.apache.xml.dtm.ref.DTMNodeList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/apache/xml/dtm/ref/DTMNodeList;
            0   11     1  dtmIterator  Lorg/apache/xml/dtm/DTMIterator;
            3   10     2          pos  I
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.CloneNotSupportedException
    MethodParameters:
             Name  Flags
      dtmIterator  

  public org.apache.xml.dtm.DTMIterator getDTMIterator();
    descriptor: ()Lorg/apache/xml/dtm/DTMIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMNodeList this
         0: .line 92
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMNodeList.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            areturn
        end local 0 // org.apache.xml.dtm.ref.DTMNodeList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/dtm/ref/DTMNodeList;

  public org.w3c.dom.Node item(int);
    descriptor: (I)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.xml.dtm.ref.DTMNodeList this
        start local 1 // int index
         0: .line 109
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMNodeList.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnull 5
         1: .line 110
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMNodeList.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            iload 1 /* index */
            invokeinterface org.apache.xml.dtm.DTMIterator.item:(I)I
            istore 2 /* handle */
        start local 2 // int handle
         2: .line 111
            iload 2 /* handle */
            iconst_m1
            if_icmpne 4
         3: .line 112
            aconst_null
            areturn
         4: .line 114
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMNodeList.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            iload 2 /* handle */
            invokeinterface org.apache.xml.dtm.DTMIterator.getDTM:(I)Lorg/apache/xml/dtm/DTM;
            iload 2 /* handle */
            invokeinterface org.apache.xml.dtm.DTM.getNode:(I)Lorg/w3c/dom/Node;
            areturn
        end local 2 // int handle
         5: .line 116
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // org.apache.xml.dtm.ref.DTMNodeList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/xml/dtm/ref/DTMNodeList;
            0    6     1   index  I
            2    5     2  handle  I
    MethodParameters:
       Name  Flags
      index  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMNodeList this
         0: .line 125
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMNodeList.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnull 1
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMNodeList.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.getLength:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.apache.xml.dtm.ref.DTMNodeList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xml/dtm/ref/DTMNodeList;
}
SourceFile: "DTMNodeList.java"