public class org.apache.xml.dtm.ref.DTMChildIterNodeList 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.DTMChildIterNodeList
  super_class: org.apache.xml.dtm.ref.DTMNodeListBase
{
  private int m_firstChild;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.apache.xml.dtm.DTM m_parentDTM;
    descriptor: Lorg/apache/xml/dtm/DTM;
    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.DTMChildIterNodeList 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.DTMChildIterNodeList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/dtm/ref/DTMChildIterNodeList;

  public void <init>(org.apache.xml.dtm.DTM, int);
    descriptor: (Lorg/apache/xml/dtm/DTM;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.xml.dtm.ref.DTMChildIterNodeList this
        start local 1 // org.apache.xml.dtm.DTM parentDTM
        start local 2 // int parentHandle
         0: .line 77
            aload 0 /* this */
            invokespecial org.apache.xml.dtm.ref.DTMNodeListBase.<init>:()V
         1: .line 78
            aload 0 /* this */
            aload 1 /* parentDTM */
            putfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_parentDTM:Lorg/apache/xml/dtm/DTM;
         2: .line 79
            aload 0 /* this */
            aload 1 /* parentDTM */
            iload 2 /* parentHandle */
            invokeinterface org.apache.xml.dtm.DTM.getFirstChild:(I)I
            putfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_firstChild:I
         3: .line 80
            return
        end local 2 // int parentHandle
        end local 1 // org.apache.xml.dtm.DTM parentDTM
        end local 0 // org.apache.xml.dtm.ref.DTMChildIterNodeList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/apache/xml/dtm/ref/DTMChildIterNodeList;
            0    4     1     parentDTM  Lorg/apache/xml/dtm/DTM;
            0    4     2  parentHandle  I
    MethodParameters:
              Name  Flags
      parentDTM     
      parentHandle  

  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.DTMChildIterNodeList this
        start local 1 // int index
         0: .line 96
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_firstChild:I
            istore 2 /* handle */
        start local 2 // int handle
         1: .line 97
            goto 3
         2: .line 98
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_parentDTM:Lorg/apache/xml/dtm/DTM;
            iload 2 /* handle */
            invokeinterface org.apache.xml.dtm.DTM.getNextSibling:(I)I
            istore 2 /* handle */
         3: .line 97
      StackMap locals:
      StackMap stack:
            iinc 1 /* index */ -1
            iload 1 /* index */
            iflt 4
            iload 2 /* handle */
            iconst_m1
            if_icmpne 2
         4: .line 100
      StackMap locals:
      StackMap stack:
            iload 2 /* handle */
            iconst_m1
            if_icmpne 6
         5: .line 101
            aconst_null
            areturn
         6: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_parentDTM: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
        end local 1 // int index
        end local 0 // org.apache.xml.dtm.ref.DTMChildIterNodeList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/xml/dtm/ref/DTMChildIterNodeList;
            0    7     1   index  I
            1    7     2  handle  I
    MethodParameters:
       Name  Flags
      index  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMChildIterNodeList this
         0: .line 111
            iconst_0
            istore 1 /* count */
        start local 1 // int count
         1: .line 112
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_firstChild:I
            istore 2 /* handle */
        start local 2 // int handle
         2: .line 113
            goto 5
         3: .line 115
      StackMap locals: int int
      StackMap stack:
            iinc 1 /* count */ 1
         4: .line 114
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_parentDTM:Lorg/apache/xml/dtm/DTM;
            iload 2 /* handle */
            invokeinterface org.apache.xml.dtm.DTM.getNextSibling:(I)I
            istore 2 /* handle */
         5: .line 113
      StackMap locals:
      StackMap stack:
            iload 2 /* handle */
            iconst_m1
            if_icmpne 3
        end local 2 // int handle
         6: .line 117
            iload 1 /* count */
            ireturn
        end local 1 // int count
        end local 0 // org.apache.xml.dtm.ref.DTMChildIterNodeList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/xml/dtm/ref/DTMChildIterNodeList;
            1    7     1   count  I
            2    6     2  handle  I
}
SourceFile: "DTMChildIterNodeList.java"