class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute<T> extends org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute
  super_class: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
{
  private static final java.lang.String WILDCARD;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "*"

  private final org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer<T> parentPointer;
    descriptor: Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;

  private final java.util.List<java.lang.String> attributeNames;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  public void <init>(org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer<T>, org.apache.commons.jxpath.ri.QName);
    descriptor: (Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Lorg/apache/commons/jxpath/ri/QName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute this
        start local 1 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer parent
        start local 2 // org.apache.commons.jxpath.ri.QName name
         0: .line 53
            aload 0 /* this */
            aload 1 /* parent */
            iconst_0
            invokespecial org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase.<init>:(Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Z)V
         1: .line 54
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute.parentPointer:Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;
         2: .line 55
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* parent */
            aload 2 /* name */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute.createAttributeDataList:(Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Lorg/apache/commons/jxpath/ri/QName;)Ljava/util/List;
            putfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute.attributeNames:Ljava/util/List;
         3: .line 56
            return
        end local 2 // org.apache.commons.jxpath.ri.QName name
        end local 1 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer parent
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorAttribute<TT;>;
            0    4     1  parent  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;
            0    4     2    name  Lorg/apache/commons/jxpath/ri/QName;
    Signature: (Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;Lorg/apache/commons/jxpath/ri/QName;)V
    MethodParameters:
        Name  Flags
      parent  final
      name    final

  protected org.apache.commons.jxpath.ri.model.NodePointer createNodePointer(int);
    descriptor: (I)Lorg/apache/commons/jxpath/ri/model/NodePointer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute this
        start local 1 // int position
         0: .line 67
            new org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
            dup
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute.parentPointer:Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;
         1: .line 68
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute.attributeNames:Ljava/util/List;
            iload 1 /* position */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
         2: .line 67
            invokespecial org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer.<init>:(Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Ljava/lang/String;)V
            areturn
        end local 1 // int position
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorAttribute<TT;>;
            0    3     1  position  I
    MethodParameters:
          Name  Flags
      position  final

  protected int size();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute this
         0: .line 79
            aload 0 /* this */
            getfield org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute.attributeNames:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorAttribute<TT;>;

  private java.util.List<java.lang.String> createAttributeDataList(org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer<T>, org.apache.commons.jxpath.ri.QName);
    descriptor: (Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Lorg/apache/commons/jxpath/ri/QName;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute this
        start local 1 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer parent
        start local 2 // org.apache.commons.jxpath.ri.QName name
         0: .line 93
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* result */
        start local 3 // java.util.List result
         1: .line 94
            ldc "*"
            aload 2 /* name */
            invokevirtual org.apache.commons.jxpath.ri.QName.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 4
         2: .line 96
            aload 0 /* this */
            aload 1 /* parent */
            aload 3 /* result */
            aload 2 /* name */
            invokestatic org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute.qualifiedName:(Lorg/apache/commons/jxpath/ri/QName;)Ljava/lang/String;
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute.addAttributeData:(Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Ljava/util/List;Ljava/lang/String;)V
         3: .line 97
            goto 19
         4: .line 101
      StackMap locals: java.util.List
      StackMap stack:
            new java.util.LinkedHashSet
            dup
            aload 1 /* parent */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
         5: .line 102
            aload 1 /* parent */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer.getConfigurationNode:()Ljava/lang/Object;
            invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getAttributes:(Ljava/lang/Object;)Ljava/util/Set;
         6: .line 101
            invokespecial java.util.LinkedHashSet.<init>:(Ljava/util/Collection;)V
         7: .line 100
            astore 4 /* names */
        start local 4 // java.util.Set names
         8: .line 104
            aload 2 /* name */
            invokevirtual org.apache.commons.jxpath.ri.QName.getPrefix:()Ljava/lang/String;
            ifnull 12
            aload 2 /* name */
            invokevirtual org.apache.commons.jxpath.ri.QName.getPrefix:()Ljava/lang/String;
         9: .line 105
            aconst_null
        10: .line 104
            invokestatic org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute.prefixName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
        11: .line 105
            goto 13
      StackMap locals: java.util.Set
      StackMap stack:
        12: aconst_null
        13: .line 103
      StackMap locals:
      StackMap stack: java.lang.String
            astore 5 /* prefix */
        start local 5 // java.lang.String prefix
        14: .line 106
            aload 4 /* names */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 7
            goto 18
      StackMap locals: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer org.apache.commons.jxpath.ri.QName java.util.List java.util.Set java.lang.String top java.util.Iterator
      StackMap stack:
        15: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 6 /* n */
        start local 6 // java.lang.String n
        16: .line 108
            aload 5 /* prefix */
            ifnull 17
            aload 6 /* n */
            aload 5 /* prefix */
            invokestatic org.apache.commons.lang3.StringUtils.startsWith:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
            ifeq 18
        17: .line 110
      StackMap locals: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer org.apache.commons.jxpath.ri.QName java.util.List java.util.Set java.lang.String java.lang.String java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            aload 1 /* parent */
            aload 3 /* result */
            aload 6 /* n */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute.addAttributeData:(Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Ljava/util/List;Ljava/lang/String;)V
        end local 6 // java.lang.String n
        18: .line 106
      StackMap locals: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer org.apache.commons.jxpath.ri.QName java.util.List java.util.Set java.lang.String top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        end local 5 // java.lang.String prefix
        end local 4 // java.util.Set names
        19: .line 115
      StackMap locals: org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer org.apache.commons.jxpath.ri.QName java.util.List
      StackMap stack:
            aload 3 /* result */
            areturn
        end local 3 // java.util.List result
        end local 2 // org.apache.commons.jxpath.ri.QName name
        end local 1 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer parent
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorAttribute<TT;>;
            0   20     1  parent  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;
            0   20     2    name  Lorg/apache/commons/jxpath/ri/QName;
            1   20     3  result  Ljava/util/List<Ljava/lang/String;>;
            8   19     4   names  Ljava/util/Set<Ljava/lang/String;>;
           14   19     5  prefix  Ljava/lang/String;
           16   18     6       n  Ljava/lang/String;
    Signature: (Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;Lorg/apache/commons/jxpath/ri/QName;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      parent  final
      name    final

  private void addAttributeData(org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer<T>, java.util.List<java.lang.String>, java.lang.String);
    descriptor: (Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer;Ljava/util/List;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute this
        start local 1 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer parent
        start local 2 // java.util.List result
        start local 3 // java.lang.String name
         0: .line 129
            aload 1 /* parent */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer.getNodeHandler:()Lorg/apache/commons/configuration2/tree/NodeHandler;
         1: .line 130
            aload 1 /* parent */
            invokevirtual org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer.getConfigurationNode:()Ljava/lang/Object;
            aload 3 /* name */
         2: .line 129
            invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getAttributeValue:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            ifnull 4
         3: .line 132
            aload 2 /* result */
            aload 3 /* name */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String name
        end local 2 // java.util.List result
        end local 1 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer parent
        end local 0 // org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorAttribute<TT;>;
            0    5     1  parent  Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;
            0    5     2  result  Ljava/util/List<Ljava/lang/String;>;
            0    5     3    name  Ljava/lang/String;
    Signature: (Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodePointer<TT;>;Ljava/util/List<Ljava/lang/String;>;Ljava/lang/String;)V
    MethodParameters:
        Name  Flags
      parent  final
      result  final
      name    final
}
Signature: <T:Ljava/lang/Object;>Lorg/apache/commons/configuration2/tree/xpath/ConfigurationNodeIteratorBase<TT;>;
SourceFile: "ConfigurationNodeIteratorAttribute.java"