public class com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl extends com.sun.org.apache.xerces.internal.util.XMLAttributesImpl implements java.util.Iterator<com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute>
  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 55
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.<init>:()V
         1: .line 50
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fCurrent:I
         2: .line 56
            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 59
            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 com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute next();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
    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 63
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.hasNext:()Z
            ifeq 2
         1: .line 65
            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 68
      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 74
            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 76
            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 77
            goto 4
         3: .line 81
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         4: .line 83
      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 86
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.removeAllAttributes:()V
         1: .line 87
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.fCurrent:I
         2: .line 88
            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 java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl.next:()Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl;Ljava/util/Iterator<Lcom/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute;>;
SourceFile: "XMLAttributesIteratorImpl.java"
InnerClasses:
  Attribute = com.sun.org.apache.xerces.internal.util.XMLAttributesImpl$Attribute of com.sun.org.apache.xerces.internal.util.XMLAttributesImpl