public class com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl implements org.w3c.dom.traversal.NodeIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl
  super_class: java.lang.Object
{
  private com.sun.org.apache.xerces.internal.dom.DocumentImpl fDocument;
    descriptor: Lcom/sun/org/apache/xerces/internal/dom/DocumentImpl;
    flags: (0x0002) ACC_PRIVATE

  private org.w3c.dom.Node fRoot;
    descriptor: Lorg/w3c/dom/Node;
    flags: (0x0002) ACC_PRIVATE

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

  private org.w3c.dom.traversal.NodeFilter fNodeFilter;
    descriptor: Lorg/w3c/dom/traversal/NodeFilter;
    flags: (0x0002) ACC_PRIVATE

  private boolean fDetach;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.w3c.dom.Node fCurrentNode;
    descriptor: Lorg/w3c/dom/Node;
    flags: (0x0002) ACC_PRIVATE

  private boolean fForward;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean fEntityReferenceExpansion;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.org.apache.xerces.internal.dom.DocumentImpl, org.w3c.dom.Node, int, org.w3c.dom.traversal.NodeFilter, boolean);
    descriptor: (Lcom/sun/org/apache/xerces/internal/dom/DocumentImpl;Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
        start local 1 // com.sun.org.apache.xerces.internal.dom.DocumentImpl document
        start local 2 // org.w3c.dom.Node root
        start local 3 // int whatToShow
        start local 4 // org.w3c.dom.traversal.NodeFilter nodeFilter
        start local 5 // boolean entityReferenceExpansion
         0: .line 92
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fWhatToShow:I
         2: .line 58
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fDetach:Z
         3: .line 82
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fForward:Z
         4: .line 97
            aload 0 /* this */
            aload 1 /* document */
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fDocument:Lcom/sun/org/apache/xerces/internal/dom/DocumentImpl;
         5: .line 98
            aload 0 /* this */
            aload 2 /* root */
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fRoot:Lorg/w3c/dom/Node;
         6: .line 99
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
         7: .line 100
            aload 0 /* this */
            iload 3 /* whatToShow */
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fWhatToShow:I
         8: .line 101
            aload 0 /* this */
            aload 4 /* nodeFilter */
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fNodeFilter:Lorg/w3c/dom/traversal/NodeFilter;
         9: .line 102
            aload 0 /* this */
            iload 5 /* entityReferenceExpansion */
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fEntityReferenceExpansion:Z
        10: .line 103
            return
        end local 5 // boolean entityReferenceExpansion
        end local 4 // org.w3c.dom.traversal.NodeFilter nodeFilter
        end local 3 // int whatToShow
        end local 2 // org.w3c.dom.Node root
        end local 1 // com.sun.org.apache.xerces.internal.dom.DocumentImpl document
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   11     0                      this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;
            0   11     1                  document  Lcom/sun/org/apache/xerces/internal/dom/DocumentImpl;
            0   11     2                      root  Lorg/w3c/dom/Node;
            0   11     3                whatToShow  I
            0   11     4                nodeFilter  Lorg/w3c/dom/traversal/NodeFilter;
            0   11     5  entityReferenceExpansion  Z
    MethodParameters:
                          Name  Flags
      document                  
      root                      
      whatToShow                
      nodeFilter                
      entityReferenceExpansion  

  public org.w3c.dom.Node getRoot();
    descriptor: ()Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
         0: .line 106
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fRoot:Lorg/w3c/dom/Node;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;

  public int getWhatToShow();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
         0: .line 115
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fWhatToShow:I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;

  public org.w3c.dom.traversal.NodeFilter getFilter();
    descriptor: ()Lorg/w3c/dom/traversal/NodeFilter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
         0: .line 120
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fNodeFilter:Lorg/w3c/dom/traversal/NodeFilter;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;

  public boolean getExpandEntityReferences();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
         0: .line 125
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fEntityReferenceExpansion:Z
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;

  public org.w3c.dom.Node nextNode();
    descriptor: ()Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
         0: .line 134
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fDetach:Z
            ifeq 5
         1: .line 135
            new org.w3c.dom.DOMException
            dup
         2: .line 136
            bipush 11
         3: .line 137
            ldc "http://www.w3.org/dom/DOMTR"
            ldc "INVALID_STATE_ERR"
            aconst_null
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         4: .line 135
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
         5: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fRoot:Lorg/w3c/dom/Node;
            ifnonnull 6
            aconst_null
            areturn
         6: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
            astore 1 /* nextNode */
        start local 1 // org.w3c.dom.Node nextNode
         7: .line 144
            iconst_0
            istore 2 /* accepted */
        start local 2 // boolean accepted
         8: .line 147
            goto 24
         9: .line 150
      StackMap locals: org.w3c.dom.Node int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fForward:Z
            ifne 12
            aload 1 /* nextNode */
            ifnull 12
        10: .line 152
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
            astore 1 /* nextNode */
        11: .line 153
            goto 18
        12: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fEntityReferenceExpansion:Z
            ifne 17
        13: .line 156
            aload 1 /* nextNode */
            ifnull 17
        14: .line 157
            aload 1 /* nextNode */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_5
            if_icmpne 17
        15: .line 158
            aload 0 /* this */
            aload 1 /* nextNode */
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.nextNode:(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node;
            astore 1 /* nextNode */
        16: .line 159
            goto 18
        17: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* nextNode */
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.nextNode:(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node;
            astore 1 /* nextNode */
        18: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fForward:Z
        19: .line 167
            aload 1 /* nextNode */
            ifnonnull 20
            aconst_null
            areturn
        20: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* nextNode */
            invokevirtual com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.acceptNode:(Lorg/w3c/dom/Node;)Z
            istore 2 /* accepted */
        21: .line 171
            iload 2 /* accepted */
            ifeq 24
        22: .line 173
            aload 0 /* this */
            aload 1 /* nextNode */
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
        23: .line 174
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
            areturn
        24: .line 147
      StackMap locals:
      StackMap stack:
            iload 2 /* accepted */
            ifeq 9
        25: .line 181
            aconst_null
            areturn
        end local 2 // boolean accepted
        end local 1 // org.w3c.dom.Node nextNode
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   26     0      this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;
            7   26     1  nextNode  Lorg/w3c/dom/Node;
            8   26     2  accepted  Z

  public org.w3c.dom.Node previousNode();
    descriptor: ()Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
         0: .line 190
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fDetach:Z
            ifeq 5
         1: .line 191
            new org.w3c.dom.DOMException
            dup
         2: .line 192
            bipush 11
         3: .line 193
            ldc "http://www.w3.org/dom/DOMTR"
            ldc "INVALID_STATE_ERR"
            aconst_null
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         4: .line 191
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
         5: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fRoot:Lorg/w3c/dom/Node;
            ifnull 6
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
            ifnonnull 7
      StackMap locals:
      StackMap stack:
         6: aconst_null
            areturn
         7: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
            astore 1 /* previousNode */
        start local 1 // org.w3c.dom.Node previousNode
         8: .line 200
            iconst_0
            istore 2 /* accepted */
        start local 2 // boolean accepted
         9: .line 203
            goto 20
        10: .line 205
      StackMap locals: org.w3c.dom.Node int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fForward:Z
            ifeq 13
            aload 1 /* previousNode */
            ifnull 13
        11: .line 207
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
            astore 1 /* previousNode */
        12: .line 208
            goto 14
        13: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* previousNode */
            invokevirtual com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.previousNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 1 /* previousNode */
        14: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fForward:Z
        15: .line 218
            aload 1 /* previousNode */
            ifnonnull 16
            aconst_null
            areturn
        16: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* previousNode */
            invokevirtual com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.acceptNode:(Lorg/w3c/dom/Node;)Z
            istore 2 /* accepted */
        17: .line 222
            iload 2 /* accepted */
            ifeq 20
        18: .line 224
            aload 0 /* this */
            aload 1 /* previousNode */
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
        19: .line 225
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
            areturn
        20: .line 203
      StackMap locals:
      StackMap stack:
            iload 2 /* accepted */
            ifeq 10
        21: .line 230
            aconst_null
            areturn
        end local 2 // boolean accepted
        end local 1 // org.w3c.dom.Node previousNode
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;
            8   22     1  previousNode  Lorg/w3c/dom/Node;
            9   22     2      accepted  Z

  boolean acceptNode(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
        start local 1 // org.w3c.dom.Node node
         0: .line 236
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fNodeFilter:Lorg/w3c/dom/traversal/NodeFilter;
            ifnonnull 3
         1: .line 237
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fWhatToShow:I
            iconst_1
            aload 1 /* node */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            isub
            ishl
            iand
            ifeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fWhatToShow:I
            iconst_1
            aload 1 /* node */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            isub
            ishl
            iand
            ifeq 6
         4: .line 240
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fNodeFilter:Lorg/w3c/dom/traversal/NodeFilter;
            aload 1 /* node */
            invokeinterface org.w3c.dom.traversal.NodeFilter.acceptNode:(Lorg/w3c/dom/Node;)S
            iconst_1
            if_icmpne 6
         5: .line 239
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 1 // org.w3c.dom.Node node
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;
            0    7     1  node  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      node  

  org.w3c.dom.Node matchNodeOrParent(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
        start local 1 // org.w3c.dom.Node node
         0: .line 248
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
            ifnonnull 1
            aconst_null
            areturn
         1: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
            astore 2 /* n */
        start local 2 // org.w3c.dom.Node n
         2: goto 5
         3: .line 253
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 1 /* node */
            aload 2 /* n */
            if_acmpne 4
            aload 2 /* n */
            areturn
         4: .line 252
      StackMap locals:
      StackMap stack:
            aload 2 /* n */
            invokeinterface org.w3c.dom.Node.getParentNode:()Lorg/w3c/dom/Node;
            astore 2 /* n */
      StackMap locals:
      StackMap stack:
         5: aload 2 /* n */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fRoot:Lorg/w3c/dom/Node;
            if_acmpne 3
        end local 2 // org.w3c.dom.Node n
         6: .line 255
            aconst_null
            areturn
        end local 1 // org.w3c.dom.Node node
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;
            0    7     1  node  Lorg/w3c/dom/Node;
            2    6     2     n  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      node  

  org.w3c.dom.Node nextNode(org.w3c.dom.Node, boolean);
    descriptor: (Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node;
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
        start local 1 // org.w3c.dom.Node node
        start local 2 // boolean visitChildren
         0: .line 266
            aload 1 /* node */
            ifnonnull 1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fRoot:Lorg/w3c/dom/Node;
            areturn
         1: .line 270
      StackMap locals:
      StackMap stack:
            iload 2 /* visitChildren */
            ifeq 5
         2: .line 272
            aload 1 /* node */
            invokeinterface org.w3c.dom.Node.hasChildNodes:()Z
            ifeq 5
         3: .line 273
            aload 1 /* node */
            invokeinterface org.w3c.dom.Node.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* result */
        start local 3 // org.w3c.dom.Node result
         4: .line 274
            aload 3 /* result */
            areturn
        end local 3 // org.w3c.dom.Node result
         5: .line 278
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fRoot:Lorg/w3c/dom/Node;
            if_acmpne 7
         6: .line 279
            aconst_null
            areturn
         7: .line 283
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 3 /* result */
        start local 3 // org.w3c.dom.Node result
         8: .line 284
            aload 3 /* result */
            ifnull 9
            aload 3 /* result */
            areturn
         9: .line 288
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 1 /* node */
            invokeinterface org.w3c.dom.Node.getParentNode:()Lorg/w3c/dom/Node;
            astore 4 /* parent */
        start local 4 // org.w3c.dom.Node parent
        10: .line 289
            goto 15
        11: .line 290
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 4 /* parent */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 3 /* result */
        12: .line 291
            aload 3 /* result */
            ifnull 14
        13: .line 292
            aload 3 /* result */
            areturn
        14: .line 294
      StackMap locals:
      StackMap stack:
            aload 4 /* parent */
            invokeinterface org.w3c.dom.Node.getParentNode:()Lorg/w3c/dom/Node;
            astore 4 /* parent */
        15: .line 289
      StackMap locals:
      StackMap stack:
            aload 4 /* parent */
            ifnull 16
            aload 4 /* parent */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fRoot:Lorg/w3c/dom/Node;
            if_acmpne 11
        16: .line 300
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // org.w3c.dom.Node parent
        end local 3 // org.w3c.dom.Node result
        end local 2 // boolean visitChildren
        end local 1 // org.w3c.dom.Node node
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0           this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;
            0   17     1           node  Lorg/w3c/dom/Node;
            0   17     2  visitChildren  Z
            4    5     3         result  Lorg/w3c/dom/Node;
            8   17     3         result  Lorg/w3c/dom/Node;
           10   17     4         parent  Lorg/w3c/dom/Node;
    MethodParameters:
               Name  Flags
      node           
      visitChildren  

  org.w3c.dom.Node previousNode(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
        start local 1 // org.w3c.dom.Node node
         0: .line 311
            aload 1 /* node */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fRoot:Lorg/w3c/dom/Node;
            if_acmpne 1
            aconst_null
            areturn
         1: .line 314
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            invokeinterface org.w3c.dom.Node.getPreviousSibling:()Lorg/w3c/dom/Node;
            astore 2 /* result */
        start local 2 // org.w3c.dom.Node result
         2: .line 315
            aload 2 /* result */
            ifnonnull 5
         3: .line 317
            aload 1 /* node */
            invokeinterface org.w3c.dom.Node.getParentNode:()Lorg/w3c/dom/Node;
            astore 2 /* result */
         4: .line 318
            aload 2 /* result */
            areturn
         5: .line 322
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 2 /* result */
            invokeinterface org.w3c.dom.Node.hasChildNodes:()Z
            ifeq 12
         6: .line 323
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fEntityReferenceExpansion:Z
            ifne 11
         7: .line 324
            aload 2 /* result */
            ifnull 11
         8: .line 325
            aload 2 /* result */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_5
            if_icmpeq 12
         9: .line 328
            goto 11
        10: .line 329
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            invokeinterface org.w3c.dom.Node.getLastChild:()Lorg/w3c/dom/Node;
            astore 2 /* result */
        11: .line 328
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            invokeinterface org.w3c.dom.Node.hasChildNodes:()Z
            ifne 10
        12: .line 333
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // org.w3c.dom.Node result
        end local 1 // org.w3c.dom.Node node
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;
            0   13     1    node  Lorg/w3c/dom/Node;
            2   13     2  result  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      node  

  public void removeNode(org.w3c.dom.Node);
    descriptor: (Lorg/w3c/dom/Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
        start local 1 // org.w3c.dom.Node node
         0: .line 344
            aload 1 /* node */
            ifnonnull 1
            return
         1: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.matchNodeOrParent:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            astore 2 /* deleted */
        start local 2 // org.w3c.dom.Node deleted
         2: .line 348
            aload 2 /* deleted */
            ifnonnull 3
            return
         3: .line 350
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fForward:Z
            ifeq 6
         4: .line 351
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* deleted */
            invokevirtual com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.previousNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
         5: .line 352
            goto 12
         6: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* deleted */
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.nextNode:(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node;
            astore 3 /* next */
        start local 3 // org.w3c.dom.Node next
         7: .line 356
            aload 3 /* next */
            ifnull 10
         8: .line 358
            aload 0 /* this */
            aload 3 /* next */
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
         9: .line 359
            goto 12
        10: .line 362
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* deleted */
            invokevirtual com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.previousNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fCurrentNode:Lorg/w3c/dom/Node;
        11: .line 363
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fForward:Z
        end local 3 // org.w3c.dom.Node next
        12: .line 368
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.w3c.dom.Node deleted
        end local 1 // org.w3c.dom.Node node
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;
            0   13     1     node  Lorg/w3c/dom/Node;
            2   13     2  deleted  Lorg/w3c/dom/Node;
            7   12     3     next  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      node  

  public void detach();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
         0: .line 371
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fDetach:Z
         1: .line 372
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl.fDocument:Lcom/sun/org/apache/xerces/internal/dom/DocumentImpl;
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.dom.DocumentImpl.removeNodeIterator:(Lorg/w3c/dom/traversal/NodeIterator;)V
         2: .line 373
            return
        end local 0 // com.sun.org.apache.xerces.internal.dom.NodeIteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/dom/NodeIteratorImpl;
}
SourceFile: "NodeIteratorImpl.java"