public class org.apache.xpath.axes.DescendantIterator 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.DescendantIterator
  super_class: org.apache.xpath.axes.LocPathIterator
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -1190338607743976938

  protected transient org.apache.xml.dtm.DTMAxisTraverser m_traverser;
    descriptor: Lorg/apache/xml/dtm/DTMAxisTraverser;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected int m_axis;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int m_extendedTypeID;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  void <init>(org.apache.xpath.compiler.Compiler, int, int);
    descriptor: (Lorg/apache/xpath/compiler/Compiler;II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // org.apache.xpath.axes.DescendantIterator this
        start local 1 // org.apache.xpath.compiler.Compiler compiler
        start local 2 // int opPos
        start local 3 // int analysis
         0: .line 57
            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 59
            iload 2 /* opPos */
            invokestatic org.apache.xpath.compiler.OpMap.getFirstChildPos:(I)I
            istore 4 /* firstStepPos */
        start local 4 // int firstStepPos
         2: .line 60
            aload 1 /* compiler */
            iload 4 /* firstStepPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            istore 5 /* stepType */
        start local 5 // int stepType
         3: .line 62
            bipush 42
            iload 5 /* stepType */
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals: org.apache.xpath.axes.DescendantIterator org.apache.xpath.compiler.Compiler int int int int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 6 /* orSelf */
        start local 6 // boolean orSelf
         6: .line 63
            iconst_0
            istore 7 /* fromRoot */
        start local 7 // boolean fromRoot
         7: .line 64
            bipush 48
            iload 5 /* stepType */
            if_icmpne 10
         8: .line 66
            iconst_1
            istore 6 /* orSelf */
         9: .line 68
            goto 15
        10: .line 69
      StackMap locals: int int
      StackMap stack:
            bipush 50
            iload 5 /* stepType */
            if_icmpne 15
        11: .line 71
            iconst_1
            istore 7 /* fromRoot */
        12: .line 73
            aload 1 /* compiler */
            iload 4 /* firstStepPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getNextStepPos:(I)I
            istore 8 /* nextStepPos */
        start local 8 // int nextStepPos
        13: .line 74
            aload 1 /* compiler */
            iload 8 /* nextStepPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            bipush 42
            if_icmpne 15
        14: .line 75
            iconst_1
            istore 6 /* orSelf */
        end local 8 // int nextStepPos
        15: .line 80
      StackMap locals:
      StackMap stack:
            iload 4 /* firstStepPos */
            istore 8 /* nextStepPos */
        start local 8 // int nextStepPos
        16: .line 83
      StackMap locals: int
      StackMap stack:
            aload 1 /* compiler */
            iload 8 /* nextStepPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getNextStepPos:(I)I
            istore 8 /* nextStepPos */
        17: .line 84
            iload 8 /* nextStepPos */
            ifle 22
        18: .line 86
            aload 1 /* compiler */
            iload 8 /* nextStepPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            istore 9 /* stepOp */
        start local 9 // int stepOp
        19: .line 87
            iconst_m1
            iload 9 /* stepOp */
            if_icmpeq 22
        20: .line 88
            iload 8 /* nextStepPos */
            istore 4 /* firstStepPos */
        end local 9 // int stepOp
        21: .line 81
            goto 16
        22: .line 98
      StackMap locals:
      StackMap stack:
            iload 3 /* analysis */
            ldc 65536
            iand
            ifeq 24
        23: .line 99
            iconst_0
            istore 6 /* orSelf */
        24: .line 101
      StackMap locals:
      StackMap stack:
            iload 7 /* fromRoot */
            ifeq 29
        25: .line 103
            iload 6 /* orSelf */
            ifeq 27
        26: .line 104
            aload 0 /* this */
            bipush 18
            putfield org.apache.xpath.axes.DescendantIterator.m_axis:I
            goto 32
        27: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 17
            putfield org.apache.xpath.axes.DescendantIterator.m_axis:I
        28: .line 107
            goto 32
        29: .line 108
      StackMap locals:
      StackMap stack:
            iload 6 /* orSelf */
            ifeq 31
        30: .line 109
            aload 0 /* this */
            iconst_5
            putfield org.apache.xpath.axes.DescendantIterator.m_axis:I
            goto 32
        31: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield org.apache.xpath.axes.DescendantIterator.m_axis:I
        32: .line 113
      StackMap locals:
      StackMap stack:
            aload 1 /* compiler */
            iload 4 /* firstStepPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getWhatToShow:(I)I
            istore 9 /* whatToShow */
        start local 9 // int whatToShow
        33: .line 115
            iload 9 /* whatToShow */
        34: .line 116
            bipush 67
        35: .line 115
            iand
            ifeq 37
        36: .line 118
            iload 9 /* whatToShow */
            iconst_m1
            if_icmpne 38
        37: .line 119
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 9 /* whatToShow */
            invokevirtual org.apache.xpath.axes.DescendantIterator.initNodeTest:(I)V
            goto 41
        38: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 9 /* whatToShow */
            aload 1 /* compiler */
            iload 4 /* firstStepPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getStepNS:(I)Ljava/lang/String;
        39: .line 123
            aload 1 /* compiler */
            iload 4 /* firstStepPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getStepLocalName:(I)Ljava/lang/String;
        40: .line 122
            invokevirtual org.apache.xpath.axes.DescendantIterator.initNodeTest:(ILjava/lang/String;Ljava/lang/String;)V
        41: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* compiler */
            iload 4 /* firstStepPos */
            invokevirtual org.apache.xpath.axes.DescendantIterator.initPredicateInfo:(Lorg/apache/xpath/compiler/Compiler;I)V
        42: .line 126
            return
        end local 9 // int whatToShow
        end local 8 // int nextStepPos
        end local 7 // boolean fromRoot
        end local 6 // boolean orSelf
        end local 5 // int stepType
        end local 4 // int firstStepPos
        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.DescendantIterator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   43     0          this  Lorg/apache/xpath/axes/DescendantIterator;
            0   43     1      compiler  Lorg/apache/xpath/compiler/Compiler;
            0   43     2         opPos  I
            0   43     3      analysis  I
            2   43     4  firstStepPos  I
            3   43     5      stepType  I
            6   43     6        orSelf  Z
            7   43     7      fromRoot  Z
           13   15     8   nextStepPos  I
           16   43     8   nextStepPos  I
           19   21     9        stepOp  I
           33   43     9    whatToShow  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
          Name  Flags
      compiler  
      opPos     
      analysis  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.xpath.axes.DescendantIterator this
         0: .line 134
            aload 0 /* this */
            aconst_null
            invokespecial org.apache.xpath.axes.LocPathIterator.<init>:(Lorg/apache/xml/utils/PrefixResolver;)V
         1: .line 135
            aload 0 /* this */
            bipush 18
            putfield org.apache.xpath.axes.DescendantIterator.m_axis:I
         2: .line 136
            iconst_m1
            istore 1 /* whatToShow */
        start local 1 // int whatToShow
         3: .line 137
            aload 0 /* this */
            iload 1 /* whatToShow */
            invokevirtual org.apache.xpath.axes.DescendantIterator.initNodeTest:(I)V
         4: .line 138
            return
        end local 1 // int whatToShow
        end local 0 // org.apache.xpath.axes.DescendantIterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/apache/xpath/axes/DescendantIterator;
            3    5     1  whatToShow  I

  public org.apache.xml.dtm.DTMIterator cloneWithReset();
    descriptor: ()Lorg/apache/xml/dtm/DTMIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.xpath.axes.DescendantIterator this
         0: .line 152
            aload 0 /* this */
            invokespecial org.apache.xpath.axes.LocPathIterator.cloneWithReset:()Lorg/apache/xml/dtm/DTMIterator;
            checkcast org.apache.xpath.axes.DescendantIterator
            astore 1 /* clone */
        start local 1 // org.apache.xpath.axes.DescendantIterator clone
         1: .line 153
            aload 1 /* clone */
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_traverser:Lorg/apache/xml/dtm/DTMAxisTraverser;
            putfield org.apache.xpath.axes.DescendantIterator.m_traverser:Lorg/apache/xml/dtm/DTMAxisTraverser;
         2: .line 155
            aload 1 /* clone */
            invokevirtual org.apache.xpath.axes.DescendantIterator.resetProximityPositions:()V
         3: .line 157
            aload 1 /* clone */
            areturn
        end local 1 // org.apache.xpath.axes.DescendantIterator clone
        end local 0 // org.apache.xpath.axes.DescendantIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/xpath/axes/DescendantIterator;
            1    4     1  clone  Lorg/apache/xpath/axes/DescendantIterator;
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public int nextNode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.apache.xpath.axes.DescendantIterator this
         0: .line 174
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_foundLast:Z
            ifeq 2
         1: .line 175
            iconst_m1
            ireturn
         2: .line 177
      StackMap locals:
      StackMap stack:
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_lastFetched:I
            if_icmpne 4
         3: .line 179
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.DescendantIterator.resetProximityPositions:()V
         4: .line 186
      StackMap locals:
      StackMap stack:
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_stackFrame:I
            if_icmpeq 9
         5: .line 188
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_execContext:Lorg/apache/xpath/XPathContext;
            invokevirtual org.apache.xpath.XPathContext.getVarStack:()Lorg/apache/xpath/VariableStack;
            astore 2 /* vars */
        start local 2 // org.apache.xpath.VariableStack vars
         6: .line 191
            aload 2 /* vars */
            invokevirtual org.apache.xpath.VariableStack.getStackFrame:()I
            istore 3 /* savedStart */
        start local 3 // int savedStart
         7: .line 193
            aload 2 /* vars */
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_stackFrame:I
            invokevirtual org.apache.xpath.VariableStack.setStackFrame:(I)V
         8: .line 194
            goto 11
        end local 3 // int savedStart
        end local 2 // org.apache.xpath.VariableStack vars
         9: .line 198
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* vars */
        start local 2 // org.apache.xpath.VariableStack vars
        10: .line 199
            iconst_0
            istore 3 /* savedStart */
        start local 3 // int savedStart
        11: .line 206
      StackMap locals: org.apache.xpath.axes.DescendantIterator top org.apache.xpath.VariableStack int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_extendedTypeID:I
            ifne 17
        12: .line 208
            aload 0 /* this */
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_lastFetched:I
            if_icmpne 14
        13: .line 209
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_traverser:Lorg/apache/xml/dtm/DTMAxisTraverser;
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_context:I
            invokevirtual org.apache.xml.dtm.DTMAxisTraverser.first:(I)I
            goto 15
        14: .line 210
      StackMap locals:
      StackMap stack: org.apache.xpath.axes.DescendantIterator
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_traverser:Lorg/apache/xml/dtm/DTMAxisTraverser;
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_context:I
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_lastFetched:I
            invokevirtual org.apache.xml.dtm.DTMAxisTraverser.next:(II)I
        15: .line 208
      StackMap locals: org.apache.xpath.axes.DescendantIterator top org.apache.xpath.VariableStack int
      StackMap stack: org.apache.xpath.axes.DescendantIterator int
            dup_x1
            putfield org.apache.xpath.axes.DescendantIterator.m_lastFetched:I
            istore 1 /* next */
        start local 1 // int next
        16: .line 211
            goto 23
        end local 1 // int next
        17: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_lastFetched:I
            if_icmpne 19
        18: .line 215
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_traverser:Lorg/apache/xml/dtm/DTMAxisTraverser;
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_context:I
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_extendedTypeID:I
            invokevirtual org.apache.xml.dtm.DTMAxisTraverser.first:(II)I
            goto 22
        19: .line 216
      StackMap locals:
      StackMap stack: org.apache.xpath.axes.DescendantIterator
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_traverser:Lorg/apache/xml/dtm/DTMAxisTraverser;
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_context:I
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_lastFetched:I
        20: .line 217
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_extendedTypeID:I
        21: .line 216
            invokevirtual org.apache.xml.dtm.DTMAxisTraverser.next:(III)I
        22: .line 214
      StackMap locals: org.apache.xpath.axes.DescendantIterator top org.apache.xpath.VariableStack int
      StackMap stack: org.apache.xpath.axes.DescendantIterator int
            dup_x1
            putfield org.apache.xpath.axes.DescendantIterator.m_lastFetched:I
            istore 1 /* next */
        start local 1 // int next
        23: .line 220
      StackMap locals: org.apache.xpath.axes.DescendantIterator int org.apache.xpath.VariableStack int
      StackMap stack:
            iconst_m1
            iload 1 /* next */
            if_icmpeq 27
        24: .line 222
            iconst_1
            aload 0 /* this */
            iload 1 /* next */
            invokevirtual org.apache.xpath.axes.DescendantIterator.acceptNode:(I)S
            if_icmpne 26
        25: .line 223
            goto 27
        26: .line 230
      StackMap locals:
      StackMap stack:
            iload 1 /* next */
            iconst_m1
            if_icmpne 11
        27: .line 232
      StackMap locals:
      StackMap stack:
            iconst_m1
            iload 1 /* next */
            if_icmpeq 33
        28: .line 234
            aload 0 /* this */
            dup
            getfield org.apache.xpath.axes.DescendantIterator.m_pos:I
            iconst_1
            iadd
            putfield org.apache.xpath.axes.DescendantIterator.m_pos:I
        29: .line 235
            iload 1 /* next */
            istore 5
        30: .line 246
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_stackFrame:I
            if_icmpeq 32
        31: .line 249
            aload 2 /* vars */
            iload 3 /* savedStart */
            invokevirtual org.apache.xpath.VariableStack.setStackFrame:(I)V
        32: .line 235
      StackMap locals: org.apache.xpath.axes.DescendantIterator int org.apache.xpath.VariableStack int top int
      StackMap stack:
            iload 5
            ireturn
        33: .line 239
      StackMap locals: org.apache.xpath.axes.DescendantIterator int org.apache.xpath.VariableStack int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.xpath.axes.DescendantIterator.m_foundLast:Z
        34: .line 246
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_stackFrame:I
            if_icmpeq 36
        35: .line 249
            aload 2 /* vars */
            iload 3 /* savedStart */
            invokevirtual org.apache.xpath.VariableStack.setStackFrame:(I)V
        36: .line 241
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // int next
        37: .line 245
      StackMap locals: org.apache.xpath.axes.DescendantIterator top org.apache.xpath.VariableStack int
      StackMap stack: java.lang.Throwable
            astore 4
        38: .line 246
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_stackFrame:I
            if_icmpeq 40
        39: .line 249
            aload 2 /* vars */
            iload 3 /* savedStart */
            invokevirtual org.apache.xpath.VariableStack.setStackFrame:(I)V
        40: .line 251
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 4
            athrow
        end local 3 // int savedStart
        end local 2 // org.apache.xpath.VariableStack vars
        end local 0 // org.apache.xpath.axes.DescendantIterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   41     0        this  Lorg/apache/xpath/axes/DescendantIterator;
           16   17     1        next  I
           23   37     1        next  I
            6    9     2        vars  Lorg/apache/xpath/VariableStack;
           10   41     2        vars  Lorg/apache/xpath/VariableStack;
            7    9     3  savedStart  I
           11   41     3  savedStart  I
      Exception table:
        from    to  target  type
          11    30      37  any
          33    34      37  any

  public void setRoot(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.apache.xpath.axes.DescendantIterator this
        start local 1 // int context
        start local 2 // java.lang.Object environment
         0: .line 263
            aload 0 /* this */
            iload 1 /* context */
            aload 2 /* environment */
            invokespecial org.apache.xpath.axes.LocPathIterator.setRoot:(ILjava/lang/Object;)V
         1: .line 264
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_cdtm:Lorg/apache/xml/dtm/DTM;
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_axis:I
            invokeinterface org.apache.xml.dtm.DTM.getAxisTraverser:(I)Lorg/apache/xml/dtm/DTMAxisTraverser;
            putfield org.apache.xpath.axes.DescendantIterator.m_traverser:Lorg/apache/xml/dtm/DTMAxisTraverser;
         2: .line 266
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.DescendantIterator.getLocalName:()Ljava/lang/String;
            astore 3 /* localName */
        start local 3 // java.lang.String localName
         3: .line 267
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.DescendantIterator.getNamespace:()Ljava/lang/String;
            astore 4 /* namespace */
        start local 4 // java.lang.String namespace
         4: .line 268
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_whatToShow:I
            istore 5 /* what */
        start local 5 // int what
         5: .line 271
            iconst_m1
            iload 5 /* what */
            if_icmpeq 8
         6: .line 272
            ldc "*"
            aload 3 /* localName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 8
         7: .line 273
            ldc "*"
            aload 4 /* namespace */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 275
      StackMap locals: java.lang.String java.lang.String int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.axes.DescendantIterator.m_extendedTypeID:I
         9: .line 276
            goto 12
        10: .line 279
      StackMap locals:
      StackMap stack:
            iload 5 /* what */
            invokestatic org.apache.xpath.axes.DescendantIterator.getNodeTypeTest:(I)I
            istore 6 /* type */
        start local 6 // int type
        11: .line 280
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_cdtm:Lorg/apache/xml/dtm/DTM;
            aload 4 /* namespace */
            aload 3 /* localName */
            iload 6 /* type */
            invokeinterface org.apache.xml.dtm.DTM.getExpandedTypeID:(Ljava/lang/String;Ljava/lang/String;I)I
            putfield org.apache.xpath.axes.DescendantIterator.m_extendedTypeID:I
        end local 6 // int type
        12: .line 283
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int what
        end local 4 // java.lang.String namespace
        end local 3 // java.lang.String localName
        end local 2 // java.lang.Object environment
        end local 1 // int context
        end local 0 // org.apache.xpath.axes.DescendantIterator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/apache/xpath/axes/DescendantIterator;
            0   13     1      context  I
            0   13     2  environment  Ljava/lang/Object;
            3   13     3    localName  Ljava/lang/String;
            4   13     4    namespace  Ljava/lang/String;
            5   13     5         what  I
           11   12     6         type  I
    MethodParameters:
             Name  Flags
      context      
      environment  

  public int asNode(org.apache.xpath.XPathContext);
    descriptor: (Lorg/apache/xpath/XPathContext;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=2
        start local 0 // org.apache.xpath.axes.DescendantIterator this
        start local 1 // org.apache.xpath.XPathContext xctxt
         0: .line 296
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.DescendantIterator.getPredicateCount:()I
            ifle 2
         1: .line 297
            aload 0 /* this */
            aload 1 /* xctxt */
            invokespecial org.apache.xpath.axes.LocPathIterator.asNode:(Lorg/apache/xpath/XPathContext;)I
            ireturn
         2: .line 299
      StackMap locals:
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.getCurrentNode:()I
            istore 2 /* current */
        start local 2 // int current
         3: .line 301
            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
         4: .line 302
            aload 3 /* dtm */
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_axis:I
            invokeinterface org.apache.xml.dtm.DTM.getAxisTraverser:(I)Lorg/apache/xml/dtm/DTMAxisTraverser;
            astore 4 /* traverser */
        start local 4 // org.apache.xml.dtm.DTMAxisTraverser traverser
         5: .line 304
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.DescendantIterator.getLocalName:()Ljava/lang/String;
            astore 5 /* localName */
        start local 5 // java.lang.String localName
         6: .line 305
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.DescendantIterator.getNamespace:()Ljava/lang/String;
            astore 6 /* namespace */
        start local 6 // java.lang.String namespace
         7: .line 306
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_whatToShow:I
            istore 7 /* what */
        start local 7 // int what
         8: .line 312
            iconst_m1
            iload 7 /* what */
            if_icmpeq 11
         9: .line 313
            aload 5 /* localName */
            ldc "*"
            if_acmpeq 11
        10: .line 314
            aload 6 /* namespace */
            ldc "*"
            if_acmpne 12
        11: .line 316
      StackMap locals: org.apache.xpath.axes.DescendantIterator org.apache.xpath.XPathContext int org.apache.xml.dtm.DTM org.apache.xml.dtm.DTMAxisTraverser java.lang.String java.lang.String int
      StackMap stack:
            aload 4 /* traverser */
            iload 2 /* current */
            invokevirtual org.apache.xml.dtm.DTMAxisTraverser.first:(I)I
            ireturn
        12: .line 320
      StackMap locals:
      StackMap stack:
            iload 7 /* what */
            invokestatic org.apache.xpath.axes.DescendantIterator.getNodeTypeTest:(I)I
            istore 8 /* type */
        start local 8 // int type
        13: .line 321
            aload 3 /* dtm */
            aload 6 /* namespace */
            aload 5 /* localName */
            iload 8 /* type */
            invokeinterface org.apache.xml.dtm.DTM.getExpandedTypeID:(Ljava/lang/String;Ljava/lang/String;I)I
            istore 9 /* extendedType */
        start local 9 // int extendedType
        14: .line 322
            aload 4 /* traverser */
            iload 2 /* current */
            iload 9 /* extendedType */
            invokevirtual org.apache.xml.dtm.DTMAxisTraverser.first:(II)I
            ireturn
        end local 9 // int extendedType
        end local 8 // int type
        end local 7 // int what
        end local 6 // java.lang.String namespace
        end local 5 // java.lang.String localName
        end local 4 // org.apache.xml.dtm.DTMAxisTraverser traverser
        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.DescendantIterator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lorg/apache/xpath/axes/DescendantIterator;
            0   15     1         xctxt  Lorg/apache/xpath/XPathContext;
            3   15     2       current  I
            4   15     3           dtm  Lorg/apache/xml/dtm/DTM;
            5   15     4     traverser  Lorg/apache/xml/dtm/DTMAxisTraverser;
            6   15     5     localName  Ljava/lang/String;
            7   15     6     namespace  Ljava/lang/String;
            8   15     7          what  I
           13   15     8          type  I
           14   15     9  extendedType  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public void detach();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.DescendantIterator this
         0: .line 335
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_allowDetach:Z
            ifeq 4
         1: .line 336
            aload 0 /* this */
            aconst_null
            putfield org.apache.xpath.axes.DescendantIterator.m_traverser:Lorg/apache/xml/dtm/DTMAxisTraverser;
         2: .line 337
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.axes.DescendantIterator.m_extendedTypeID:I
         3: .line 340
            aload 0 /* this */
            invokespecial org.apache.xpath.axes.LocPathIterator.detach:()V
         4: .line 342
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.xpath.axes.DescendantIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/xpath/axes/DescendantIterator;

  public int getAxis();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.DescendantIterator this
         0: .line 352
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_axis:I
            ireturn
        end local 0 // org.apache.xpath.axes.DescendantIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/axes/DescendantIterator;

  public boolean deepEquals(org.apache.xpath.Expression);
    descriptor: (Lorg/apache/xpath/Expression;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.axes.DescendantIterator this
        start local 1 // org.apache.xpath.Expression expr
         0: .line 370
            aload 0 /* this */
            aload 1 /* expr */
            invokespecial org.apache.xpath.axes.LocPathIterator.deepEquals:(Lorg/apache/xpath/Expression;)Z
            ifne 2
         1: .line 371
            iconst_0
            ireturn
         2: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.DescendantIterator.m_axis:I
            aload 1 /* expr */
            checkcast org.apache.xpath.axes.DescendantIterator
            getfield org.apache.xpath.axes.DescendantIterator.m_axis:I
            if_icmpeq 4
         3: .line 374
            iconst_0
            ireturn
         4: .line 376
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // org.apache.xpath.Expression expr
        end local 0 // org.apache.xpath.axes.DescendantIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/xpath/axes/DescendantIterator;
            0    5     1  expr  Lorg/apache/xpath/Expression;
    MethodParameters:
      Name  Flags
      expr  
}
SourceFile: "DescendantIterator.java"