public class com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl extends com.sun.org.apache.xerces.internal.util.XMLAttributesImpl implements java.util.Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl
  super_class: com.sun.org.apache.xerces.internal.util.XMLAttributesImpl
{
  protected int fCurrent;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute fLastReturnedItem;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl this
         0: .line 58
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.<init>:()V
         1: .line 53
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fCurrent:I
         2: .line 59
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesIteratorImpl;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl this
         0: .line 62
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fCurrent:I
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.getLength:()I
            if_icmpge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesIteratorImpl;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl this
         0: .line 66
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.hasNext:()Z
            ifeq 2
         1: .line 68
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fCurrent:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fCurrent:I
            aaload
            dup_x1
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fLastReturnedItem:Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            areturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesIteratorImpl;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl this
         0: .line 77
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fLastReturnedItem:Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fAttributes:[Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fCurrent:I
            iconst_1
            isub
            aaload
            if_acmpne 3
         1: .line 79
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fCurrent:I
            dup_x1
            iconst_1
            isub
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fCurrent:I
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.removeAttributeAt:(I)V
         2: .line 80
            goto 4
         3: .line 84
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         4: .line 86
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesIteratorImpl;

  public void removeAllAttributes();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl this
         0: .line 89
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.removeAllAttributes:()V
         1: .line 90
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fCurrent:I
         2: .line 91
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/XMLAttributesIteratorImpl;
}
SourceFile: "XMLAttributesIteratorImpl.java"
InnerClasses:
  Attribute = com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute of com.sun.org.apache.xerces.internal.util.XMLAttributesImpl