public class org.apache.xpath.axes.AttributeIterator extends org.apache.xpath.axes.ChildTestIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.axes.AttributeIterator
  super_class: org.apache.xpath.axes.ChildTestIterator
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -8417986700712229686

  void <init>(org.apache.xpath.compiler.Compiler, int, int);
    descriptor: (Lorg/apache/xpath/compiler/Compiler;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.xpath.axes.AttributeIterator this
        start local 1 // org.apache.xpath.compiler.Compiler compiler
        start local 2 // int opPos
        start local 3 // int analysis
         0: .line 48
            aload 0 /* this */
            aload 1 /* compiler */
            iload 2 /* opPos */
            iload 3 /* analysis */
            invokespecial org.apache.xpath.axes.ChildTestIterator.<init>:(Lorg/apache/xpath/compiler/Compiler;II)V
         1: .line 49
            return
        end local 3 // int analysis
        end local 2 // int opPos
        end local 1 // org.apache.xpath.compiler.Compiler compiler
        end local 0 // org.apache.xpath.axes.AttributeIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/xpath/axes/AttributeIterator;
            0    2     1  compiler  Lorg/apache/xpath/compiler/Compiler;
            0    2     2     opPos  I
            0    2     3  analysis  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
          Name  Flags
      compiler  
      opPos     
      analysis  

  protected int getNextNode();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.AttributeIterator this
         0: .line 56
            aload 0 /* this */
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xpath.axes.AttributeIterator.m_lastFetched:I
            if_icmpne 2
         1: .line 57
            aload 0 /* this */
            getfield org.apache.xpath.axes.AttributeIterator.m_cdtm:Lorg/apache/xml/dtm/DTM;
            aload 0 /* this */
            getfield org.apache.xpath.axes.AttributeIterator.m_context:I
            invokeinterface org.apache.xml.dtm.DTM.getFirstAttribute:(I)I
            goto 3
         2: .line 58
      StackMap locals:
      StackMap stack: org.apache.xpath.axes.AttributeIterator
            aload 0 /* this */
            getfield org.apache.xpath.axes.AttributeIterator.m_cdtm:Lorg/apache/xml/dtm/DTM;
            aload 0 /* this */
            getfield org.apache.xpath.axes.AttributeIterator.m_lastFetched:I
            invokeinterface org.apache.xml.dtm.DTM.getNextAttribute:(I)I
         3: .line 56
      StackMap locals: org.apache.xpath.axes.AttributeIterator
      StackMap stack: org.apache.xpath.axes.AttributeIterator int
            putfield org.apache.xpath.axes.AttributeIterator.m_lastFetched:I
         4: .line 59
            aload 0 /* this */
            getfield org.apache.xpath.axes.AttributeIterator.m_lastFetched:I
            ireturn
        end local 0 // org.apache.xpath.axes.AttributeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/xpath/axes/AttributeIterator;

  public int getAxis();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.axes.AttributeIterator this
         0: .line 70
            iconst_2
            ireturn
        end local 0 // org.apache.xpath.axes.AttributeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/axes/AttributeIterator;
}
SourceFile: "AttributeIterator.java"