public abstract class com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase implements com.sun.org.apache.xml.internal.dtm.DTMAxisIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.xml.internal.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 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._last:I
         2: .line 42
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._position:I
         3: .line 53
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._startNode:I
         4: .line 58
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._includeSelf:Z
         5: .line 64
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._isRestartable:Z
         6: .line 30
            return
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xml/internal/dtm/ref/DTMAxisIteratorBase;

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

  public com.sun.org.apache.xml.internal.dtm.DTMAxisIterator reset();
    descriptor: ()Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
         0: .line 84
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._isRestartable:Z
            istore 1 /* temp */
        start local 1 // boolean temp
         1: .line 86
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._isRestartable:Z
         2: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._startNode:I
            invokevirtual com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase.setStartNode:(I)Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;
            pop
         3: .line 90
            aload 0 /* this */
            iload 1 /* temp */
            putfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._isRestartable:Z
         4: .line 92
            aload 0 /* this */
            areturn
        end local 1 // boolean temp
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/xml/internal/dtm/ref/DTMAxisIteratorBase;
            1    5     1  temp  Z

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

  public int getLast();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
         0: .line 126
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._last:I
            iconst_m1
            if_icmpne 8
         1: .line 135
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._position:I
            istore 1 /* temp */
        start local 1 // int temp
         2: .line 136
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase.setMark:()V
         3: .line 138
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase.reset:()Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;
            pop
         4: .line 141
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._last:I
            iconst_1
            iadd
            putfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._last:I
         5: .line 143
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase.next:()I
            iconst_m1
            if_icmpne 4
         6: .line 145
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase.gotoMark:()V
         7: .line 146
            aload 0 /* this */
            iload 1 /* temp */
            putfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._position:I
        end local 1 // int temp
         8: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._last:I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/org/apache/xml/internal/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 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
         0: .line 158
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._position:I
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._position:I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/dtm/ref/DTMAxisIteratorBase;

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

  public com.sun.org.apache.xml.internal.dtm.DTMAxisIterator cloneIterator();
    descriptor: ()Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
         0: .line 181
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase
            astore 1 /* clone */
        start local 1 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase clone
         1: .line 183
            aload 1 /* clone */
            iconst_0
            putfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._isRestartable:Z
         2: .line 186
            aload 1 /* clone */
         3: areturn
        end local 1 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase clone
         4: .line 188
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            astore 1 /* e */
        start local 1 // java.lang.CloneNotSupportedException e
         5: .line 190
            new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException
            dup
            aload 1 /* e */
            invokespecial com.sun.org.apache.xml.internal.utils.WrappedRuntimeException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 1 // java.lang.CloneNotSupportedException e
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/org/apache/xml/internal/dtm/ref/DTMAxisIteratorBase;
            1    4     1  clone  Lcom/sun/org/apache/xml/internal/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 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
        start local 1 // int node
         0: .line 214
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._position:I
            iconst_1
            iadd
            putfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._position:I
         1: .line 216
            iload 1 /* node */
            ireturn
        end local 1 // int node
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/dtm/ref/DTMAxisIteratorBase;
            0    2     1  node  I
    MethodParameters:
      Name  Flags
      node  final

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

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

  public int getAxis();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
         0: .line 254
            iconst_m1
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/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 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
        start local 1 // boolean isRestartable
         0: .line 258
            aload 0 /* this */
            iload 1 /* isRestartable */
            putfield com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase._isRestartable:Z
         1: .line 259
            return
        end local 1 // boolean isRestartable
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/org/apache/xml/internal/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 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
        start local 1 // int position
         0: .line 269
            iload 1 /* position */
            ifle 9
         1: .line 270
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase.isReverse:()Z
            ifeq 2
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase.getLast:()I
            iload 1 /* position */
            isub
            iconst_1
            iadd
            goto 3
         2: .line 271
      StackMap locals:
      StackMap stack:
            iload 1 /* position */
         3: .line 270
      StackMap locals:
      StackMap stack: int
            istore 2 /* pos */
        start local 2 // int pos
         4: .line 273
            goto 7
        start local 3 // int node
         5: .line 274
      StackMap locals: int int
      StackMap stack:
            iload 2 /* pos */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase.getPosition:()I
            if_icmpne 7
         6: .line 275
            iload 3 /* node */
            ireturn
        end local 3 // int node
         7: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.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 279
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // int position
        end local 0 // com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/sun/org/apache/xml/internal/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"