class nu.xom.JaxenNavigator$NamedChildIterator implements java.util.Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: nu.xom.JaxenNavigator$NamedChildIterator
  super_class: java.lang.Object
{
  private final nu.xom.ParentNode parent;
    descriptor: Lnu/xom/ParentNode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final int xomCount;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private nu.xom.Element next;
    descriptor: Lnu/xom/Element;
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.String localName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String URI;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(nu.xom.ParentNode, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Lnu/xom/ParentNode;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // nu.xom.JaxenNavigator$NamedChildIterator this
         0: .line 34
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jaxen cannot be resolved\n\tThe import org.jaxen cannot be resolved\n\tThe import org.jaxen cannot be resolved\n\tThe import org.jaxen cannot be resolved\n\tThe import org.jaxen cannot be resolved\n\tThe import org.jaxen cannot be resolved\n\tThe import org.jaxen cannot be resolved\n\tThe import org.jaxen cannot be resolved\n\tDefaultNavigator cannot be resolved to a type\n\tNamedAccessNavigator cannot be resolved to a type\n\tSingleObjectIterator cannot be resolved to a type\n\tJaxenConstants cannot be resolved to a variable\n\tJaxenConstants cannot be resolved to a variable\n\tSingleObjectIterator cannot be resolved to a type\n\tFunctionCallException cannot be resolved to a type\n\tFunctionCallException cannot be resolved to a type\n\tJaxenConstants cannot be resolved to a variable\n\tJaxenConstants cannot be resolved to a variable\n\tJaxenConstants cannot be resolved to a variable\n\tXPath cannot be resolved to a type\n\tJaxenException cannot be resolved to a type\n\tThe constructor JaxenConnector(String) refers to the missing type JaxenException\n\tUnsupportedAxisException cannot be resolved to a type\n\tJaxenConstants cannot be resolved to a variable\n\tUnsupportedAxisException cannot be resolved to a type\n\tJaxenConstants cannot be resolved to a variable\n\tSingleObjectIterator cannot be resolved to a type\n\tJaxenConstants cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // nu.xom.JaxenNavigator$NamedChildIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/JaxenNavigator$NamedChildIterator;
    MethodParameters:
              Name  Flags
      parent        
      localName     
      prefix        
      namespaceURI  

  private void findNext();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // nu.xom.JaxenNavigator$NamedChildIterator this
         0: .line 397
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // nu.xom.JaxenNavigator$NamedChildIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/JaxenNavigator$NamedChildIterator;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // nu.xom.JaxenNavigator$NamedChildIterator this
         0: .line 418
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // nu.xom.JaxenNavigator$NamedChildIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/JaxenNavigator$NamedChildIterator;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // nu.xom.JaxenNavigator$NamedChildIterator this
         0: .line 423
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // nu.xom.JaxenNavigator$NamedChildIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/JaxenNavigator$NamedChildIterator;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // nu.xom.JaxenNavigator$NamedChildIterator this
         0: .line 431
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // nu.xom.JaxenNavigator$NamedChildIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/JaxenNavigator$NamedChildIterator;
}
SourceFile: "JaxenNavigator.java"
NestHost: nu.xom.JaxenNavigator
InnerClasses:
  private NamedChildIterator = nu.xom.JaxenNavigator$NamedChildIterator of nu.xom.JaxenNavigator