public class org.apache.fop.fo.XMLWhiteSpaceHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.fo.XMLWhiteSpaceHandler
  super_class: java.lang.Object
{
  private boolean inWhiteSpace;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

  private org.apache.fop.fo.RecursiveCharIterator charIter;
    descriptor: Lorg/apache/fop/fo/RecursiveCharIterator;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List pendingInlines;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Stack nestedBlockStack;
    descriptor: Ljava/util/Stack;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.CharIterator firstWhiteSpaceInSeq;
    descriptor: Lorg/apache/fop/fo/CharIterator;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            iconst_1
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.afterLinefeed:Z
         2: .line 81
            aload 0 /* this */
            new java.util.Stack
            dup
            invokespecial java.util.Stack.<init>:()V
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.nestedBlockStack:Ljava/util/Stack;
         3: .line 64
            return
        end local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/fop/fo/XMLWhiteSpaceHandler;

  public void handleWhiteSpace(org.apache.fop.fo.FObjMixed, org.apache.fop.fo.FONode, org.apache.fop.fo.FONode);
    descriptor: (Lorg/apache/fop/fo/FObjMixed;Lorg/apache/fop/fo/FONode;Lorg/apache/fop/fo/FONode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
        start local 1 // org.apache.fop.fo.FObjMixed fo
        start local 2 // org.apache.fop.fo.FONode firstTextNode
        start local 3 // org.apache.fop.fo.FONode nextChild
         0: .line 96
            aconst_null
            astore 4 /* currentBlock */
        start local 4 // org.apache.fop.fo.flow.Block currentBlock
         1: .line 97
            aload 1 /* fo */
            invokevirtual org.apache.fop.fo.FObjMixed.getNameId:()I
            istore 5 /* foId */
        start local 5 // int foId
         2: .line 100
            iload 5 /* foId */
            lookupswitch { // 2
                    3: 3
                   64: 11
              default: 19
          }
         3: .line 102
      StackMap locals: org.apache.fop.fo.flow.Block int
      StackMap stack:
            aload 1 /* fo */
            checkcast org.apache.fop.fo.flow.Block
            astore 4 /* currentBlock */
         4: .line 103
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nestedBlockStack:Ljava/util/Stack;
            invokevirtual java.util.Stack.empty:()Z
            ifne 5
            aload 1 /* fo */
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nestedBlockStack:Ljava/util/Stack;
            invokevirtual java.util.Stack.peek:()Ljava/lang/Object;
            if_acmpeq 8
         5: .line 104
      StackMap locals:
      StackMap stack:
            aload 3 /* nextChild */
            ifnull 21
         6: .line 108
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nestedBlockStack:Ljava/util/Stack;
            aload 4 /* currentBlock */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 110
            goto 21
         8: .line 111
      StackMap locals:
      StackMap stack:
            aload 3 /* nextChild */
            ifnonnull 21
         9: .line 112
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nestedBlockStack:Ljava/util/Stack;
            invokevirtual java.util.Stack.pop:()Ljava/lang/Object;
            pop
        10: .line 115
            goto 21
        11: .line 119
      StackMap locals:
      StackMap stack:
            aload 1 /* fo */
            astore 6 /* ancestor */
        start local 6 // org.apache.fop.fo.FONode ancestor
        12: .line 121
      StackMap locals: org.apache.fop.fo.FONode
      StackMap stack:
            aload 6 /* ancestor */
            invokevirtual org.apache.fop.fo.FONode.getParent:()Lorg/apache/fop/fo/FONode;
            astore 6 /* ancestor */
        13: .line 122
            aload 6 /* ancestor */
            invokevirtual org.apache.fop.fo.FONode.getNameId:()I
            iconst_3
            if_icmpeq 15
        14: .line 123
            aload 6 /* ancestor */
            invokevirtual org.apache.fop.fo.FONode.getNameId:()I
            bipush 70
            if_icmpne 12
        15: .line 125
      StackMap locals:
      StackMap stack:
            aload 6 /* ancestor */
            invokevirtual org.apache.fop.fo.FONode.getNameId:()I
            iconst_3
            if_icmpne 21
        16: .line 126
            aload 6 /* ancestor */
            checkcast org.apache.fop.fo.flow.Block
            astore 4 /* currentBlock */
        17: .line 127
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nestedBlockStack:Ljava/util/Stack;
            aload 4 /* currentBlock */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 129
            goto 21
        end local 6 // org.apache.fop.fo.FONode ancestor
        19: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nestedBlockStack:Ljava/util/Stack;
            invokevirtual java.util.Stack.empty:()Z
            ifne 21
        20: .line 133
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nestedBlockStack:Ljava/util/Stack;
            invokevirtual java.util.Stack.peek:()Ljava/lang/Object;
            checkcast org.apache.fop.fo.flow.Block
            astore 4 /* currentBlock */
        21: .line 137
      StackMap locals:
      StackMap stack:
            aload 4 /* currentBlock */
            ifnull 26
        22: .line 138
            aload 0 /* this */
            aload 4 /* currentBlock */
            invokevirtual org.apache.fop.fo.flow.Block.getLinefeedTreatment:()I
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.linefeedTreatment:I
        23: .line 139
            aload 0 /* this */
            aload 4 /* currentBlock */
            invokevirtual org.apache.fop.fo.flow.Block.getWhitespaceCollapse:()I
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.whiteSpaceCollapse:I
        24: .line 140
            aload 0 /* this */
            aload 4 /* currentBlock */
            invokevirtual org.apache.fop.fo.flow.Block.getWhitespaceTreatment:()I
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.whiteSpaceTreatment:I
        25: .line 141
            goto 29
        26: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 147
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.linefeedTreatment:I
        27: .line 143
            aload 0 /* this */
            sipush 149
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.whiteSpaceCollapse:I
        28: .line 144
            aload 0 /* this */
            bipush 63
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.whiteSpaceTreatment:I
        29: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* nextChild */
            ifnonnull 30
            aload 1 /* fo */
            aload 4 /* currentBlock */
            if_acmpne 30
            iconst_1
            goto 31
      StackMap locals:
      StackMap stack: org.apache.fop.fo.XMLWhiteSpaceHandler
        30: iconst_0
      StackMap locals: org.apache.fop.fo.XMLWhiteSpaceHandler org.apache.fop.fo.FObjMixed org.apache.fop.fo.FONode org.apache.fop.fo.FONode org.apache.fop.fo.flow.Block int
      StackMap stack: org.apache.fop.fo.XMLWhiteSpaceHandler int
        31: putfield org.apache.fop.fo.XMLWhiteSpaceHandler.endOfBlock:Z
        32: .line 149
            aload 2 /* firstTextNode */
            ifnonnull 40
        33: .line 151
            aload 0 /* this */
            aload 1 /* fo */
            aload 4 /* currentBlock */
            if_acmpne 34
            aload 1 /* fo */
            getfield org.apache.fop.fo.FObjMixed.firstChild:Lorg/apache/fop/fo/FONode;
            ifnonnull 34
            iconst_1
            goto 35
      StackMap locals:
      StackMap stack: org.apache.fop.fo.XMLWhiteSpaceHandler
        34: iconst_0
      StackMap locals: org.apache.fop.fo.XMLWhiteSpaceHandler org.apache.fop.fo.FObjMixed org.apache.fop.fo.FONode org.apache.fop.fo.FONode org.apache.fop.fo.flow.Block int
      StackMap stack: org.apache.fop.fo.XMLWhiteSpaceHandler int
        35: putfield org.apache.fop.fo.XMLWhiteSpaceHandler.afterLinefeed:Z
        36: .line 152
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.nonWhiteSpaceCount:I
        37: .line 153
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.endOfBlock:Z
            ifeq 39
        38: .line 154
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.XMLWhiteSpaceHandler.handlePendingInlines:()V
        39: .line 156
      StackMap locals:
      StackMap stack:
            return
        40: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.apache.fop.fo.RecursiveCharIterator
            dup
            aload 1 /* fo */
            aload 2 /* firstTextNode */
            invokespecial org.apache.fop.fo.RecursiveCharIterator.<init>:(Lorg/apache/fop/fo/FObj;Lorg/apache/fop/fo/FONode;)V
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
        41: .line 160
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.inWhiteSpace:Z
        42: .line 161
            aload 2 /* firstTextNode */
            getfield org.apache.fop.fo.FONode.siblings:[Lorg/apache/fop/fo/FONode;
            ifnull 45
            aload 2 /* firstTextNode */
            getfield org.apache.fop.fo.FONode.siblings:[Lorg/apache/fop/fo/FONode;
            iconst_0
            aaload
            ifnull 45
        43: .line 162
            aload 2 /* firstTextNode */
            getfield org.apache.fop.fo.FONode.siblings:[Lorg/apache/fop/fo/FONode;
            iconst_0
            aaload
            invokevirtual org.apache.fop.fo.FONode.getNameId:()I
            bipush 15
            if_icmpne 45
        44: .line 163
            aload 0 /* this */
            aload 2 /* firstTextNode */
            getfield org.apache.fop.fo.FONode.siblings:[Lorg/apache/fop/fo/FONode;
            iconst_0
            aaload
            checkcast org.apache.fop.fo.flow.Float
            invokevirtual org.apache.fop.fo.flow.Float.getInWhiteSpace:()Z
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.inWhiteSpace:Z
        45: .line 166
      StackMap locals:
      StackMap stack:
            aload 1 /* fo */
            aload 4 /* currentBlock */
            if_acmpeq 49
        46: .line 167
            aload 4 /* currentBlock */
            ifnull 49
        47: .line 168
            iload 5 /* foId */
            bipush 64
            if_icmpne 60
        48: .line 169
            aload 1 /* fo */
            invokevirtual org.apache.fop.fo.FObjMixed.getParent:()Lorg/apache/fop/fo/FONode;
            aload 4 /* currentBlock */
            if_acmpne 60
        49: .line 170
      StackMap locals:
      StackMap stack:
            aload 2 /* firstTextNode */
            aload 1 /* fo */
            getfield org.apache.fop.fo.FObjMixed.firstChild:Lorg/apache/fop/fo/FONode;
            if_acmpne 52
        50: .line 171
            aload 0 /* this */
            iconst_1
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.afterLinefeed:Z
        51: .line 172
            goto 60
        52: .line 173
      StackMap locals:
      StackMap stack:
            aload 2 /* firstTextNode */
            getfield org.apache.fop.fo.FONode.siblings:[Lorg/apache/fop/fo/FONode;
            iconst_0
            aaload
            invokevirtual org.apache.fop.fo.FONode.getNameId:()I
            istore 6 /* previousChildId */
        start local 6 // int previousChildId
        53: .line 174
            aload 0 /* this */
            iload 6 /* previousChildId */
            iconst_3
            if_icmpeq 58
        54: .line 175
            iload 6 /* previousChildId */
            bipush 72
            if_icmpeq 58
        55: .line 176
            iload 6 /* previousChildId */
            bipush 71
            if_icmpeq 58
        56: .line 177
            iload 6 /* previousChildId */
            bipush 40
            if_icmpeq 58
        57: .line 178
            iload 6 /* previousChildId */
            iconst_4
            if_icmpeq 58
            iconst_0
            goto 59
      StackMap locals: org.apache.fop.fo.XMLWhiteSpaceHandler org.apache.fop.fo.FObjMixed org.apache.fop.fo.FONode org.apache.fop.fo.FONode org.apache.fop.fo.flow.Block int int
      StackMap stack: org.apache.fop.fo.XMLWhiteSpaceHandler
        58: iconst_1
        59: .line 174
      StackMap locals: org.apache.fop.fo.XMLWhiteSpaceHandler org.apache.fop.fo.FObjMixed org.apache.fop.fo.FONode org.apache.fop.fo.FONode org.apache.fop.fo.flow.Block int int
      StackMap stack: org.apache.fop.fo.XMLWhiteSpaceHandler int
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.afterLinefeed:Z
        end local 6 // int previousChildId
        60: .line 182
      StackMap locals:
      StackMap stack:
            iload 5 /* foId */
            bipush 81
            if_icmpne 74
        61: .line 183
            aload 1 /* fo */
            getfield org.apache.fop.fo.FObjMixed.parent:Lorg/apache/fop/fo/FONode;
            astore 6 /* parent */
        start local 6 // org.apache.fop.fo.FONode parent
        62: .line 184
            aload 6 /* parent */
            invokevirtual org.apache.fop.fo.FONode.getNameId:()I
            istore 7 /* parentId */
        start local 7 // int parentId
        63: .line 185
            goto 66
        64: .line 186
      StackMap locals: org.apache.fop.fo.FONode int
      StackMap stack:
            aload 6 /* parent */
            getfield org.apache.fop.fo.FONode.parent:Lorg/apache/fop/fo/FONode;
            astore 6 /* parent */
        65: .line 187
            aload 6 /* parent */
            invokevirtual org.apache.fop.fo.FONode.getNameId:()I
            istore 7 /* parentId */
        66: .line 185
      StackMap locals:
      StackMap stack:
            iload 7 /* parentId */
            bipush 81
            if_icmpeq 64
        67: .line 189
            iload 7 /* parentId */
            bipush 16
            if_icmpeq 71
        68: .line 190
            iload 7 /* parentId */
            bipush 70
            if_icmpeq 71
        69: .line 191
            iload 7 /* parentId */
            iconst_4
            if_icmpeq 71
        70: .line 192
            iload 7 /* parentId */
            bipush 75
            if_icmpne 74
        71: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* nextChild */
            ifnonnull 72
            iconst_1
            goto 73
      StackMap locals:
      StackMap stack: org.apache.fop.fo.XMLWhiteSpaceHandler
        72: iconst_0
      StackMap locals: org.apache.fop.fo.XMLWhiteSpaceHandler org.apache.fop.fo.FObjMixed org.apache.fop.fo.FONode org.apache.fop.fo.FONode org.apache.fop.fo.flow.Block int org.apache.fop.fo.FONode int
      StackMap stack: org.apache.fop.fo.XMLWhiteSpaceHandler int
        73: putfield org.apache.fop.fo.XMLWhiteSpaceHandler.endOfBlock:Z
        end local 7 // int parentId
        end local 6 // org.apache.fop.fo.FONode parent
        74: .line 197
      StackMap locals:
      StackMap stack:
            aload 3 /* nextChild */
            ifnull 85
        75: .line 198
            aload 3 /* nextChild */
            invokevirtual org.apache.fop.fo.FONode.getNameId:()I
            istore 6 /* nextChildId */
        start local 6 // int nextChildId
        76: .line 199
            aload 0 /* this */
        77: .line 200
            iload 6 /* nextChildId */
            iconst_3
            if_icmpeq 82
        78: .line 201
            iload 6 /* nextChildId */
            bipush 72
            if_icmpeq 82
        79: .line 202
            iload 6 /* nextChildId */
            bipush 71
            if_icmpeq 82
        80: .line 203
            iload 6 /* nextChildId */
            bipush 40
            if_icmpeq 82
        81: .line 204
            iload 6 /* nextChildId */
            iconst_4
            if_icmpeq 82
            iconst_0
            goto 83
      StackMap locals: org.apache.fop.fo.XMLWhiteSpaceHandler org.apache.fop.fo.FObjMixed org.apache.fop.fo.FONode org.apache.fop.fo.FONode org.apache.fop.fo.flow.Block int int
      StackMap stack: org.apache.fop.fo.XMLWhiteSpaceHandler
        82: iconst_1
        83: .line 199
      StackMap locals: org.apache.fop.fo.XMLWhiteSpaceHandler org.apache.fop.fo.FObjMixed org.apache.fop.fo.FONode org.apache.fop.fo.FONode org.apache.fop.fo.flow.Block int int
      StackMap stack: org.apache.fop.fo.XMLWhiteSpaceHandler int
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.nextChildIsBlockLevel:Z
        end local 6 // int nextChildId
        84: .line 205
            goto 86
        85: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.nextChildIsBlockLevel:Z
        86: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.XMLWhiteSpaceHandler.handleWhiteSpace:()V
        87: .line 211
            aload 1 /* fo */
            aload 4 /* currentBlock */
            if_acmpne 90
        88: .line 212
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.endOfBlock:Z
            ifne 89
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nextChildIsBlockLevel:Z
            ifeq 90
        89: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.XMLWhiteSpaceHandler.handlePendingInlines:()V
        90: .line 216
      StackMap locals:
      StackMap stack:
            aload 3 /* nextChild */
            ifnonnull 101
        91: .line 217
            aload 1 /* fo */
            aload 4 /* currentBlock */
            if_acmpeq 97
        92: .line 219
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nonWhiteSpaceCount:I
            ifle 94
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
            ifnull 94
        93: .line 223
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
        94: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.inWhiteSpace:Z
            ifeq 101
        95: .line 228
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.XMLWhiteSpaceHandler.addPendingInline:()V
        96: .line 230
            goto 101
        97: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nestedBlockStack:Ljava/util/Stack;
            invokevirtual java.util.Stack.empty:()Z
            ifne 99
        98: .line 234
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nestedBlockStack:Ljava/util/Stack;
            invokevirtual java.util.Stack.pop:()Ljava/lang/Object;
            pop
        99: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
       100: .line 237
            aload 0 /* this */
            aconst_null
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.firstWhiteSpaceInSeq:Lorg/apache/fop/fo/CharIterator;
       101: .line 240
      StackMap locals:
      StackMap stack:
            aload 3 /* nextChild */
            instanceof org.apache.fop.fo.flow.Float
            ifeq 103
       102: .line 241
            aload 3 /* nextChild */
            checkcast org.apache.fop.fo.flow.Float
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.inWhiteSpace:Z
            invokevirtual org.apache.fop.fo.flow.Float.setInWhiteSpace:(Z)V
       103: .line 243
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int foId
        end local 4 // org.apache.fop.fo.flow.Block currentBlock
        end local 3 // org.apache.fop.fo.FONode nextChild
        end local 2 // org.apache.fop.fo.FONode firstTextNode
        end local 1 // org.apache.fop.fo.FObjMixed fo
        end local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0  104     0             this  Lorg/apache/fop/fo/XMLWhiteSpaceHandler;
            0  104     1               fo  Lorg/apache/fop/fo/FObjMixed;
            0  104     2    firstTextNode  Lorg/apache/fop/fo/FONode;
            0  104     3        nextChild  Lorg/apache/fop/fo/FONode;
            1  104     4     currentBlock  Lorg/apache/fop/fo/flow/Block;
            2  104     5             foId  I
           12   19     6         ancestor  Lorg/apache/fop/fo/FONode;
           53   60     6  previousChildId  I
           62   74     6           parent  Lorg/apache/fop/fo/FONode;
           63   74     7         parentId  I
           76   84     6      nextChildId  I
    MethodParameters:
               Name  Flags
      fo             
      firstTextNode  
      nextChild      

  protected final void reset();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
         0: .line 249
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
            ifnull 2
         1: .line 250
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         2: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nestedBlockStack:Ljava/util/Stack;
            invokevirtual java.util.Stack.clear:()V
         3: .line 253
            aload 0 /* this */
            aconst_null
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
         4: .line 254
            aload 0 /* this */
            aconst_null
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.firstWhiteSpaceInSeq:Lorg/apache/fop/fo/CharIterator;
         5: .line 255
            return
        end local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/fop/fo/XMLWhiteSpaceHandler;

  public void handleWhiteSpace(org.apache.fop.fo.FObjMixed, org.apache.fop.fo.FONode);
    descriptor: (Lorg/apache/fop/fo/FObjMixed;Lorg/apache/fop/fo/FONode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
        start local 1 // org.apache.fop.fo.FObjMixed fo
        start local 2 // org.apache.fop.fo.FONode firstTextNode
         0: .line 264
            aload 0 /* this */
            aload 1 /* fo */
            aload 2 /* firstTextNode */
            aconst_null
            invokevirtual org.apache.fop.fo.XMLWhiteSpaceHandler.handleWhiteSpace:(Lorg/apache/fop/fo/FObjMixed;Lorg/apache/fop/fo/FONode;Lorg/apache/fop/fo/FONode;)V
         1: .line 265
            return
        end local 2 // org.apache.fop.fo.FONode firstTextNode
        end local 1 // org.apache.fop.fo.FObjMixed fo
        end local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/fop/fo/XMLWhiteSpaceHandler;
            0    2     1             fo  Lorg/apache/fop/fo/FObjMixed;
            0    2     2  firstTextNode  Lorg/apache/fop/fo/FONode;
    MethodParameters:
               Name  Flags
      fo             
      firstTextNode  

  private void handleWhiteSpace();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
         0: .line 269
            new org.apache.fop.fo.XMLWhiteSpaceHandler$EOLchecker
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
            invokespecial org.apache.fop.fo.XMLWhiteSpaceHandler$EOLchecker.<init>:(Lorg/apache/fop/fo/XMLWhiteSpaceHandler;Lorg/apache/fop/fo/CharIterator;)V
            astore 1 /* lfCheck */
        start local 1 // org.apache.fop.fo.XMLWhiteSpaceHandler$EOLchecker lfCheck
         1: .line 271
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.nonWhiteSpaceCount:I
         2: .line 273
            goto 52
         3: .line 274
      StackMap locals: org.apache.fop.fo.XMLWhiteSpaceHandler$EOLchecker
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.inWhiteSpace:Z
            ifne 5
         4: .line 275
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
            invokevirtual org.apache.fop.fo.RecursiveCharIterator.mark:()Lorg/apache/fop/fo/CharIterator;
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.firstWhiteSpaceInSeq:Lorg/apache/fop/fo/CharIterator;
         5: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
            invokevirtual org.apache.fop.fo.RecursiveCharIterator.nextChar:()C
            istore 2 /* currentChar */
        start local 2 // char currentChar
         6: .line 278
            iload 2 /* currentChar */
            invokestatic org.apache.fop.util.CharUtilities.classOf:(I)I
            istore 3 /* currentCharClass */
        start local 3 // int currentCharClass
         7: .line 279
            iload 3 /* currentCharClass */
            iconst_1
            if_icmpne 12
         8: .line 280
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.linefeedTreatment:I
            sipush 147
            if_icmpne 12
         9: .line 283
            bipush 32
            istore 2 /* currentChar */
        10: .line 284
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
            bipush 32
            invokevirtual org.apache.fop.fo.RecursiveCharIterator.replaceChar:(C)V
        11: .line 285
            iload 2 /* currentChar */
            invokestatic org.apache.fop.util.CharUtilities.classOf:(I)I
            istore 3 /* currentCharClass */
        12: .line 287
      StackMap locals: int int
      StackMap stack:
            iload 2 /* currentChar */
            invokestatic org.apache.fop.util.CharUtilities.classOf:(I)I
            tableswitch { // 1 - 4
                    1: 38
                    2: 48
                    3: 48
                    4: 13
              default: 48
          }
        13: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.inWhiteSpace:Z
            ifeq 17
        14: .line 291
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.whiteSpaceCollapse:I
            sipush 149
            if_icmpne 17
        15: .line 294
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
            invokevirtual org.apache.fop.fo.RecursiveCharIterator.remove:()V
        16: .line 295
            goto 52
        17: .line 297
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* bIgnore */
        start local 4 // boolean bIgnore
        18: .line 299
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.whiteSpaceTreatment:I
            lookupswitch { // 5
                   60: 19
                   61: 29
                   62: 21
                   63: 23
                  108: 31
              default: 31
          }
        19: .line 301
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 4 /* bIgnore */
        20: .line 302
            goto 31
        21: .line 304
      StackMap locals:
      StackMap stack:
            aload 1 /* lfCheck */
            invokevirtual org.apache.fop.fo.XMLWhiteSpaceHandler$EOLchecker.beforeLinefeed:()Z
            istore 4 /* bIgnore */
        22: .line 305
            goto 31
        23: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.afterLinefeed:Z
            ifne 26
        24: .line 308
            aload 1 /* lfCheck */
            invokevirtual org.apache.fop.fo.XMLWhiteSpaceHandler$EOLchecker.beforeLinefeed:()Z
            ifne 26
        25: .line 307
            iconst_0
            goto 27
      StackMap locals:
      StackMap stack:
        26: iconst_1
      StackMap locals:
      StackMap stack: int
        27: istore 4 /* bIgnore */
        28: .line 309
            goto 31
        29: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.afterLinefeed:Z
            istore 4 /* bIgnore */
        30: .line 312
            goto 31
        31: .line 320
      StackMap locals:
      StackMap stack:
            iload 4 /* bIgnore */
            ifeq 34
        32: .line 321
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
            invokevirtual org.apache.fop.fo.RecursiveCharIterator.remove:()V
        33: .line 322
            goto 52
        34: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.inWhiteSpace:Z
        35: .line 325
            iload 2 /* currentChar */
            bipush 32
            if_icmpeq 52
        36: .line 326
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
            bipush 32
            invokevirtual org.apache.fop.fo.RecursiveCharIterator.replaceChar:(C)V
        end local 4 // boolean bIgnore
        37: .line 330
            goto 52
        38: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.linefeedTreatment:I
            lookupswitch { // 3
                   60: 39
                  108: 44
                  148: 41
              default: 47
          }
        39: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
            invokevirtual org.apache.fop.fo.RecursiveCharIterator.remove:()V
        40: .line 337
            goto 52
        41: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
            sipush 8203
            invokevirtual org.apache.fop.fo.RecursiveCharIterator.replaceChar:(C)V
        42: .line 340
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.inWhiteSpace:Z
        43: .line 341
            goto 52
        44: .line 343
      StackMap locals:
      StackMap stack:
            aload 1 /* lfCheck */
            invokevirtual org.apache.fop.fo.XMLWhiteSpaceHandler$EOLchecker.reset:()V
        45: .line 344
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.inWhiteSpace:Z
        46: .line 345
            aload 0 /* this */
            iconst_1
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.afterLinefeed:Z
        47: .line 350
      StackMap locals:
      StackMap stack:
            goto 52
        48: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.inWhiteSpace:Z
        49: .line 361
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.afterLinefeed:Z
        50: .line 362
            aload 0 /* this */
            dup
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nonWhiteSpaceCount:I
            iconst_1
            iadd
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.nonWhiteSpaceCount:I
        51: .line 363
            aload 1 /* lfCheck */
            invokevirtual org.apache.fop.fo.XMLWhiteSpaceHandler$EOLchecker.reset:()V
        end local 3 // int currentCharClass
        end local 2 // char currentChar
        52: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
            invokevirtual org.apache.fop.fo.RecursiveCharIterator.hasNext:()Z
            ifne 3
        53: .line 367
            return
        end local 1 // org.apache.fop.fo.XMLWhiteSpaceHandler$EOLchecker lfCheck
        end local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   54     0              this  Lorg/apache/fop/fo/XMLWhiteSpaceHandler;
            1   54     1           lfCheck  Lorg/apache/fop/fo/XMLWhiteSpaceHandler$EOLchecker;
            6   52     2       currentChar  C
            7   52     3  currentCharClass  I
           18   37     4           bIgnore  Z

  private void addPendingInline();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
         0: .line 370
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
            ifnonnull 2
         1: .line 371
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_5
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
         2: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
            new org.apache.fop.fo.XMLWhiteSpaceHandler$PendingInline
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.firstWhiteSpaceInSeq:Lorg/apache/fop/fo/CharIterator;
            invokespecial org.apache.fop.fo.XMLWhiteSpaceHandler$PendingInline.<init>:(Lorg/apache/fop/fo/XMLWhiteSpaceHandler;Lorg/apache/fop/fo/CharIterator;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 374
            return
        end local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/fop/fo/XMLWhiteSpaceHandler;

  private void handlePendingInlines();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
         0: .line 377
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
            ifnull 11
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 11
         1: .line 378
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.nonWhiteSpaceCount:I
            ifne 10
         2: .line 381
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* i */
        start local 2 // int i
         3: goto 8
         4: .line 382
      StackMap locals: org.apache.fop.fo.XMLWhiteSpaceHandler top int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.fop.fo.XMLWhiteSpaceHandler$PendingInline
            astore 1 /* p */
        start local 1 // org.apache.fop.fo.XMLWhiteSpaceHandler$PendingInline p
         5: .line 383
            aload 0 /* this */
            aload 1 /* p */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler$PendingInline.firstTrailingWhiteSpace:Lorg/apache/fop/fo/CharIterator;
            checkcast org.apache.fop.fo.RecursiveCharIterator
            putfield org.apache.fop.fo.XMLWhiteSpaceHandler.charIter:Lorg/apache/fop/fo/RecursiveCharIterator;
         6: .line 384
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.XMLWhiteSpaceHandler.handleWhiteSpace:()V
         7: .line 385
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
            aload 1 /* p */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
        end local 1 // org.apache.fop.fo.XMLWhiteSpaceHandler$PendingInline p
         8: .line 381
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
            iload 2 /* i */
            ifge 4
        end local 2 // int i
         9: .line 387
            goto 11
        10: .line 391
      StackMap locals: org.apache.fop.fo.XMLWhiteSpaceHandler
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.fo.XMLWhiteSpaceHandler.pendingInlines:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
        11: .line 394
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.fop.fo.XMLWhiteSpaceHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/fop/fo/XMLWhiteSpaceHandler;
            5    8     1     p  Lorg/apache/fop/fo/XMLWhiteSpaceHandler$PendingInline;
            3    9     2     i  I
}
SourceFile: "XMLWhiteSpaceHandler.java"
NestMembers:
  org.apache.fop.fo.XMLWhiteSpaceHandler$EOLchecker  org.apache.fop.fo.XMLWhiteSpaceHandler$PendingInline
InnerClasses:
  private EOLchecker = org.apache.fop.fo.XMLWhiteSpaceHandler$EOLchecker of org.apache.fop.fo.XMLWhiteSpaceHandler
  private PendingInline = org.apache.fop.fo.XMLWhiteSpaceHandler$PendingInline of org.apache.fop.fo.XMLWhiteSpaceHandler