public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator
  super_class: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
{
  org.apache.xml.utils.NodeVector m_ancestors;
    descriptor: Lorg/apache/xml/utils/NodeVector;
    flags: (0x0000) 

  int m_ancestorsPos;
    descriptor: I
    flags: (0x0000) 

  int m_markedPos;
    descriptor: I
    flags: (0x0000) 

  int m_realStartNode;
    descriptor: I
    flags: (0x0000) 

  final org.apache.xml.dtm.ref.DTMDefaultBaseIterators this$0;
    descriptor: Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.apache.xml.dtm.ref.DTMDefaultBaseIterators);
    descriptor: (Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
         0: .line 1588
            aload 0 /* this */
            aload 1
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.this$0:Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators;
            aload 0 /* this */
            aload 1
            invokespecial org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase.<init>:(Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators;)V
         1: .line 1590
            aload 0 /* this */
         2: .line 1591
            new org.apache.xml.utils.NodeVector
            dup
            invokespecial org.apache.xml.utils.NodeVector.<init>:()V
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestors:Lorg/apache/xml/utils/NodeVector;
         3: .line 1588
            return
        end local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators$AncestorIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  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.DTMDefaultBaseIterators$AncestorIterator this
         0: .line 1608
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_realStartNode:I
            ireturn
        end local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators$AncestorIterator;

  public final boolean isReverse();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
         0: .line 1618
            iconst_1
            ireturn
        end local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators$AncestorIterator;

  public org.apache.xml.dtm.DTMAxisIterator cloneIterator();
    descriptor: ()Lorg/apache/xml/dtm/DTMAxisIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
         0: .line 1628
            aload 0 /* this */
            iconst_0
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator._isRestartable:Z
         1: .line 1632
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator
            astore 1 /* clone */
        start local 1 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator clone
         2: .line 1634
            aload 1 /* clone */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator._startNode:I
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator._startNode:I
         3: .line 1637
            aload 1 /* clone */
         4: areturn
        end local 1 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator clone
         5: .line 1639
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         6: .line 1641
            new org.apache.xml.dtm.DTMException
            dup
            ldc "ER_ITERATOR_CLONE_NOT_SUPPORTED"
            aconst_null
            invokestatic org.apache.xml.res.XMLMessages.createXMLMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial org.apache.xml.dtm.DTMException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators$AncestorIterator;
            2    5     1  clone  Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators$AncestorIterator;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.CloneNotSupportedException

  public org.apache.xml.dtm.DTMAxisIterator setStartNode(int);
    descriptor: (I)Lorg/apache/xml/dtm/DTMAxisIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
        start local 1 // int node
         0: .line 1656
            iload 1 /* node */
            ifne 2
         1: .line 1657
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.this$0:Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators;
            invokevirtual org.apache.xml.dtm.ref.DTMDefaultBaseIterators.getDocument:()I
            istore 1 /* node */
         2: .line 1658
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* node */
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_realStartNode:I
         3: .line 1660
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator._isRestartable:Z
            ifeq 20
         4: .line 1662
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.this$0:Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators;
            iload 1 /* node */
            invokevirtual org.apache.xml.dtm.ref.DTMDefaultBaseIterators.makeNodeIdentity:(I)I
            istore 2 /* nodeID */
        start local 2 // int nodeID
         5: .line 1664
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator._includeSelf:Z
            ifne 8
            iload 1 /* node */
            iconst_m1
            if_icmpeq 8
         6: .line 1665
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.this$0:Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators;
            iload 2 /* nodeID */
            invokevirtual org.apache.xml.dtm.ref.DTMDefaultBaseIterators._parent:(I)I
            istore 2 /* nodeID */
         7: .line 1666
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.this$0:Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators;
            iload 2 /* nodeID */
            invokevirtual org.apache.xml.dtm.ref.DTMDefaultBaseIterators.makeNodeHandle:(I)I
            istore 1 /* node */
         8: .line 1669
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* node */
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator._startNode:I
         9: .line 1671
            goto 13
        10: .line 1672
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestors:Lorg/apache/xml/utils/NodeVector;
            iload 1 /* node */
            invokevirtual org.apache.xml.utils.NodeVector.addElement:(I)V
        11: .line 1673
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.this$0:Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators;
            iload 2 /* nodeID */
            invokevirtual org.apache.xml.dtm.ref.DTMDefaultBaseIterators._parent:(I)I
            istore 2 /* nodeID */
        12: .line 1674
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.this$0:Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators;
            iload 2 /* nodeID */
            invokevirtual org.apache.xml.dtm.ref.DTMDefaultBaseIterators.makeNodeHandle:(I)I
            istore 1 /* node */
        13: .line 1671
      StackMap locals:
      StackMap stack:
            iload 2 /* nodeID */
            iconst_m1
            if_icmpne 10
        14: .line 1676
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestors:Lorg/apache/xml/utils/NodeVector;
            invokevirtual org.apache.xml.utils.NodeVector.size:()I
            iconst_1
            isub
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
        15: .line 1678
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
            iflt 17
        16: .line 1679
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestors:Lorg/apache/xml/utils/NodeVector;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
            invokevirtual org.apache.xml.utils.NodeVector.elementAt:(I)I
            goto 18
        17: .line 1680
      StackMap locals:
      StackMap stack: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator
            iconst_m1
        18: .line 1678
      StackMap locals: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator int int
      StackMap stack: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator int
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator._currentNode:I
        19: .line 1682
            aload 0 /* this */
            invokevirtual org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.resetPosition:()Lorg/apache/xml/dtm/DTMAxisIterator;
            areturn
        end local 2 // int nodeID
        20: .line 1685
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int node
        end local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators$AncestorIterator;
            0   21     1    node  I
            5   20     2  nodeID  I
    MethodParameters:
      Name  Flags
      node  

  public org.apache.xml.dtm.DTMAxisIterator reset();
    descriptor: ()Lorg/apache/xml/dtm/DTMAxisIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
         0: .line 1697
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestors:Lorg/apache/xml/utils/NodeVector;
            invokevirtual org.apache.xml.utils.NodeVector.size:()I
            iconst_1
            isub
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
         1: .line 1699
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
            iflt 2
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestors:Lorg/apache/xml/utils/NodeVector;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
            invokevirtual org.apache.xml.utils.NodeVector.elementAt:(I)I
            goto 3
         2: .line 1700
      StackMap locals:
      StackMap stack: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator
            iconst_m1
         3: .line 1699
      StackMap locals: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator
      StackMap stack: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator int
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator._currentNode:I
         4: .line 1702
            aload 0 /* this */
            invokevirtual org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.resetPosition:()Lorg/apache/xml/dtm/DTMAxisIterator;
            areturn
        end local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators$AncestorIterator;

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
         0: .line 1713
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator._currentNode:I
            istore 1 /* next */
        start local 1 // int next
         1: .line 1715
            aload 0 /* this */
            dup
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
            iconst_1
            isub
            dup_x1
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 1717
            aload 0 /* this */
            iload 2 /* pos */
            iflt 3
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestors:Lorg/apache/xml/utils/NodeVector;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
            invokevirtual org.apache.xml.utils.NodeVector.elementAt:(I)I
            goto 4
         3: .line 1718
      StackMap locals: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator int int
      StackMap stack: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator
            iconst_m1
         4: .line 1717
      StackMap locals: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator int int
      StackMap stack: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator int
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator._currentNode:I
         5: .line 1720
            aload 0 /* this */
            iload 1 /* next */
            invokevirtual org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.returnNode:(I)I
            ireturn
        end local 2 // int pos
        end local 1 // int next
        end local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators$AncestorIterator;
            1    6     1  next  I
            2    6     2   pos  I

  public void setMark();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
         0: .line 1724
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_markedPos:I
         1: .line 1725
            return
        end local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators$AncestorIterator;

  public void gotoMark();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
         0: .line 1728
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_markedPos:I
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
         1: .line 1729
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
            iflt 2
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestors:Lorg/apache/xml/utils/NodeVector;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator.m_ancestorsPos:I
            invokevirtual org.apache.xml.utils.NodeVector.elementAt:(I)I
            goto 3
         2: .line 1730
      StackMap locals:
      StackMap stack: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator
            iconst_m1
         3: .line 1729
      StackMap locals: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator
      StackMap stack: org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator int
            putfield org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator._currentNode:I
         4: .line 1731
            return
        end local 0 // org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/xml/dtm/ref/DTMDefaultBaseIterators$AncestorIterator;
}
SourceFile: "DTMDefaultBaseIterators.java"
NestHost: org.apache.xml.dtm.ref.DTMDefaultBaseIterators
InnerClasses:
  public AncestorIterator = org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator of org.apache.xml.dtm.ref.DTMDefaultBaseIterators
  public abstract InternalAxisIteratorBase = org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase of org.apache.xml.dtm.ref.DTMDefaultBaseIterators