public class org.apache.xpath.axes.ChildIterator extends org.apache.xpath.axes.LocPathIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.axes.ChildIterator
  super_class: org.apache.xpath.axes.LocPathIterator
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -6935428015142993583

  void <init>(org.apache.xpath.compiler.Compiler, int, int);
    descriptor: (Lorg/apache/xpath/compiler/Compiler;II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.xpath.axes.ChildIterator this
        start local 1 // org.apache.xpath.compiler.Compiler compiler
        start local 2 // int opPos
        start local 3 // int analysis
         0: .line 52
            aload 0 /* this */
            aload 1 /* compiler */
            iload 2 /* opPos */
            iload 3 /* analysis */
            iconst_0
            invokespecial org.apache.xpath.axes.LocPathIterator.<init>:(Lorg/apache/xpath/compiler/Compiler;IIZ)V
         1: .line 55
            aload 0 /* this */
            iconst_m1
            invokevirtual org.apache.xpath.axes.ChildIterator.initNodeTest:(I)V
         2: .line 56
            return
        end local 3 // int analysis
        end local 2 // int opPos
        end local 1 // org.apache.xpath.compiler.Compiler compiler
        end local 0 // org.apache.xpath.axes.ChildIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/xpath/axes/ChildIterator;
            0    3     1  compiler  Lorg/apache/xpath/compiler/Compiler;
            0    3     2     opPos  I
            0    3     3  analysis  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
          Name  Flags
      compiler  
      opPos     
      analysis  

  public int asNode(org.apache.xpath.XPathContext);
    descriptor: (Lorg/apache/xpath/XPathContext;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.xpath.axes.ChildIterator this
        start local 1 // org.apache.xpath.XPathContext xctxt
         0: .line 69
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.getCurrentNode:()I
            istore 2 /* current */
        start local 2 // int current
         1: .line 71
            aload 1 /* xctxt */
            iload 2 /* current */
            invokevirtual org.apache.xpath.XPathContext.getDTM:(I)Lorg/apache/xml/dtm/DTM;
            astore 3 /* dtm */
        start local 3 // org.apache.xml.dtm.DTM dtm
         2: .line 73
            aload 3 /* dtm */
            iload 2 /* current */
            invokeinterface org.apache.xml.dtm.DTM.getFirstChild:(I)I
            ireturn
        end local 3 // org.apache.xml.dtm.DTM dtm
        end local 2 // int current
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.axes.ChildIterator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/xpath/axes/ChildIterator;
            0    3     1    xctxt  Lorg/apache/xpath/XPathContext;
            1    3     2  current  I
            2    3     3      dtm  Lorg/apache/xml/dtm/DTM;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public int nextNode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.xpath.axes.ChildIterator this
         0: .line 86
            aload 0 /* this */
            getfield org.apache.xpath.axes.ChildIterator.m_foundLast:Z
            ifeq 2
         1: .line 87
            iconst_m1
            ireturn
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xpath.axes.ChildIterator.m_lastFetched:I
            if_icmpne 4
         3: .line 92
            aload 0 /* this */
            getfield org.apache.xpath.axes.ChildIterator.m_cdtm:Lorg/apache/xml/dtm/DTM;
            aload 0 /* this */
            getfield org.apache.xpath.axes.ChildIterator.m_context:I
            invokeinterface org.apache.xml.dtm.DTM.getFirstChild:(I)I
            goto 5
         4: .line 93
      StackMap locals:
      StackMap stack: org.apache.xpath.axes.ChildIterator
            aload 0 /* this */
            getfield org.apache.xpath.axes.ChildIterator.m_cdtm:Lorg/apache/xml/dtm/DTM;
            aload 0 /* this */
            getfield org.apache.xpath.axes.ChildIterator.m_lastFetched:I
            invokeinterface org.apache.xml.dtm.DTM.getNextSibling:(I)I
      StackMap locals: org.apache.xpath.axes.ChildIterator
      StackMap stack: org.apache.xpath.axes.ChildIterator int
         5: dup
            istore 1 /* next */
        start local 1 // int next
         6: .line 91
            putfield org.apache.xpath.axes.ChildIterator.m_lastFetched:I
         7: .line 96
            iconst_m1
            iload 1 /* next */
            if_icmpeq 10
         8: .line 98
            aload 0 /* this */
            dup
            getfield org.apache.xpath.axes.ChildIterator.m_pos:I
            iconst_1
            iadd
            putfield org.apache.xpath.axes.ChildIterator.m_pos:I
         9: .line 99
            iload 1 /* next */
            ireturn
        10: .line 103
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.xpath.axes.ChildIterator.m_foundLast:Z
        11: .line 105
            iconst_m1
            ireturn
        end local 1 // int next
        end local 0 // org.apache.xpath.axes.ChildIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/xpath/axes/ChildIterator;
            6   12     1  next  I

  public int getAxis();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.ChildIterator this
         0: .line 117
            iconst_3
            ireturn
        end local 0 // org.apache.xpath.axes.ChildIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/axes/ChildIterator;
}
SourceFile: "ChildIterator.java"