public abstract class org.apache.xml.dtm.ref.DTMAxisIteratorBase implements org.apache.xml.dtm.DTMAxisIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.xml.dtm.ref.DTMAxisIteratorBase
  super_class: java.lang.Object
{
  protected int _last;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

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

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

  protected boolean _includeSelf;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean _isRestartable;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            iconst_m1
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._last:I
         2: .line 41
            aload 0 /* this */
            iconst_0
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._position:I
         3: .line 52
            aload 0 /* this */
            iconst_m1
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._startNode:I
         4: .line 57
            aload 0 /* this */
            iconst_0
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._includeSelf:Z
         5: .line 63
            aload 0 /* this */
            iconst_1
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._isRestartable:Z
         6: .line 29
            return
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;

  public int getStartNode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
         0: .line 73
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._startNode:I
            ireturn
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;

  public org.apache.xml.dtm.DTMAxisIterator reset();
    descriptor: ()Lorg/apache/xml/dtm/DTMAxisIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
         0: .line 83
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._isRestartable:Z
            istore 1 /* temp */
        start local 1 // boolean temp
         1: .line 85
            aload 0 /* this */
            iconst_1
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._isRestartable:Z
         2: .line 87
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._startNode:I
            invokevirtual org.apache.xml.dtm.ref.DTMAxisIteratorBase.setStartNode:(I)Lorg/apache/xml/dtm/DTMAxisIterator;
            pop
         3: .line 89
            aload 0 /* this */
            iload 1 /* temp */
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._isRestartable:Z
         4: .line 91
            aload 0 /* this */
            areturn
        end local 1 // boolean temp
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;
            1    5     1  temp  Z

  public org.apache.xml.dtm.DTMAxisIterator includeSelf();
    descriptor: ()Lorg/apache/xml/dtm/DTMAxisIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
         0: .line 106
            aload 0 /* this */
            iconst_1
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._includeSelf:Z
         1: .line 108
            aload 0 /* this */
            areturn
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;

  public int getLast();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
         0: .line 125
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._last:I
            iconst_m1
            if_icmpne 8
         1: .line 134
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._position:I
            istore 1 /* temp */
        start local 1 // int temp
         2: .line 135
            aload 0 /* this */
            invokevirtual org.apache.xml.dtm.ref.DTMAxisIteratorBase.setMark:()V
         3: .line 137
            aload 0 /* this */
            invokevirtual org.apache.xml.dtm.ref.DTMAxisIteratorBase.reset:()Lorg/apache/xml/dtm/DTMAxisIterator;
            pop
         4: .line 140
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._last:I
            iconst_1
            iadd
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._last:I
         5: .line 142
            aload 0 /* this */
            invokevirtual org.apache.xml.dtm.ref.DTMAxisIteratorBase.next:()I
            iconst_m1
            if_icmpne 4
         6: .line 144
            aload 0 /* this */
            invokevirtual org.apache.xml.dtm.ref.DTMAxisIteratorBase.gotoMark:()V
         7: .line 145
            aload 0 /* this */
            iload 1 /* temp */
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._position:I
        end local 1 // int temp
         8: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._last:I
            ireturn
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;
            2    8     1  temp  I

  public int getPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
         0: .line 157
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._position:I
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._position:I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;

  public boolean isReverse();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
         0: .line 165
            iconst_0
            ireturn
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;

  public org.apache.xml.dtm.DTMAxisIterator cloneIterator();
    descriptor: ()Lorg/apache/xml/dtm/DTMAxisIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
         0: .line 180
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.apache.xml.dtm.ref.DTMAxisIteratorBase
            astore 1 /* clone */
        start local 1 // org.apache.xml.dtm.ref.DTMAxisIteratorBase clone
         1: .line 182
            aload 1 /* clone */
            iconst_0
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._isRestartable:Z
         2: .line 185
            aload 1 /* clone */
         3: areturn
        end local 1 // org.apache.xml.dtm.ref.DTMAxisIteratorBase clone
         4: .line 187
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            astore 1 /* e */
        start local 1 // java.lang.CloneNotSupportedException e
         5: .line 189
            new org.apache.xml.utils.WrappedRuntimeException
            dup
            aload 1 /* e */
            invokespecial org.apache.xml.utils.WrappedRuntimeException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 1 // java.lang.CloneNotSupportedException e
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;
            1    4     1  clone  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;
            5    6     1      e  Ljava/lang/CloneNotSupportedException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.CloneNotSupportedException

  protected final int returnNode(int);
    descriptor: (I)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
        start local 1 // int node
         0: .line 213
            aload 0 /* this */
            dup
            getfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._position:I
            iconst_1
            iadd
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._position:I
         1: .line 215
            iload 1 /* node */
            ireturn
        end local 1 // int node
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;
            0    2     1  node  I
    MethodParameters:
      Name  Flags
      node  final

  protected final org.apache.xml.dtm.DTMAxisIterator resetPosition();
    descriptor: ()Lorg/apache/xml/dtm/DTMAxisIterator;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
         0: .line 229
            aload 0 /* this */
            iconst_0
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._position:I
         1: .line 231
            aload 0 /* this */
            areturn
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;

  public boolean isDocOrdered();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
         0: .line 242
            iconst_1
            ireturn
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;

  public int getAxis();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
         0: .line 253
            iconst_m1
            ireturn
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;

  public void setRestartable(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
        start local 1 // boolean isRestartable
         0: .line 257
            aload 0 /* this */
            iload 1 /* isRestartable */
            putfield org.apache.xml.dtm.ref.DTMAxisIteratorBase._isRestartable:Z
         1: .line 258
            return
        end local 1 // boolean isRestartable
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;
            0    2     1  isRestartable  Z
    MethodParameters:
               Name  Flags
      isRestartable  

  public int getNodeByPosition(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
        start local 1 // int position
         0: .line 268
            iload 1 /* position */
            ifle 9
         1: .line 269
            aload 0 /* this */
            invokevirtual org.apache.xml.dtm.ref.DTMAxisIteratorBase.isReverse:()Z
            ifeq 2
            aload 0 /* this */
            invokevirtual org.apache.xml.dtm.ref.DTMAxisIteratorBase.getLast:()I
            iload 1 /* position */
            isub
            iconst_1
            iadd
            goto 3
         2: .line 270
      StackMap locals:
      StackMap stack:
            iload 1 /* position */
         3: .line 269
      StackMap locals:
      StackMap stack: int
            istore 2 /* pos */
        start local 2 // int pos
         4: .line 272
            goto 7
        start local 3 // int node
         5: .line 273
      StackMap locals: int int
      StackMap stack:
            iload 2 /* pos */
            aload 0 /* this */
            invokevirtual org.apache.xml.dtm.ref.DTMAxisIteratorBase.getPosition:()I
            if_icmpne 7
         6: .line 274
            iload 3 /* node */
            ireturn
        end local 3 // int node
         7: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xml.dtm.ref.DTMAxisIteratorBase.next:()I
            dup
            istore 3 /* node */
        start local 3 // int node
         8: iconst_m1
            if_icmpne 5
        end local 3 // int node
        end local 2 // int pos
         9: .line 278
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // int position
        end local 0 // org.apache.xml.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/apache/xml/dtm/ref/DTMAxisIteratorBase;
            0   10     1  position  I
            4    9     2       pos  I
            5    7     3      node  I
            8    9     3      node  I
    MethodParameters:
          Name  Flags
      position  
}
SourceFile: "DTMAxisIteratorBase.java"