abstract class nu.xom.TextWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: nu.xom.TextWriter
  super_class: java.lang.Object
{
  protected final java.io.Writer out;
    descriptor: Ljava/io/Writer;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String encoding;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private java.lang.String lineSeparator;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  boolean lineSeparatorSet;
    descriptor: Z
    flags: (0x0000) 

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

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

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

  private java.lang.String indentString;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  protected int column;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

  protected boolean normalize;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean lastCharacterWasSpace;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean skipFollowingLinefeed;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  private char highSurrogate;
    descriptor: C
    flags: (0x0002) ACC_PRIVATE

  protected boolean justBroke;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

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

  private static final java.lang.String _128_SPACES;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "                                                                                                                                "

  private static final int _128;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  protected void <init>(java.io.Writer, java.lang.String);
    descriptor: (Ljava/io/Writer;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // nu.xom.TextWriter this
        start local 1 // java.io.Writer out
        start local 2 // java.lang.String encoding
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            ldc "\r\n"
            putfield nu.xom.TextWriter.lineSeparator:Ljava/lang/String;
         2: .line 45
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lineSeparatorSet:Z
         3: .line 46
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.inDocType:Z
         4: .line 47
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.maxLength:I
         5: .line 48
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.indent:I
         6: .line 49
            aload 0 /* this */
            ldc ""
            putfield nu.xom.TextWriter.indentString:Ljava/lang/String;
         7: .line 50
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.column:I
         8: .line 52
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.preserveSpace:Z
         9: .line 53
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.normalize:Z
        10: .line 69
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        11: .line 75
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        12: .line 585
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        13: .line 703
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.fakeIndents:I
        14: .line 56
            aload 0 /* this */
            aload 1 /* out */
            putfield nu.xom.TextWriter.out:Ljava/io/Writer;
        15: .line 57
            aload 0 /* this */
            aload 2 /* encoding */
            putfield nu.xom.TextWriter.encoding:Ljava/lang/String;
        16: .line 58
            return
        end local 2 // java.lang.String encoding
        end local 1 // java.io.Writer out
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lnu/xom/TextWriter;
            0   17     1       out  Ljava/io/Writer;
            0   17     2  encoding  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      out       
      encoding  

  void reset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 62
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.column:I
         1: .line 63
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.fakeIndents:I
         2: .line 64
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
         3: .line 65
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
         4: .line 66
            return
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lnu/xom/TextWriter;

  private boolean isHighSurrogate(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // int c
         0: .line 82
            iload 1 /* c */
            ldc 55296
            if_icmplt 1
            iload 1 /* c */
            ldc 56319
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int c
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnu/xom/TextWriter;
            0    2     1     c  I
    MethodParameters:
      Name  Flags
      c     

  private boolean isLowSurrogate(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // int c
         0: .line 87
            iload 1 /* c */
            ldc 56320
            if_icmplt 1
            iload 1 /* c */
            ldc 57343
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int c
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnu/xom/TextWriter;
            0    2     1     c  I
    MethodParameters:
      Name  Flags
      c     

  final void writePCDATA(char);
    descriptor: (C)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // char c
         0: .line 93
            iload 1 /* c */
            tableswitch { // 13 - 62
                   13: 1
                   14: 10
                   15: 10
                   16: 10
                   17: 10
                   18: 10
                   19: 10
                   20: 10
                   21: 10
                   22: 10
                   23: 10
                   24: 10
                   25: 10
                   26: 10
                   27: 10
                   28: 10
                   29: 10
                   30: 10
                   31: 10
                   32: 11
                   33: 13
                   34: 15
                   35: 17
                   36: 19
                   37: 21
                   38: 23
                   39: 29
                   40: 31
                   41: 33
                   42: 35
                   43: 37
                   44: 39
                   45: 41
                   46: 43
                   47: 45
                   48: 47
                   49: 49
                   50: 51
                   51: 53
                   52: 55
                   53: 57
                   54: 59
                   55: 61
                   56: 63
                   57: 65
                   58: 67
                   59: 69
                   60: 71
                   61: 77
                   62: 79
              default: 85
          }
         1: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual nu.xom.TextWriter.adjustingWhiteSpace:()Z
            ifne 6
            aload 0 /* this */
            getfield nu.xom.TextWriter.lineSeparatorSet:Z
            ifne 6
         2: .line 96
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&#x0D;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         3: .line 97
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            bipush 6
            iadd
            putfield nu.xom.TextWriter.column:I
         4: .line 98
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
         5: .line 99
            goto 8
         6: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual nu.xom.TextWriter.breakLine:()V
         7: .line 102
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
         8: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
         9: .line 105
            goto 87
        10: .line 124
      StackMap locals:
      StackMap stack:
            new nu.xom.XMLException
            dup
            ldc "Bad character snuck into document"
            invokespecial nu.xom.XMLException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        12: .line 127
            goto 87
        13: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        14: .line 130
            goto 87
        15: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        16: .line 133
            goto 87
        17: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        18: .line 136
            goto 87
        19: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        20: .line 139
            goto 87
        21: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        22: .line 142
            goto 87
        23: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&amp;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
        24: .line 145
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            iconst_5
            iadd
            putfield nu.xom.TextWriter.column:I
        25: .line 146
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        26: .line 147
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        27: .line 148
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        28: .line 149
            goto 87
        29: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        30: .line 152
            goto 87
        31: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        32: .line 155
            goto 87
        33: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        34: .line 158
            goto 87
        35: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        36: .line 161
            goto 87
        37: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        38: .line 164
            goto 87
        39: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        40: .line 167
            goto 87
        41: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        42: .line 170
            goto 87
        43: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        44: .line 173
            goto 87
        45: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        46: .line 176
            goto 87
        47: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        48: .line 179
            goto 87
        49: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        50: .line 182
            goto 87
        51: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        52: .line 185
            goto 87
        53: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        54: .line 188
            goto 87
        55: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        56: .line 191
            goto 87
        57: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        58: .line 194
            goto 87
        59: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        60: .line 197
            goto 87
        61: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        62: .line 200
            goto 87
        63: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        64: .line 203
            goto 87
        65: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        66: .line 206
            goto 87
        67: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        68: .line 209
            goto 87
        69: .line 211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        70: .line 212
            goto 87
        71: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&lt;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
        72: .line 215
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            iconst_4
            iadd
            putfield nu.xom.TextWriter.column:I
        73: .line 216
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        74: .line 217
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        75: .line 218
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        76: .line 219
            goto 87
        77: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        78: .line 222
            goto 87
        79: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&gt;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
        80: .line 225
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            iconst_4
            iadd
            putfield nu.xom.TextWriter.column:I
        81: .line 226
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        82: .line 227
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        83: .line 228
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        84: .line 229
            goto 87
        85: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.needsEscaping:(C)Z
            ifeq 86
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.writeEscapedChar:(C)V
            goto 87
        86: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        87: .line 235
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char c
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   88     0  this  Lnu/xom/TextWriter;
            0   88     1     c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  private void writeEscapedChar(char);
    descriptor: (C)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // char c
         0: .line 240
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.isHighSurrogate:(I)Z
            ifeq 3
         1: .line 242
            aload 0 /* this */
            iload 1 /* c */
            putfield nu.xom.TextWriter.highSurrogate:C
         2: .line 243
            goto 18
         3: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.isLowSurrogate:(I)Z
            ifeq 12
         4: .line 250
            aload 0 /* this */
            getfield nu.xom.TextWriter.highSurrogate:C
            iload 1 /* c */
            invokestatic nu.xom.UnicodeUtil.combineSurrogatePair:(CC)I
            istore 2 /* uchar */
        start local 2 // int uchar
         5: .line 251
            new java.lang.StringBuilder
            dup
            ldc "&#x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* uchar */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 59
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* s */
        start local 3 // java.lang.String s
         6: .line 252
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            aload 3 /* s */
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         7: .line 253
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            aload 3 /* s */
            invokevirtual java.lang.String.length:()I
            iadd
            putfield nu.xom.TextWriter.column:I
         8: .line 254
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
         9: .line 255
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        10: .line 256
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        end local 3 // java.lang.String s
        end local 2 // int uchar
        11: .line 257
            goto 18
        12: .line 259
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "&#x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* c */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 59
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* s */
        start local 2 // java.lang.String s
        13: .line 260
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            aload 2 /* s */
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
        14: .line 261
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            aload 2 /* s */
            invokevirtual java.lang.String.length:()I
            iadd
            putfield nu.xom.TextWriter.column:I
        15: .line 262
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        16: .line 263
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        17: .line 264
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        end local 2 // java.lang.String s
        18: .line 267
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char c
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lnu/xom/TextWriter;
            0   19     1      c  C
            5   11     2  uchar  I
            6   11     3      s  Ljava/lang/String;
           13   18     2      s  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  private boolean adjustingWhiteSpace();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 271
            aload 0 /* this */
            getfield nu.xom.TextWriter.maxLength:I
            ifgt 1
            aload 0 /* this */
            getfield nu.xom.TextWriter.indent:I
            ifgt 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnu/xom/TextWriter;

  final void writeAttributeValue(char);
    descriptor: (C)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // char c
         0: .line 283
            iload 1 /* c */
            tableswitch { // 9 - 62
                    9: 1
                   10: 10
                   11: 26
                   12: 26
                   13: 27
                   14: 41
                   15: 41
                   16: 41
                   17: 41
                   18: 41
                   19: 41
                   20: 41
                   21: 41
                   22: 41
                   23: 41
                   24: 41
                   25: 41
                   26: 41
                   27: 41
                   28: 41
                   29: 41
                   30: 41
                   31: 41
                   32: 42
                   33: 44
                   34: 46
                   35: 52
                   36: 54
                   37: 56
                   38: 58
                   39: 64
                   40: 66
                   41: 68
                   42: 70
                   43: 72
                   44: 74
                   45: 76
                   46: 78
                   47: 80
                   48: 82
                   49: 84
                   50: 86
                   51: 88
                   52: 90
                   53: 92
                   54: 94
                   55: 96
                   56: 98
                   57: 100
                   58: 102
                   59: 104
                   60: 106
                   61: 112
                   62: 114
              default: 120
          }
         1: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual nu.xom.TextWriter.adjustingWhiteSpace:()Z
            ifne 8
         2: .line 290
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&#x09;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         3: .line 291
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            bipush 6
            iadd
            putfield nu.xom.TextWriter.column:I
         4: .line 292
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
         5: .line 293
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
         6: .line 294
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
         7: .line 295
            goto 122
         8: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual nu.xom.TextWriter.write:(C)V
         9: .line 299
            goto 122
        10: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.skipFollowingLinefeed:Z
            ifeq 13
        11: .line 302
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        12: .line 303
            return
        13: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual nu.xom.TextWriter.adjustingWhiteSpace:()Z
            ifeq 18
        14: .line 306
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc " "
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
        15: .line 307
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        16: .line 308
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        17: .line 309
            goto 122
        18: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.lineSeparatorSet:Z
            ifeq 21
        19: .line 312
            aload 0 /* this */
            invokevirtual nu.xom.TextWriter.escapeBreakLine:()V
        20: .line 313
            goto 24
        21: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&#x0A;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
        22: .line 316
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            bipush 6
            iadd
            putfield nu.xom.TextWriter.column:I
        23: .line 317
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        24: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        25: .line 321
            goto 122
        26: .line 326
      StackMap locals:
      StackMap stack:
            new nu.xom.XMLException
            dup
            ldc "Bad character snuck into document"
            invokespecial nu.xom.XMLException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual nu.xom.TextWriter.adjustingWhiteSpace:()Z
            ifeq 33
        28: .line 329
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc " "
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
        29: .line 330
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        30: .line 331
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        31: .line 332
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        32: .line 333
            goto 122
        33: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.lineSeparatorSet:Z
            ifeq 37
        34: .line 336
            aload 0 /* this */
            invokevirtual nu.xom.TextWriter.escapeBreakLine:()V
        35: .line 337
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        36: .line 338
            goto 122
        37: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&#x0D;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
        38: .line 341
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            bipush 6
            iadd
            putfield nu.xom.TextWriter.column:I
        39: .line 342
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        40: .line 345
            goto 122
        41: .line 382
      StackMap locals:
      StackMap stack:
            new nu.xom.XMLException
            dup
            ldc "Bad character snuck into document"
            invokespecial nu.xom.XMLException.<init>:(Ljava/lang/String;)V
            athrow
        42: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        43: .line 385
            goto 122
        44: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        45: .line 388
            goto 122
        46: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&quot;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
        47: .line 391
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            bipush 6
            iadd
            putfield nu.xom.TextWriter.column:I
        48: .line 392
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        49: .line 393
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        50: .line 394
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        51: .line 395
            goto 122
        52: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        53: .line 398
            goto 122
        54: .line 400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        55: .line 401
            goto 122
        56: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        57: .line 404
            goto 122
        58: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&amp;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
        59: .line 407
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            iconst_5
            iadd
            putfield nu.xom.TextWriter.column:I
        60: .line 408
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        61: .line 409
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        62: .line 410
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        63: .line 411
            goto 122
        64: .line 413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        65: .line 414
            goto 122
        66: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        67: .line 417
            goto 122
        68: .line 419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        69: .line 420
            goto 122
        70: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        71: .line 423
            goto 122
        72: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        73: .line 426
            goto 122
        74: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        75: .line 429
            goto 122
        76: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        77: .line 432
            goto 122
        78: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        79: .line 435
            goto 122
        80: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        81: .line 438
            goto 122
        82: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        83: .line 441
            goto 122
        84: .line 443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        85: .line 444
            goto 122
        86: .line 446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        87: .line 447
            goto 122
        88: .line 449
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        89: .line 450
            goto 122
        90: .line 452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        91: .line 453
            goto 122
        92: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        93: .line 456
            goto 122
        94: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        95: .line 459
            goto 122
        96: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        97: .line 462
            goto 122
        98: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
        99: .line 465
            goto 122
       100: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
       101: .line 468
            goto 122
       102: .line 470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
       103: .line 471
            goto 122
       104: .line 473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
       105: .line 474
            goto 122
       106: .line 476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&lt;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
       107: .line 477
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            iconst_4
            iadd
            putfield nu.xom.TextWriter.column:I
       108: .line 478
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
       109: .line 479
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
       110: .line 480
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
       111: .line 481
            goto 122
       112: .line 483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
       113: .line 484
            goto 122
       114: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&gt;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
       115: .line 487
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            iconst_4
            iadd
            putfield nu.xom.TextWriter.column:I
       116: .line 488
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
       117: .line 489
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
       118: .line 490
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
       119: .line 491
            goto 122
       120: .line 493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.needsEscaping:(C)Z
            ifeq 121
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.writeEscapedChar:(C)V
            goto 122
       121: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
       122: .line 497
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char c
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0  123     0  this  Lnu/xom/TextWriter;
            0  123     1     c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  void write(char);
    descriptor: (C)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // char c
         0: .line 510
            iload 1 /* c */
            bipush 32
            if_icmpeq 1
            iload 1 /* c */
            bipush 10
            if_icmpeq 1
            iload 1 /* c */
            bipush 9
            if_icmpne 25
         1: .line 511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual nu.xom.TextWriter.needsBreak:()Z
            ifeq 5
         2: .line 512
            aload 0 /* this */
            invokevirtual nu.xom.TextWriter.breakLine:()V
         3: .line 513
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
         4: .line 514
            goto 23
         5: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.preserveSpace:Z
            ifne 6
            aload 0 /* this */
            getfield nu.xom.TextWriter.indent:I
            ifgt 18
            aload 0 /* this */
            getfield nu.xom.TextWriter.maxLength:I
            ifgt 18
         6: .line 518
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 32
            if_icmpeq 7
            iload 1 /* c */
            bipush 9
            if_icmpne 12
         7: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            iload 1 /* c */
            invokevirtual java.io.Writer.write:(I)V
         8: .line 520
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
         9: .line 521
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            iconst_1
            iadd
            putfield nu.xom.TextWriter.column:I
        10: .line 522
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        11: .line 523
            goto 23
        12: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.lineSeparatorSet:Z
            ifeq 14
        13: .line 526
            aload 0 /* this */
            getfield nu.xom.TextWriter.skipFollowingLinefeed:Z
            ifne 15
        14: .line 527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.writeLineSeparator:(C)V
        15: .line 529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        16: .line 530
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.column:I
        17: .line 532
            goto 23
        18: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.lastCharacterWasSpace:Z
            ifne 23
        19: .line 534
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            bipush 32
            invokevirtual java.io.Writer.write:(I)V
        20: .line 535
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            iconst_1
            iadd
            putfield nu.xom.TextWriter.column:I
        21: .line 536
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        22: .line 537
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        23: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        24: .line 540
            goto 31
        25: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            iload 1 /* c */
            invokevirtual java.io.Writer.write:(I)V
        26: .line 544
            iload 1 /* c */
            ldc 55296
            if_icmplt 27
            iload 1 /* c */
            ldc 56319
            if_icmple 28
      StackMap locals:
      StackMap stack:
        27: aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            iconst_1
            iadd
            putfield nu.xom.TextWriter.column:I
        28: .line 545
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        29: .line 546
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.skipFollowingLinefeed:Z
        30: .line 547
            aload 0 /* this */
            iconst_0
            putfield nu.xom.TextWriter.justBroke:Z
        31: .line 550
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char c
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   32     0  this  Lnu/xom/TextWriter;
            0   32     1     c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  private void writeLineSeparator(char);
    descriptor: (C)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // char c
         0: .line 556
            aload 0 /* this */
            getfield nu.xom.TextWriter.inDocType:Z
            ifne 2
            aload 0 /* this */
            getfield nu.xom.TextWriter.lineSeparatorSet:Z
            ifeq 1
            aload 0 /* this */
            getfield nu.xom.TextWriter.preserveSpace:Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            iload 1 /* c */
            invokevirtual java.io.Writer.write:(I)V
            goto 9
         2: .line 557
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.lineSeparator:Ljava/lang/String;
            ldc "\r\n"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         3: .line 558
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "\r\n"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         4: .line 559
            goto 9
         5: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.lineSeparator:Ljava/lang/String;
            ldc "\n"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 561
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            bipush 10
            invokevirtual java.io.Writer.write:(I)V
         7: .line 562
            goto 9
         8: .line 564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            bipush 13
            invokevirtual java.io.Writer.write:(I)V
         9: .line 568
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char c
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lnu/xom/TextWriter;
            0   10     1     c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  private boolean needsBreak();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 573
            aload 0 /* this */
            getfield nu.xom.TextWriter.maxLength:I
            ifle 1
            aload 0 /* this */
            getfield nu.xom.TextWriter.preserveSpace:Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
         2: .line 580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.column:I
            aload 0 /* this */
            getfield nu.xom.TextWriter.maxLength:I
            bipush 10
            isub
            if_icmplt 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnu/xom/TextWriter;

  boolean justBroke();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 588
            aload 0 /* this */
            getfield nu.xom.TextWriter.justBroke:Z
            ireturn
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/TextWriter;

  final void breakLine();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 594
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            aload 0 /* this */
            getfield nu.xom.TextWriter.lineSeparator:Ljava/lang/String;
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         1: .line 595
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            aload 0 /* this */
            getfield nu.xom.TextWriter.indentString:Ljava/lang/String;
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         2: .line 596
            aload 0 /* this */
            aload 0 /* this */
            getfield nu.xom.TextWriter.indentString:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            putfield nu.xom.TextWriter.column:I
         3: .line 597
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
         4: .line 598
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.justBroke:Z
         5: .line 600
            return
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lnu/xom/TextWriter;
    Exceptions:
      throws java.io.IOException

  private final void escapeBreakLine();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 605
            ldc "\n"
            aload 0 /* this */
            getfield nu.xom.TextWriter.lineSeparator:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 606
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&#x0A;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         2: .line 607
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            bipush 6
            iadd
            putfield nu.xom.TextWriter.column:I
         3: .line 608
            goto 10
         4: .line 609
      StackMap locals:
      StackMap stack:
            ldc "\r\n"
            aload 0 /* this */
            getfield nu.xom.TextWriter.lineSeparator:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         5: .line 610
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&#x0D;&#x0A;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         6: .line 611
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            bipush 12
            iadd
            putfield nu.xom.TextWriter.column:I
         7: .line 612
            goto 10
         8: .line 614
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            ldc "&#x0D;"
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         9: .line 615
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.column:I
            bipush 6
            iadd
            putfield nu.xom.TextWriter.column:I
        10: .line 617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.lastCharacterWasSpace:Z
        11: .line 619
            return
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lnu/xom/TextWriter;
    Exceptions:
      throws java.io.IOException

  final void writeMarkup(char);
    descriptor: (C)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // char c
         0: .line 628
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.needsEscaping:(C)Z
            ifeq 2
         1: .line 629
            new nu.xom.UnavailableCharacterException
            dup
            iload 1 /* c */
            aload 0 /* this */
            getfield nu.xom.TextWriter.encoding:Ljava/lang/String;
            invokespecial nu.xom.UnavailableCharacterException.<init>:(CLjava/lang/String;)V
            athrow
         2: .line 631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual nu.xom.TextWriter.write:(C)V
         3: .line 633
            return
        end local 1 // char c
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnu/xom/TextWriter;
            0    4     1     c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  void writePCDATA(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // java.lang.String s
         0: .line 643
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual nu.xom.TextWriter.normalize:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* s */
         1: .line 644
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* length */
        start local 2 // int length
         2: .line 645
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 646
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual nu.xom.TextWriter.writePCDATA:(C)V
         5: .line 645
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 4
        end local 3 // int i
         7: .line 649
            return
        end local 2 // int length
        end local 1 // java.lang.String s
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lnu/xom/TextWriter;
            0    8     1       s  Ljava/lang/String;
            2    8     2  length  I
            3    7     3       i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  void writeAttributeValue(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // java.lang.String s
         0: .line 655
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual nu.xom.TextWriter.normalize:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* s */
         1: .line 656
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* length */
        start local 2 // int length
         2: .line 657
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 658
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual nu.xom.TextWriter.writeAttributeValue:(C)V
         5: .line 657
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 4
        end local 3 // int i
         7: .line 661
            return
        end local 2 // int length
        end local 1 // java.lang.String s
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lnu/xom/TextWriter;
            0    8     1       s  Ljava/lang/String;
            2    8     2  length  I
            3    7     3       i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  void writeMarkup(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // java.lang.String s
         0: .line 666
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual nu.xom.TextWriter.normalize:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* s */
         1: .line 667
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* length */
        start local 2 // int length
         2: .line 668
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 669
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual nu.xom.TextWriter.writeMarkup:(C)V
         5: .line 668
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 4
        end local 3 // int i
         7: .line 672
            return
        end local 2 // int length
        end local 1 // java.lang.String s
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lnu/xom/TextWriter;
            0    8     1       s  Ljava/lang/String;
            2    8     2  length  I
            3    7     3       i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  void writeUncheckedMarkup(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // java.lang.String s
         0: .line 679
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* length */
        start local 2 // int length
         1: .line 680
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 681
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual nu.xom.TextWriter.write:(C)V
         4: .line 680
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 3
        end local 3 // int i
         6: .line 684
            return
        end local 2 // int length
        end local 1 // java.lang.String s
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lnu/xom/TextWriter;
            0    7     1       s  Ljava/lang/String;
            1    7     2  length  I
            2    6     3       i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  protected java.lang.String normalize(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // java.lang.String s
         0: .line 689
            aload 0 /* this */
            getfield nu.xom.TextWriter.normalize:Z
            ifeq 2
         1: .line 690
            aload 1 /* s */
            invokestatic nu.xom.UnicodeUtil.normalize:(Ljava/lang/String;)Ljava/lang/String;
            areturn
         2: .line 692
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            areturn
        end local 1 // java.lang.String s
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnu/xom/TextWriter;
            0    3     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  boolean isIndenting();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 699
            aload 0 /* this */
            getfield nu.xom.TextWriter.indentString:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnu/xom/TextWriter;

  void incrementIndent();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 710
            aload 0 /* this */
            getfield nu.xom.TextWriter.indent:I
            ifne 1
            return
         1: .line 713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.indentString:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            aload 0 /* this */
            getfield nu.xom.TextWriter.indent:I
            iadd
            istore 2 /* length */
        start local 2 // int length
         2: .line 714
            aload 0 /* this */
            getfield nu.xom.TextWriter.indentString:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            aload 0 /* this */
            getfield nu.xom.TextWriter.indent:I
            iadd
            sipush 128
            if_icmpge 5
         3: .line 715
            ldc "                                                                                                                                "
            iconst_0
            iload 2 /* length */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 1 /* newIndent */
        start local 1 // java.lang.String newIndent
         4: .line 716
            goto 13
        end local 1 // java.lang.String newIndent
         5: .line 718
      StackMap locals: nu.xom.TextWriter top int
      StackMap stack:
            new java.lang.StringBuffer
            dup
            iload 2 /* length */
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 3 /* sb */
        start local 3 // java.lang.StringBuffer sb
         6: .line 719
            aload 3 /* sb */
            ldc "                                                                                                                                "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 720
            sipush 128
            istore 4 /* i */
        start local 4 // int i
         8: goto 11
         9: .line 721
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 3 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        10: .line 720
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 2 /* length */
            if_icmplt 9
        end local 4 // int i
        12: .line 723
            aload 3 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 1 /* newIndent */
        end local 3 // java.lang.StringBuffer sb
        start local 1 // java.lang.String newIndent
        13: .line 727
      StackMap locals: nu.xom.TextWriter java.lang.String int
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.maxLength:I
            ifle 16
            aload 1 /* newIndent */
            invokevirtual java.lang.String.length:()I
            aload 0 /* this */
            getfield nu.xom.TextWriter.maxLength:I
            iconst_2
            idiv
            if_icmple 16
        14: .line 728
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.fakeIndents:I
            iconst_1
            iadd
            putfield nu.xom.TextWriter.fakeIndents:I
        15: .line 729
            goto 17
        16: .line 730
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* newIndent */
            putfield nu.xom.TextWriter.indentString:Ljava/lang/String;
        17: .line 732
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int length
        end local 1 // java.lang.String newIndent
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lnu/xom/TextWriter;
            4    5     1  newIndent  Ljava/lang/String;
           13   18     1  newIndent  Ljava/lang/String;
            2   18     2     length  I
            6   13     3         sb  Ljava/lang/StringBuffer;
            8   12     4          i  I

  void decrementIndent();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 737
            aload 0 /* this */
            getfield nu.xom.TextWriter.indent:I
            ifne 1
            return
         1: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.TextWriter.fakeIndents:I
            ifle 2
            aload 0 /* this */
            dup
            getfield nu.xom.TextWriter.fakeIndents:I
            iconst_1
            isub
            putfield nu.xom.TextWriter.fakeIndents:I
            goto 5
         2: .line 740
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield nu.xom.TextWriter.indentString:Ljava/lang/String;
         3: .line 741
            iconst_0
            aload 0 /* this */
            getfield nu.xom.TextWriter.indentString:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            aload 0 /* this */
            getfield nu.xom.TextWriter.indent:I
            isub
         4: .line 740
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            putfield nu.xom.TextWriter.indentString:Ljava/lang/String;
         5: .line 745
      StackMap locals:
      StackMap stack:
            return
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lnu/xom/TextWriter;

  java.lang.String getEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 749
            aload 0 /* this */
            getfield nu.xom.TextWriter.encoding:Ljava/lang/String;
            areturn
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/TextWriter;

  java.lang.String getLineSeparator();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 762
            aload 0 /* this */
            getfield nu.xom.TextWriter.lineSeparator:Ljava/lang/String;
            areturn
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/TextWriter;

  void setLineSeparator(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // java.lang.String lineSeparator
         0: .line 782
            aload 1 /* lineSeparator */
            ldc "\n"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
         1: .line 783
            aload 1 /* lineSeparator */
            ldc "\r"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 784
            aload 1 /* lineSeparator */
            ldc "\r\n"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         3: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* lineSeparator */
            putfield nu.xom.TextWriter.lineSeparator:Ljava/lang/String;
         4: .line 786
            aload 0 /* this */
            iconst_1
            putfield nu.xom.TextWriter.lineSeparatorSet:Z
         5: .line 787
            goto 9
         6: .line 789
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
         7: .line 790
            ldc "Illegal Line Separator"
         8: .line 789
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 793
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String lineSeparator
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lnu/xom/TextWriter;
            0   10     1  lineSeparator  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      lineSeparator  

  void setInDocType(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // boolean inDocType
         0: .line 797
            aload 0 /* this */
            iload 1 /* inDocType */
            putfield nu.xom.TextWriter.inDocType:Z
         1: .line 798
            return
        end local 1 // boolean inDocType
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lnu/xom/TextWriter;
            0    2     1  inDocType  Z
    MethodParameters:
           Name  Flags
      inDocType  

  int getIndent();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 809
            aload 0 /* this */
            getfield nu.xom.TextWriter.indent:I
            ireturn
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/TextWriter;

  int getMaxLength();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 821
            aload 0 /* this */
            getfield nu.xom.TextWriter.maxLength:I
            ireturn
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/TextWriter;

  void setMaxLength(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // int maxLength
         0: .line 833
            iload 1 /* maxLength */
            ifge 1
            iconst_0
            istore 1 /* maxLength */
         1: .line 834
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxLength */
            putfield nu.xom.TextWriter.maxLength:I
         2: .line 835
            return
        end local 1 // int maxLength
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lnu/xom/TextWriter;
            0    3     1  maxLength  I
    MethodParameters:
           Name  Flags
      maxLength  

  void setIndent(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // int indent
         0: .line 847
            aload 0 /* this */
            iload 1 /* indent */
            putfield nu.xom.TextWriter.indent:I
         1: .line 848
            return
        end local 1 // int indent
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lnu/xom/TextWriter;
            0    2     1  indent  I
    MethodParameters:
        Name  Flags
      indent  

  void flush();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 852
            aload 0 /* this */
            getfield nu.xom.TextWriter.out:Ljava/io/Writer;
            invokevirtual java.io.Writer.flush:()V
         1: .line 853
            return
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnu/xom/TextWriter;
    Exceptions:
      throws java.io.IOException

  abstract boolean needsEscaping(char);
    descriptor: (C)Z
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      c     

  boolean isPreserveSpace();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 873
            aload 0 /* this */
            getfield nu.xom.TextWriter.preserveSpace:Z
            ireturn
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/TextWriter;

  void setPreserveSpace(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // boolean preserveSpace
         0: .line 881
            aload 0 /* this */
            iload 1 /* preserveSpace */
            putfield nu.xom.TextWriter.preserveSpace:Z
         1: .line 882
            return
        end local 1 // boolean preserveSpace
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lnu/xom/TextWriter;
            0    2     1  preserveSpace  Z
    MethodParameters:
               Name  Flags
      preserveSpace  

  int getColumnNumber();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 889
            aload 0 /* this */
            getfield nu.xom.TextWriter.column:I
            ireturn
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/TextWriter;

  void setNFC(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // boolean normalize
         0: .line 911
            aload 0 /* this */
            iload 1 /* normalize */
            putfield nu.xom.TextWriter.normalize:Z
         1: .line 912
            return
        end local 1 // boolean normalize
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lnu/xom/TextWriter;
            0    2     1  normalize  Z
    MethodParameters:
           Name  Flags
      normalize  

  boolean getNFC();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.TextWriter this
         0: .line 926
            aload 0 /* this */
            getfield nu.xom.TextWriter.normalize:Z
            ireturn
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/TextWriter;

  void writeName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.TextWriter this
        start local 1 // java.lang.String name
         0: .line 931
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual nu.xom.TextWriter.writeMarkup:(Ljava/lang/String;)V
         1: .line 932
            return
        end local 1 // java.lang.String name
        end local 0 // nu.xom.TextWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnu/xom/TextWriter;
            0    2     1  name  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "TextWriter.java"