public class org.apache.xpath.axes.NodeSequence extends org.apache.xpath.objects.XObject implements org.apache.xml.dtm.DTMIterator, java.lang.Cloneable, org.apache.xpath.axes.PathComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.axes.NodeSequence
  super_class: org.apache.xpath.objects.XObject
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3866261934726581044

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

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

  private org.apache.xpath.axes.NodeSequence$IteratorCache m_cache;
    descriptor: Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
    flags: (0x0002) ACC_PRIVATE

  protected org.apache.xml.dtm.DTMIterator m_iter;
    descriptor: Lorg/apache/xml/dtm/DTMIterator;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.xml.dtm.DTMManager m_dtmMgr;
    descriptor: Lorg/apache/xml/dtm/DTMManager;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.xml.utils.NodeVector getVector();
    descriptor: ()Lorg/apache/xml/utils/NodeVector;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 66
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            ifnull 1
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.getVector:()Lorg/apache/xml/utils/NodeVector;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: org.apache.xml.utils.NodeVector
         2: astore 1 /* nv */
        start local 1 // org.apache.xml.utils.NodeVector nv
         3: .line 67
            aload 1 /* nv */
            areturn
        end local 1 // org.apache.xml.utils.NodeVector nv
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xpath/axes/NodeSequence;
            3    4     1    nv  Lorg/apache/xml/utils/NodeVector;

  private org.apache.xpath.axes.NodeSequence$IteratorCache getCache();
    descriptor: ()Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 77
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            areturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/axes/NodeSequence;

  protected void SetVector(org.apache.xml.utils.NodeVector);
    descriptor: (Lorg/apache/xml/utils/NodeVector;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // org.apache.xml.utils.NodeVector v
         0: .line 85
            aload 0 /* this */
            aload 1 /* v */
            invokevirtual org.apache.xpath.axes.NodeSequence.setObject:(Ljava/lang/Object;)V
         1: .line 86
            return
        end local 1 // org.apache.xml.utils.NodeVector v
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/axes/NodeSequence;
            0    2     1     v  Lorg/apache/xml/utils/NodeVector;
    MethodParameters:
      Name  Flags
      v     

  public boolean hasCache();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 95
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.getVector:()Lorg/apache/xml/utils/NodeVector;
            astore 1 /* nv */
        start local 1 // org.apache.xml.utils.NodeVector nv
         1: .line 96
            aload 1 /* nv */
            ifnull 2
            iconst_1
            ireturn
      StackMap locals: org.apache.xml.utils.NodeVector
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // org.apache.xml.utils.NodeVector nv
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/axes/NodeSequence;
            1    3     1    nv  Lorg/apache/xml/utils/NodeVector;

  private boolean cacheComplete();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 106
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            ifnull 3
         1: .line 107
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.isComplete:()Z
            istore 1 /* complete */
        start local 1 // boolean complete
         2: .line 108
            goto 4
        end local 1 // boolean complete
         3: .line 109
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* complete */
        start local 1 // boolean complete
         4: .line 111
      StackMap locals: int
      StackMap stack:
            iload 1 /* complete */
            ireturn
        end local 1 // boolean complete
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/xpath/axes/NodeSequence;
            2    3     1  complete  Z
            4    5     1  complete  Z

  private void markCacheComplete();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 119
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.getVector:()Lorg/apache/xml/utils/NodeVector;
            astore 1 /* nv */
        start local 1 // org.apache.xml.utils.NodeVector nv
         1: .line 120
            aload 1 /* nv */
            ifnull 3
         2: .line 121
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            iconst_1
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.setCacheComplete:(Z)V
         3: .line 123
      StackMap locals: org.apache.xml.utils.NodeVector
      StackMap stack:
            return
        end local 1 // org.apache.xml.utils.NodeVector nv
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xpath/axes/NodeSequence;
            1    4     1    nv  Lorg/apache/xml/utils/NodeVector;

  public final void setIter(org.apache.xml.dtm.DTMIterator);
    descriptor: (Lorg/apache/xml/dtm/DTMIterator;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // org.apache.xml.dtm.DTMIterator iter
         0: .line 137
            aload 0 /* this */
            aload 1 /* iter */
            putfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
         1: .line 138
            return
        end local 1 // org.apache.xml.dtm.DTMIterator iter
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/axes/NodeSequence;
            0    2     1  iter  Lorg/apache/xml/dtm/DTMIterator;
    MethodParameters:
      Name  Flags
      iter  

  public final org.apache.xml.dtm.DTMIterator getContainedIter();
    descriptor: ()Lorg/apache/xml/dtm/DTMIterator;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 146
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            areturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/axes/NodeSequence;

  private void <init>(org.apache.xml.dtm.DTMIterator, int, org.apache.xpath.XPathContext, boolean);
    descriptor: (Lorg/apache/xml/dtm/DTMIterator;ILorg/apache/xpath/XPathContext;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // org.apache.xml.dtm.DTMIterator iter
        start local 2 // int context
        start local 3 // org.apache.xpath.XPathContext xctxt
        start local 4 // boolean shouldCacheNodes
         0: .line 165
            aload 0 /* this */
            invokespecial org.apache.xpath.objects.XObject.<init>:()V
         1: .line 43
            aload 0 /* this */
            iconst_m1
            putfield org.apache.xpath.axes.NodeSequence.m_last:I
         2: .line 50
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
         3: .line 167
            aload 0 /* this */
            aload 1 /* iter */
            invokevirtual org.apache.xpath.axes.NodeSequence.setIter:(Lorg/apache/xml/dtm/DTMIterator;)V
         4: .line 168
            aload 0 /* this */
            iload 2 /* context */
            aload 3 /* xctxt */
            invokevirtual org.apache.xpath.axes.NodeSequence.setRoot:(ILjava/lang/Object;)V
         5: .line 169
            aload 0 /* this */
            iload 4 /* shouldCacheNodes */
            invokevirtual org.apache.xpath.axes.NodeSequence.setShouldCacheNodes:(Z)V
         6: .line 170
            return
        end local 4 // boolean shouldCacheNodes
        end local 3 // org.apache.xpath.XPathContext xctxt
        end local 2 // int context
        end local 1 // org.apache.xml.dtm.DTMIterator iter
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/apache/xpath/axes/NodeSequence;
            0    7     1              iter  Lorg/apache/xml/dtm/DTMIterator;
            0    7     2           context  I
            0    7     3             xctxt  Lorg/apache/xpath/XPathContext;
            0    7     4  shouldCacheNodes  Z
    MethodParameters:
                  Name  Flags
      iter              
      context           
      xctxt             
      shouldCacheNodes  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // java.lang.Object nodeVector
         0: .line 179
            aload 0 /* this */
            aload 1 /* nodeVector */
            invokespecial org.apache.xpath.objects.XObject.<init>:(Ljava/lang/Object;)V
         1: .line 43
            aload 0 /* this */
            iconst_m1
            putfield org.apache.xpath.axes.NodeSequence.m_last:I
         2: .line 50
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
         3: .line 180
            aload 1 /* nodeVector */
            instanceof org.apache.xml.utils.NodeVector
            ifeq 5
         4: .line 181
            aload 0 /* this */
            aload 1 /* nodeVector */
            checkcast org.apache.xml.utils.NodeVector
            invokevirtual org.apache.xpath.axes.NodeSequence.SetVector:(Lorg/apache/xml/utils/NodeVector;)V
         5: .line 183
      StackMap locals: org.apache.xpath.axes.NodeSequence java.lang.Object
      StackMap stack:
            aload 1 /* nodeVector */
            ifnull 12
         6: .line 185
            aload 0 /* this */
            aload 1 /* nodeVector */
            instanceof org.apache.xml.utils.NodeVector
         7: .line 186
            ldc "Must have a NodeVector as the object for NodeSequence!"
         8: .line 185
            invokevirtual org.apache.xpath.axes.NodeSequence.assertion:(ZLjava/lang/String;)V
         9: .line 187
            aload 1 /* nodeVector */
            instanceof org.apache.xml.dtm.DTMIterator
            ifeq 12
        10: .line 189
            aload 0 /* this */
            aload 1 /* nodeVector */
            checkcast org.apache.xml.dtm.DTMIterator
            invokevirtual org.apache.xpath.axes.NodeSequence.setIter:(Lorg/apache/xml/dtm/DTMIterator;)V
        11: .line 190
            aload 0 /* this */
            aload 1 /* nodeVector */
            checkcast org.apache.xml.dtm.DTMIterator
            invokeinterface org.apache.xml.dtm.DTMIterator.getLength:()I
            putfield org.apache.xpath.axes.NodeSequence.m_last:I
        12: .line 194
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object nodeVector
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/apache/xpath/axes/NodeSequence;
            0   13     1  nodeVector  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      nodeVector  

  private void <init>(org.apache.xml.dtm.DTMManager);
    descriptor: (Lorg/apache/xml/dtm/DTMManager;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // org.apache.xml.dtm.DTMManager dtmMgr
         0: .line 202
            aload 0 /* this */
            new org.apache.xml.utils.NodeVector
            dup
            invokespecial org.apache.xml.utils.NodeVector.<init>:()V
            invokespecial org.apache.xpath.objects.XObject.<init>:(Ljava/lang/Object;)V
         1: .line 43
            aload 0 /* this */
            iconst_m1
            putfield org.apache.xpath.axes.NodeSequence.m_last:I
         2: .line 50
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
         3: .line 203
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.axes.NodeSequence.m_last:I
         4: .line 204
            aload 0 /* this */
            aload 1 /* dtmMgr */
            putfield org.apache.xpath.axes.NodeSequence.m_dtmMgr:Lorg/apache/xml/dtm/DTMManager;
         5: .line 205
            return
        end local 1 // org.apache.xml.dtm.DTMManager dtmMgr
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/xpath/axes/NodeSequence;
            0    6     1  dtmMgr  Lorg/apache/xml/dtm/DTMManager;
    MethodParameters:
        Name  Flags
      dtmMgr  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 211
            aload 0 /* this */
            invokespecial org.apache.xpath.objects.XObject.<init>:()V
         1: .line 43
            aload 0 /* this */
            iconst_m1
            putfield org.apache.xpath.axes.NodeSequence.m_last:I
         2: .line 50
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
         3: .line 213
            return
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xpath/axes/NodeSequence;

  public org.apache.xml.dtm.DTM getDTM(int);
    descriptor: (I)Lorg/apache/xml/dtm/DTM;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // int nodeHandle
         0: .line 222
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.getDTMManager:()Lorg/apache/xml/dtm/DTMManager;
            astore 2 /* mgr */
        start local 2 // org.apache.xml.dtm.DTMManager mgr
         1: .line 223
            aload 2 /* mgr */
            ifnull 3
         2: .line 224
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.getDTMManager:()Lorg/apache/xml/dtm/DTMManager;
            iload 1 /* nodeHandle */
            invokevirtual org.apache.xml.dtm.DTMManager.getDTM:(I)Lorg/apache/xml/dtm/DTM;
            areturn
         3: .line 227
      StackMap locals: org.apache.xml.dtm.DTMManager
      StackMap stack:
            aload 0 /* this */
            iconst_0
            ldc "Can not get a DTM Unless a DTMManager has been set!"
            invokevirtual org.apache.xpath.axes.NodeSequence.assertion:(ZLjava/lang/String;)V
         4: .line 228
            aconst_null
            areturn
        end local 2 // org.apache.xml.dtm.DTMManager mgr
        end local 1 // int nodeHandle
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/apache/xpath/axes/NodeSequence;
            0    5     1  nodeHandle  I
            1    5     2         mgr  Lorg/apache/xml/dtm/DTMManager;
    MethodParameters:
            Name  Flags
      nodeHandle  

  public org.apache.xml.dtm.DTMManager getDTMManager();
    descriptor: ()Lorg/apache/xml/dtm/DTMManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 237
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_dtmMgr:Lorg/apache/xml/dtm/DTMManager;
            areturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/axes/NodeSequence;

  public int getRoot();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 245
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnull 2
         1: .line 246
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.getRoot:()I
            ireturn
         2: .line 252
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/axes/NodeSequence;

  public void setRoot(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // int nodeHandle
        start local 2 // java.lang.Object environment
         0: .line 261
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnull 10
         1: .line 263
            aload 2 /* environment */
            checkcast org.apache.xpath.XPathContext
            astore 3 /* xctxt */
        start local 3 // org.apache.xpath.XPathContext xctxt
         2: .line 264
            aload 0 /* this */
            aload 3 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.getDTMManager:()Lorg/apache/xml/dtm/DTMManager;
            putfield org.apache.xpath.axes.NodeSequence.m_dtmMgr:Lorg/apache/xml/dtm/DTMManager;
         3: .line 265
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            iload 1 /* nodeHandle */
            aload 2 /* environment */
            invokeinterface org.apache.xml.dtm.DTMIterator.setRoot:(ILjava/lang/Object;)V
         4: .line 266
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.isDocOrdered:()Z
            ifne 11
         5: .line 268
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.hasCache:()Z
            ifne 7
         6: .line 269
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.xpath.axes.NodeSequence.setShouldCacheNodes:(Z)V
         7: .line 270
      StackMap locals: org.apache.xpath.XPathContext
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            invokevirtual org.apache.xpath.axes.NodeSequence.runTo:(I)V
         8: .line 271
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
        end local 3 // org.apache.xpath.XPathContext xctxt
         9: .line 273
            goto 11
        10: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            ldc "Can not setRoot on a non-iterated NodeSequence!"
            invokevirtual org.apache.xpath.axes.NodeSequence.assertion:(ZLjava/lang/String;)V
        11: .line 276
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object environment
        end local 1 // int nodeHandle
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/apache/xpath/axes/NodeSequence;
            0   12     1   nodeHandle  I
            0   12     2  environment  Ljava/lang/Object;
            2    9     3        xctxt  Lorg/apache/xpath/XPathContext;
    MethodParameters:
             Name  Flags
      nodeHandle   
      environment  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 283
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
         1: .line 285
            return
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/axes/NodeSequence;

  public int getWhatToShow();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 292
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.hasCache:()Z
            ifeq 1
            bipush -17
            goto 2
         1: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.getWhatToShow:()I
         2: .line 292
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/axes/NodeSequence;

  public boolean getExpandEntityReferences();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 301
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnull 2
         1: .line 302
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.getExpandEntityReferences:()Z
            ireturn
         2: .line 304
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/axes/NodeSequence;

  public int nextNode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 314
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.getVector:()Lorg/apache/xml/utils/NodeVector;
            astore 1 /* vec */
        start local 1 // org.apache.xml.utils.NodeVector vec
         1: .line 315
            aload 1 /* vec */
            ifnull 9
         2: .line 318
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            aload 1 /* vec */
            invokevirtual org.apache.xml.utils.NodeVector.size:()I
            if_icmpge 6
         3: .line 321
            aload 1 /* vec */
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            invokevirtual org.apache.xml.utils.NodeVector.elementAt:(I)I
            istore 2 /* next */
        start local 2 // int next
         4: .line 322
            aload 0 /* this */
            dup
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            iconst_1
            iadd
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
         5: .line 323
            iload 2 /* next */
            ireturn
        end local 2 // int next
         6: .line 325
      StackMap locals: org.apache.xml.utils.NodeVector
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.cacheComplete:()Z
            ifne 7
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_last:I
            if_icmpne 7
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnonnull 9
         7: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            iconst_1
            iadd
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
         8: .line 328
            iconst_m1
            ireturn
         9: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnonnull 11
        10: .line 333
            iconst_m1
            ireturn
        11: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.nextNode:()I
            istore 2 /* next */
        start local 2 // int next
        12: .line 336
            iconst_m1
            iload 2 /* next */
            if_icmpeq 24
        13: .line 338
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.hasCache:()Z
            ifeq 22
        14: .line 340
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.isDocOrdered:()Z
            ifeq 18
        15: .line 342
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.getVector:()Lorg/apache/xml/utils/NodeVector;
            iload 2 /* next */
            invokevirtual org.apache.xml.utils.NodeVector.addElement:(I)V
        16: .line 343
            aload 0 /* this */
            dup
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            iconst_1
            iadd
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
        17: .line 344
            goto 27
        18: .line 347
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* next */
            invokevirtual org.apache.xpath.axes.NodeSequence.addNodeInDocOrder:(I)I
            istore 3 /* insertIndex */
        start local 3 // int insertIndex
        19: .line 348
            iload 3 /* insertIndex */
            iflt 27
        20: .line 349
            aload 0 /* this */
            dup
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            iconst_1
            iadd
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
        end local 3 // int insertIndex
        21: .line 351
            goto 27
        22: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            iconst_1
            iadd
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
        23: .line 354
            goto 27
        24: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.markCacheComplete:()V
        25: .line 362
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            putfield org.apache.xpath.axes.NodeSequence.m_last:I
        26: .line 363
            aload 0 /* this */
            dup
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            iconst_1
            iadd
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
        27: .line 366
      StackMap locals:
      StackMap stack:
            iload 2 /* next */
            ireturn
        end local 2 // int next
        end local 1 // org.apache.xml.utils.NodeVector vec
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   28     0         this  Lorg/apache/xpath/axes/NodeSequence;
            1   28     1          vec  Lorg/apache/xml/utils/NodeVector;
            4    6     2         next  I
           12   28     2         next  I
           19   21     3  insertIndex  I

  public int previousNode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 374
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.hasCache:()Z
            ifeq 5
         1: .line 376
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            ifgt 3
         2: .line 377
            iconst_m1
            ireturn
         3: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            iconst_1
            isub
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
         4: .line 381
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            invokevirtual org.apache.xpath.axes.NodeSequence.item:(I)I
            ireturn
         5: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.previousNode:()I
            pop
         6: .line 387
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.getCurrentPos:()I
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
         7: .line 388
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            ireturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/xpath/axes/NodeSequence;

  public void detach();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 397
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnull 2
         1: .line 398
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.detach:()V
         2: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.apache.xpath.objects.XObject.detach:()V
         3: .line 400
            return
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xpath/axes/NodeSequence;

  public void allowDetachToRelease(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // boolean allowRelease
         0: .line 409
            iload 1 /* allowRelease */
            ifne 2
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.hasCache:()Z
            ifne 2
         1: .line 411
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.xpath.axes.NodeSequence.setShouldCacheNodes:(Z)V
         2: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnull 4
         3: .line 415
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            iload 1 /* allowRelease */
            invokeinterface org.apache.xml.dtm.DTMIterator.allowDetachToRelease:(Z)V
         4: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* allowRelease */
            invokespecial org.apache.xpath.objects.XObject.allowDetachToRelease:(Z)V
         5: .line 417
            return
        end local 1 // boolean allowRelease
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/apache/xpath/axes/NodeSequence;
            0    6     1  allowRelease  Z
    MethodParameters:
              Name  Flags
      allowRelease  

  public int getCurrentNode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 424
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.hasCache:()Z
            ifeq 6
         1: .line 426
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            iconst_1
            isub
            istore 1 /* currentIndex */
        start local 1 // int currentIndex
         2: .line 427
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.getVector:()Lorg/apache/xml/utils/NodeVector;
            astore 2 /* vec */
        start local 2 // org.apache.xml.utils.NodeVector vec
         3: .line 428
            iload 1 /* currentIndex */
            iflt 5
            iload 1 /* currentIndex */
            aload 2 /* vec */
            invokevirtual org.apache.xml.utils.NodeVector.size:()I
            if_icmpge 5
         4: .line 429
            aload 2 /* vec */
            iload 1 /* currentIndex */
            invokevirtual org.apache.xml.utils.NodeVector.elementAt:(I)I
            ireturn
         5: .line 431
      StackMap locals: int org.apache.xml.utils.NodeVector
      StackMap stack:
            iconst_m1
            ireturn
        end local 2 // org.apache.xml.utils.NodeVector vec
        end local 1 // int currentIndex
         6: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnull 8
         7: .line 436
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.getCurrentNode:()I
            ireturn
         8: .line 439
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/xpath/axes/NodeSequence;
            2    6     1  currentIndex  I
            3    6     2           vec  Lorg/apache/xml/utils/NodeVector;

  public boolean isFresh();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 447
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/axes/NodeSequence;

  public void setShouldCacheNodes(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // boolean b
         0: .line 455
            iload 1 /* b */
            ifeq 4
         1: .line 457
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.hasCache:()Z
            ifne 5
         2: .line 459
            aload 0 /* this */
            new org.apache.xml.utils.NodeVector
            dup
            invokespecial org.apache.xml.utils.NodeVector.<init>:()V
            invokevirtual org.apache.xpath.axes.NodeSequence.SetVector:(Lorg/apache/xml/utils/NodeVector;)V
         3: .line 463
            goto 5
         4: .line 465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            invokevirtual org.apache.xpath.axes.NodeSequence.SetVector:(Lorg/apache/xml/utils/NodeVector;)V
         5: .line 466
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean b
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/xpath/axes/NodeSequence;
            0    6     1     b  Z
    MethodParameters:
      Name  Flags
      b     

  public boolean isMutable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 473
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.hasCache:()Z
            ireturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/axes/NodeSequence;

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

  public void runTo(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // int index
         0: .line 491
            iconst_m1
            iload 1 /* index */
            if_icmpne 5
         1: .line 493
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 494
      StackMap locals: int
      StackMap stack:
            iconst_m1
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.nextNode:()I
            if_icmpne 2
         3: .line 495
            aload 0 /* this */
            iload 2 /* pos */
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
        end local 2 // int pos
         4: .line 496
            goto 14
         5: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            iload 1 /* index */
            if_icmpne 7
         6: .line 499
            return
         7: .line 501
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.hasCache:()Z
            ifeq 10
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.getVector:()Lorg/apache/xml/utils/NodeVector;
            invokevirtual org.apache.xml.utils.NodeVector.size:()I
            if_icmpge 10
         8: .line 503
            aload 0 /* this */
            iload 1 /* index */
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
         9: .line 504
            goto 14
        10: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.getVector:()Lorg/apache/xml/utils/NodeVector;
            ifnonnull 13
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            if_icmpge 13
        11: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            iload 1 /* index */
            if_icmplt 14
            iconst_m1
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.previousNode:()I
            if_icmpne 11
        12: .line 508
            goto 14
        13: .line 511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            iload 1 /* index */
            if_icmpge 14
            iconst_m1
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.nextNode:()I
            if_icmpne 13
        14: .line 514
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int index
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lorg/apache/xpath/axes/NodeSequence;
            0   15     1  index  I
            2    4     2    pos  I
    MethodParameters:
       Name  Flags
      index  

  public void setCurrentPos(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // int i
         0: .line 521
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual org.apache.xpath.axes.NodeSequence.runTo:(I)V
         1: .line 522
            return
        end local 1 // int i
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/axes/NodeSequence;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int item(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // int index
         0: .line 529
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.apache.xpath.axes.NodeSequence.setCurrentPos:(I)V
         1: .line 530
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.nextNode:()I
            istore 2 /* n */
        start local 2 // int n
         2: .line 531
            aload 0 /* this */
            iload 1 /* index */
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
         3: .line 532
            iload 2 /* n */
            ireturn
        end local 2 // int n
        end local 1 // int index
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/xpath/axes/NodeSequence;
            0    4     1  index  I
            2    4     2      n  I
    MethodParameters:
       Name  Flags
      index  

  public void setItem(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // int node
        start local 2 // int index
         0: .line 540
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.getVector:()Lorg/apache/xml/utils/NodeVector;
            astore 3 /* vec */
        start local 3 // org.apache.xml.utils.NodeVector vec
         1: .line 541
            aload 3 /* vec */
            ifnull 19
         2: .line 543
            aload 3 /* vec */
            iload 2 /* index */
            invokevirtual org.apache.xml.utils.NodeVector.elementAt:(I)I
            istore 4 /* oldNode */
        start local 4 // int oldNode
         3: .line 544
            iload 4 /* oldNode */
            iload 1 /* node */
            if_icmpeq 16
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.useCount:()I
            iconst_1
            if_icmple 16
         4: .line 552
            new org.apache.xpath.axes.NodeSequence$IteratorCache
            dup
            invokespecial org.apache.xpath.axes.NodeSequence$IteratorCache.<init>:()V
            astore 5 /* newCache */
        start local 5 // org.apache.xpath.axes.NodeSequence$IteratorCache newCache
         5: .line 555
            aload 3 /* vec */
            invokevirtual org.apache.xml.utils.NodeVector.clone:()Ljava/lang/Object;
            checkcast org.apache.xml.utils.NodeVector
            astore 6 /* nv */
        start local 6 // org.apache.xml.utils.NodeVector nv
         6: .line 556
            goto 11
        end local 6 // org.apache.xml.utils.NodeVector nv
      StackMap locals: org.apache.xpath.axes.NodeSequence int int org.apache.xml.utils.NodeVector int org.apache.xpath.axes.NodeSequence$IteratorCache
      StackMap stack: java.lang.CloneNotSupportedException
         7: astore 7 /* e */
        start local 7 // java.lang.CloneNotSupportedException e
         8: .line 558
            aload 7 /* e */
            invokevirtual java.lang.CloneNotSupportedException.printStackTrace:()V
         9: .line 559
            new java.lang.RuntimeException
            dup
            aload 7 /* e */
            invokevirtual java.lang.CloneNotSupportedException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            astore 8 /* rte */
        start local 8 // java.lang.RuntimeException rte
        10: .line 560
            aload 8 /* rte */
            athrow
        end local 8 // java.lang.RuntimeException rte
        end local 7 // java.lang.CloneNotSupportedException e
        start local 6 // org.apache.xml.utils.NodeVector nv
        11: .line 562
      StackMap locals: org.apache.xml.utils.NodeVector
      StackMap stack:
            aload 5 /* newCache */
            aload 6 /* nv */
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.setVector:(Lorg/apache/xml/utils/NodeVector;)V
        12: .line 563
            aload 5 /* newCache */
            iconst_1
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.setCacheComplete:(Z)V
        13: .line 564
            aload 0 /* this */
            aload 5 /* newCache */
            putfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
        14: .line 565
            aload 6 /* nv */
            astore 3 /* vec */
        15: .line 568
            aload 0 /* this */
            aload 6 /* nv */
            invokespecial org.apache.xpath.objects.XObject.setObject:(Ljava/lang/Object;)V
        end local 6 // org.apache.xml.utils.NodeVector nv
        end local 5 // org.apache.xpath.axes.NodeSequence$IteratorCache newCache
        16: .line 577
      StackMap locals:
      StackMap stack:
            aload 3 /* vec */
            iload 1 /* node */
            iload 2 /* index */
            invokevirtual org.apache.xml.utils.NodeVector.setElementAt:(II)V
        17: .line 578
            aload 0 /* this */
            aload 3 /* vec */
            invokevirtual org.apache.xml.utils.NodeVector.size:()I
            putfield org.apache.xpath.axes.NodeSequence.m_last:I
        end local 4 // int oldNode
        18: .line 579
            goto 20
        19: .line 581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            iload 1 /* node */
            iload 2 /* index */
            invokeinterface org.apache.xml.dtm.DTMIterator.setItem:(II)V
        20: .line 582
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.apache.xml.utils.NodeVector vec
        end local 2 // int index
        end local 1 // int node
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Lorg/apache/xpath/axes/NodeSequence;
            0   21     1      node  I
            0   21     2     index  I
            1   21     3       vec  Lorg/apache/xml/utils/NodeVector;
            3   18     4   oldNode  I
            5   16     5  newCache  Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            6    7     6        nv  Lorg/apache/xml/utils/NodeVector;
           11   16     6        nv  Lorg/apache/xml/utils/NodeVector;
            8   11     7         e  Ljava/lang/CloneNotSupportedException;
           10   11     8       rte  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.CloneNotSupportedException
    MethodParameters:
       Name  Flags
      node   
      index  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 589
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.getCache:()Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            astore 1 /* cache */
        start local 1 // org.apache.xpath.axes.NodeSequence$IteratorCache cache
         1: .line 591
            aload 1 /* cache */
            ifnull 12
         2: .line 594
            aload 1 /* cache */
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.isComplete:()Z
            ifeq 5
         3: .line 597
            aload 1 /* cache */
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.getVector:()Lorg/apache/xml/utils/NodeVector;
            astore 2 /* nv */
        start local 2 // org.apache.xml.utils.NodeVector nv
         4: .line 598
            aload 2 /* nv */
            invokevirtual org.apache.xml.utils.NodeVector.size:()I
            ireturn
        end local 2 // org.apache.xml.utils.NodeVector nv
         5: .line 604
      StackMap locals: org.apache.xpath.axes.NodeSequence$IteratorCache
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            instanceof org.apache.xpath.NodeSetDTM
            ifeq 7
         6: .line 606
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.getLength:()I
            ireturn
         7: .line 609
      StackMap locals:
      StackMap stack:
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_last:I
            if_icmpne 11
         8: .line 611
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_next:I
            istore 2 /* pos */
        start local 2 // int pos
         9: .line 612
            aload 0 /* this */
            iconst_m1
            invokevirtual org.apache.xpath.axes.NodeSequence.runTo:(I)V
        10: .line 613
            aload 0 /* this */
            iload 2 /* pos */
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
        end local 2 // int pos
        11: .line 615
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_last:I
            ireturn
        12: .line 619
      StackMap locals:
      StackMap stack:
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_last:I
            if_icmpne 13
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.getLength:()I
            dup_x1
            putfield org.apache.xpath.axes.NodeSequence.m_last:I
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_last:I
      StackMap locals:
      StackMap stack: int
        14: ireturn
        end local 1 // org.apache.xpath.axes.NodeSequence$IteratorCache cache
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lorg/apache/xpath/axes/NodeSequence;
            1   15     1  cache  Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            4    5     2     nv  Lorg/apache/xml/utils/NodeVector;
            9   11     2    pos  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.NodeSequence this
         0: .line 629
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.apache.xpath.axes.NodeSequence
            astore 1 /* seq */
        start local 1 // org.apache.xpath.axes.NodeSequence seq
         1: .line 630
            aload 1 /* seq */
            iconst_0
            putfield org.apache.xpath.axes.NodeSequence.m_next:I
         2: .line 631
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            ifnull 4
         3: .line 637
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.increaseUseCount:()V
         4: .line 640
      StackMap locals: org.apache.xpath.axes.NodeSequence
      StackMap stack:
            aload 1 /* seq */
            areturn
        end local 1 // org.apache.xpath.axes.NodeSequence seq
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/xpath/axes/NodeSequence;
            1    5     1   seq  Lorg/apache/xpath/axes/NodeSequence;
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 654
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.apache.xpath.axes.NodeSequence
            astore 1 /* clone */
        start local 1 // org.apache.xpath.axes.NodeSequence clone
         1: .line 655
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnull 2
            aload 1 /* clone */
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.clone:()Ljava/lang/Object;
            checkcast org.apache.xml.dtm.DTMIterator
            putfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
         2: .line 656
      StackMap locals: org.apache.xpath.axes.NodeSequence
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            ifnull 4
         3: .line 662
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.increaseUseCount:()V
         4: .line 665
      StackMap locals:
      StackMap stack:
            aload 1 /* clone */
            areturn
        end local 1 // org.apache.xpath.axes.NodeSequence clone
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/xpath/axes/NodeSequence;
            1    5     1  clone  Lorg/apache/xpath/axes/NodeSequence;
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public boolean isDocOrdered();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 674
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnull 2
         1: .line 675
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.isDocOrdered:()Z
            ireturn
         2: .line 677
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/axes/NodeSequence;

  public int getAxis();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 685
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnull 2
         1: .line 686
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            invokeinterface org.apache.xml.dtm.DTMIterator.getAxis:()I
            ireturn
         2: .line 689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            ldc "Can not getAxis from a non-iterated node sequence!"
            invokevirtual org.apache.xpath.axes.NodeSequence.assertion:(ZLjava/lang/String;)V
         3: .line 690
            iconst_0
            ireturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xpath/axes/NodeSequence;

  public int getAnalysisBits();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 699
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            ifnull 2
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            instanceof org.apache.xpath.axes.PathComponent
            ifeq 2
         1: .line 700
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_iter:Lorg/apache/xml/dtm/DTMIterator;
            checkcast org.apache.xpath.axes.PathComponent
            invokeinterface org.apache.xpath.axes.PathComponent.getAnalysisBits:()I
            ireturn
         2: .line 702
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/axes/NodeSequence;

  public void fixupVariables(java.util.Vector, int);
    descriptor: (Ljava/util/Vector;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // java.util.Vector vars
        start local 2 // int globalsSize
         0: .line 710
            aload 0 /* this */
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokespecial org.apache.xpath.objects.XObject.fixupVariables:(Ljava/util/Vector;I)V
         1: .line 711
            return
        end local 2 // int globalsSize
        end local 1 // java.util.Vector vars
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/xpath/axes/NodeSequence;
            0    2     1         vars  Ljava/util/Vector;
            0    2     2  globalsSize  I
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  

  protected int addNodeInDocOrder(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // int node
         0: .line 723
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.hasCache:()Z
            ldc "addNodeInDocOrder must be done on a mutable sequence!"
            invokevirtual org.apache.xpath.axes.NodeSequence.assertion:(ZLjava/lang/String;)V
         1: .line 725
            iconst_m1
            istore 2 /* insertIndex */
        start local 2 // int insertIndex
         2: .line 727
            aload 0 /* this */
            invokevirtual org.apache.xpath.axes.NodeSequence.getVector:()Lorg/apache/xml/utils/NodeVector;
            astore 3 /* vec */
        start local 3 // org.apache.xml.utils.NodeVector vec
         3: .line 732
            aload 3 /* vec */
            invokevirtual org.apache.xml.utils.NodeVector.size:()I
            istore 4 /* size */
        start local 4 // int size
         4: .line 734
            iload 4 /* size */
            iconst_1
            isub
            istore 5 /* i */
        start local 5 // int i
         5: goto 14
         6: .line 736
      StackMap locals: org.apache.xpath.axes.NodeSequence int int org.apache.xml.utils.NodeVector int int
      StackMap stack:
            aload 3 /* vec */
            iload 5 /* i */
            invokevirtual org.apache.xml.utils.NodeVector.elementAt:(I)I
            istore 6 /* child */
        start local 6 // int child
         7: .line 738
            iload 6 /* child */
            iload 1 /* node */
            if_icmpne 10
         8: .line 740
            bipush -2
            istore 5 /* i */
         9: .line 742
            goto 15
        10: .line 745
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_dtmMgr:Lorg/apache/xml/dtm/DTMManager;
            iload 1 /* node */
            invokevirtual org.apache.xml.dtm.DTMManager.getDTM:(I)Lorg/apache/xml/dtm/DTM;
            astore 7 /* dtm */
        start local 7 // org.apache.xml.dtm.DTM dtm
        11: .line 746
            aload 7 /* dtm */
            iload 1 /* node */
            iload 6 /* child */
            invokeinterface org.apache.xml.dtm.DTM.isNodeAfter:(II)Z
            ifne 13
        12: .line 748
            goto 15
        end local 7 // org.apache.xml.dtm.DTM dtm
        end local 6 // int child
        13: .line 734
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            ifge 6
        15: .line 752
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            bipush -2
            if_icmpeq 18
        16: .line 754
            iload 5 /* i */
            iconst_1
            iadd
            istore 2 /* insertIndex */
        17: .line 756
            aload 3 /* vec */
            iload 1 /* node */
            iload 2 /* insertIndex */
            invokevirtual org.apache.xml.utils.NodeVector.insertElementAt:(II)V
        18: .line 760
      StackMap locals:
      StackMap stack:
            iload 2 /* insertIndex */
            ireturn
        end local 5 // int i
        end local 4 // int size
        end local 3 // org.apache.xml.utils.NodeVector vec
        end local 2 // int insertIndex
        end local 1 // int node
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lorg/apache/xpath/axes/NodeSequence;
            0   19     1         node  I
            2   19     2  insertIndex  I
            3   19     3          vec  Lorg/apache/xml/utils/NodeVector;
            4   19     4         size  I
            5   19     5            i  I
            7   13     6        child  I
           11   13     7          dtm  Lorg/apache/xml/dtm/DTM;
    MethodParameters:
      Name  Flags
      node  

  protected void setObject(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.xpath.axes.NodeSequence this
        start local 1 // java.lang.Object obj
         0: .line 778
            aload 1 /* obj */
            instanceof org.apache.xml.utils.NodeVector
            ifeq 10
         1: .line 781
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial org.apache.xpath.objects.XObject.setObject:(Ljava/lang/Object;)V
         2: .line 784
            aload 1 /* obj */
            checkcast org.apache.xml.utils.NodeVector
            astore 2 /* v */
        start local 2 // org.apache.xml.utils.NodeVector v
         3: .line 785
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            ifnull 6
         4: .line 786
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            aload 2 /* v */
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.setVector:(Lorg/apache/xml/utils/NodeVector;)V
         5: .line 787
            goto 17
      StackMap locals: org.apache.xml.utils.NodeVector
      StackMap stack:
         6: aload 2 /* v */
            ifnull 17
         7: .line 788
            aload 0 /* this */
            new org.apache.xpath.axes.NodeSequence$IteratorCache
            dup
            invokespecial org.apache.xpath.axes.NodeSequence$IteratorCache.<init>:()V
            putfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
         8: .line 789
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            aload 2 /* v */
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.setVector:(Lorg/apache/xml/utils/NodeVector;)V
        end local 2 // org.apache.xml.utils.NodeVector v
         9: .line 791
            goto 17
      StackMap locals:
      StackMap stack:
        10: aload 1 /* obj */
            instanceof org.apache.xpath.axes.NodeSequence$IteratorCache
            ifeq 16
        11: .line 792
            aload 1 /* obj */
            checkcast org.apache.xpath.axes.NodeSequence$IteratorCache
            astore 2 /* cache */
        start local 2 // org.apache.xpath.axes.NodeSequence$IteratorCache cache
        12: .line 793
            aload 0 /* this */
            aload 2 /* cache */
            putfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
        13: .line 794
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.increaseUseCount:()V
        14: .line 797
            aload 0 /* this */
            aload 2 /* cache */
            invokevirtual org.apache.xpath.axes.NodeSequence$IteratorCache.getVector:()Lorg/apache/xml/utils/NodeVector;
            invokespecial org.apache.xpath.objects.XObject.setObject:(Ljava/lang/Object;)V
        end local 2 // org.apache.xpath.axes.NodeSequence$IteratorCache cache
        15: .line 798
            goto 17
        16: .line 799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial org.apache.xpath.objects.XObject.setObject:(Ljava/lang/Object;)V
        17: .line 802
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lorg/apache/xpath/axes/NodeSequence;
            0   18     1    obj  Ljava/lang/Object;
            3    9     2      v  Lorg/apache/xml/utils/NodeVector;
           12   15     2  cache  Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
    MethodParameters:
      Name  Flags
      obj   

  protected org.apache.xpath.axes.NodeSequence$IteratorCache getIteratorCache();
    descriptor: ()Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.NodeSequence this
         0: .line 950
            aload 0 /* this */
            getfield org.apache.xpath.axes.NodeSequence.m_cache:Lorg/apache/xpath/axes/NodeSequence$IteratorCache;
            areturn
        end local 0 // org.apache.xpath.axes.NodeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/axes/NodeSequence;
}
SourceFile: "NodeSequence.java"
NestMembers:
  org.apache.xpath.axes.NodeSequence$IteratorCache
InnerClasses:
  private final IteratorCache = org.apache.xpath.axes.NodeSequence$IteratorCache of org.apache.xpath.axes.NodeSequence