public class org.apache.xml.dtm.ref.DTMChildIterNodeList extends org.apache.xml.dtm.ref.DTMNodeListBase
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.xml.dtm.ref.DTMChildIterNodeList
super_class: org.apache.xml.dtm.ref.DTMNodeListBase
{
private int m_firstChild;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private org.apache.xml.dtm.DTM m_parentDTM;
descriptor: Lorg/apache/xml/dtm/DTM;
flags: (0x0002) ACC_PRIVATE
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.apache.xml.dtm.ref.DTMNodeListBase.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/xml/dtm/ref/DTMChildIterNodeList;
public void <init>(org.apache.xml.dtm.DTM, int);
descriptor: (Lorg/apache/xml/dtm/DTM;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial org.apache.xml.dtm.ref.DTMNodeListBase.<init>:()V
1: aload 0
aload 1
putfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_parentDTM:Lorg/apache/xml/dtm/DTM;
2: aload 0
aload 1
iload 2
invokeinterface org.apache.xml.dtm.DTM.getFirstChild:(I)I
putfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_firstChild:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/xml/dtm/ref/DTMChildIterNodeList;
0 4 1 parentDTM Lorg/apache/xml/dtm/DTM;
0 4 2 parentHandle I
MethodParameters:
Name Flags
parentDTM
parentHandle
public org.w3c.dom.Node item(int);
descriptor: (I)Lorg/w3c/dom/Node;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_firstChild:I
istore 2
start local 2 1: goto 3
2: StackMap locals: int
StackMap stack:
aload 0
getfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_parentDTM:Lorg/apache/xml/dtm/DTM;
iload 2
invokeinterface org.apache.xml.dtm.DTM.getNextSibling:(I)I
istore 2
3: StackMap locals:
StackMap stack:
iinc 1 -1
iload 1
iflt 4
iload 2
iconst_m1
if_icmpne 2
4: StackMap locals:
StackMap stack:
iload 2
iconst_m1
if_icmpne 6
5: aconst_null
areturn
6: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_parentDTM:Lorg/apache/xml/dtm/DTM;
iload 2
invokeinterface org.apache.xml.dtm.DTM.getNode:(I)Lorg/w3c/dom/Node;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/xml/dtm/ref/DTMChildIterNodeList;
0 7 1 index I
1 7 2 handle I
MethodParameters:
Name Flags
index
public int getLength();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
getfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_firstChild:I
istore 2
start local 2 2: goto 5
3: StackMap locals: int int
StackMap stack:
iinc 1 1
4: aload 0
getfield org.apache.xml.dtm.ref.DTMChildIterNodeList.m_parentDTM:Lorg/apache/xml/dtm/DTM;
iload 2
invokeinterface org.apache.xml.dtm.DTM.getNextSibling:(I)I
istore 2
5: StackMap locals:
StackMap stack:
iload 2
iconst_m1
if_icmpne 3
end local 2 6: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/xml/dtm/ref/DTMChildIterNodeList;
1 7 1 count I
2 6 2 handle I
}
SourceFile: "DTMChildIterNodeList.java"