public class com.ctc.wstx.io.WstxInputData
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.ctc.wstx.io.WstxInputData
  super_class: java.lang.Object
{
  public static final char CHAR_NULL;
    descriptor: C
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final char INT_NULL;
    descriptor: C
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final char CHAR_SPACE;
    descriptor: C
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  public static final char INT_SPACE;
    descriptor: C
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  public static final int MAX_UNICODE_CHAR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1114111

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

  private static final byte NAME_CHAR_INVALID_B;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final byte NAME_CHAR_ALL_VALID_B;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final byte NAME_CHAR_VALID_NONFIRST_B;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static final byte[] sCharValidity;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private static final byte[] sPubidValidity;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte PUBID_CHAR_VALID_B;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

  protected char[] mInputBuffer;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

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

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

  protected long mCurrInputProcessed;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=0
         0: .line 74
            sipush 256
            newarray 8
            putstatic com.ctc.wstx.io.WstxInputData.sCharValidity:[B
         1: .line 80
            getstatic com.ctc.wstx.io.WstxInputData.sCharValidity:[B
            bipush 95
            iconst_1
            bastore
         2: .line 81
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         3: bipush 25
            istore 1 /* last */
        start local 1 // int last
         4: goto 8
         5: .line 82
      StackMap locals: int int
      StackMap stack:
            getstatic com.ctc.wstx.io.WstxInputData.sCharValidity:[B
            bipush 65
            iload 0 /* i */
            iadd
            iconst_1
            bastore
         6: .line 83
            getstatic com.ctc.wstx.io.WstxInputData.sCharValidity:[B
            bipush 97
            iload 0 /* i */
            iadd
            iconst_1
            bastore
         7: .line 81
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 0 /* i */
            iload 1 /* last */
            if_icmple 5
        end local 1 // int last
        end local 0 // int i
         9: .line 86
            sipush 192
            istore 0 /* i */
        start local 0 // int i
        10: goto 13
        11: .line 87
      StackMap locals:
      StackMap stack:
            getstatic com.ctc.wstx.io.WstxInputData.sCharValidity:[B
            iload 0 /* i */
            iconst_1
            bastore
        12: .line 86
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 0 /* i */
            sipush 256
            if_icmplt 11
        end local 0 // int i
        14: .line 90
            getstatic com.ctc.wstx.io.WstxInputData.sCharValidity:[B
            sipush 215
            iconst_0
            bastore
        15: .line 91
            getstatic com.ctc.wstx.io.WstxInputData.sCharValidity:[B
            sipush 247
            iconst_0
            bastore
        16: .line 95
            getstatic com.ctc.wstx.io.WstxInputData.sCharValidity:[B
            bipush 45
            iconst_m1
            bastore
        17: .line 96
            getstatic com.ctc.wstx.io.WstxInputData.sCharValidity:[B
            bipush 46
            iconst_m1
            bastore
        18: .line 97
            getstatic com.ctc.wstx.io.WstxInputData.sCharValidity:[B
            sipush 183
            iconst_m1
            bastore
        19: .line 98
            bipush 48
            istore 0 /* i */
        start local 0 // int i
        20: goto 23
        21: .line 99
      StackMap locals:
      StackMap stack:
            getstatic com.ctc.wstx.io.WstxInputData.sCharValidity:[B
            iload 0 /* i */
            iconst_m1
            bastore
        22: .line 98
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 0 /* i */
            bipush 57
            if_icmple 21
        end local 0 // int i
        24: .line 107
            sipush 128
            newarray 8
            putstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
        25: .line 111
            iconst_0
            istore 0 /* i */
        start local 0 // int i
        26: bipush 25
            istore 1 /* last */
        start local 1 // int last
        27: goto 31
        28: .line 112
      StackMap locals: int
      StackMap stack:
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 65
            iload 0 /* i */
            iadd
            iconst_1
            bastore
        29: .line 113
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 97
            iload 0 /* i */
            iadd
            iconst_1
            bastore
        30: .line 111
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 0 /* i */
            iload 1 /* last */
            if_icmple 28
        end local 1 // int last
        end local 0 // int i
        32: .line 115
            bipush 48
            istore 0 /* i */
        start local 0 // int i
        33: goto 36
        34: .line 116
      StackMap locals:
      StackMap stack:
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            iload 0 /* i */
            iconst_1
            bastore
        35: .line 115
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 0 /* i */
            bipush 57
            if_icmple 34
        end local 0 // int i
        37: .line 120
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 10
            iconst_1
            bastore
        38: .line 121
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 13
            iconst_1
            bastore
        39: .line 122
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 32
            iconst_1
            bastore
        40: .line 125
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 45
            iconst_1
            bastore
        41: .line 126
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 39
            iconst_1
            bastore
        42: .line 127
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 40
            iconst_1
            bastore
        43: .line 128
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 41
            iconst_1
            bastore
        44: .line 129
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 43
            iconst_1
            bastore
        45: .line 130
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 44
            iconst_1
            bastore
        46: .line 131
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 46
            iconst_1
            bastore
        47: .line 132
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 47
            iconst_1
            bastore
        48: .line 133
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 58
            iconst_1
            bastore
        49: .line 134
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 61
            iconst_1
            bastore
        50: .line 135
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 63
            iconst_1
            bastore
        51: .line 136
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 59
            iconst_1
            bastore
        52: .line 137
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 33
            iconst_1
            bastore
        53: .line 138
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 42
            iconst_1
            bastore
        54: .line 139
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 35
            iconst_1
            bastore
        55: .line 140
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 64
            iconst_1
            bastore
        56: .line 141
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 36
            iconst_1
            bastore
        57: .line 142
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 95
            iconst_1
            bastore
        58: .line 143
            getstatic com.ctc.wstx.io.WstxInputData.sPubidValidity:[B
            bipush 37
            iconst_1
            bastore
        59: .line 144
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    9     0     i  I
            4    9     1  last  I
           10   14     0     i  I
           20   24     0     i  I
           26   32     0     i  I
           27   32     1  last  I
           33   37     0     i  I

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputData this
         0: .line 213
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 156
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.WstxInputData.mXml11:Z
         2: .line 174
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.WstxInputData.mInputPtr:I
         3: .line 179
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.WstxInputData.mInputEnd:I
         4: .line 191
            aload 0 /* this */
            lconst_0
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputProcessed:J
         5: .line 197
            aload 0 /* this */
            iconst_1
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputRow:I
         6: .line 205
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputRowStart:I
         7: .line 214
            return
        end local 0 // com.ctc.wstx.io.WstxInputData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/ctc/wstx/io/WstxInputData;

  public void copyBufferStateFrom(com.ctc.wstx.io.WstxInputData);
    descriptor: (Lcom/ctc/wstx/io/WstxInputData;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.ctc.wstx.io.WstxInputData this
        start local 1 // com.ctc.wstx.io.WstxInputData src
         0: .line 222
            aload 0 /* this */
            aload 1 /* src */
            getfield com.ctc.wstx.io.WstxInputData.mInputBuffer:[C
            putfield com.ctc.wstx.io.WstxInputData.mInputBuffer:[C
         1: .line 223
            aload 0 /* this */
            aload 1 /* src */
            getfield com.ctc.wstx.io.WstxInputData.mInputPtr:I
            putfield com.ctc.wstx.io.WstxInputData.mInputPtr:I
         2: .line 224
            aload 0 /* this */
            aload 1 /* src */
            getfield com.ctc.wstx.io.WstxInputData.mInputEnd:I
            putfield com.ctc.wstx.io.WstxInputData.mInputEnd:I
         3: .line 226
            aload 0 /* this */
            aload 1 /* src */
            getfield com.ctc.wstx.io.WstxInputData.mCurrInputProcessed:J
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputProcessed:J
         4: .line 227
            aload 0 /* this */
            aload 1 /* src */
            getfield com.ctc.wstx.io.WstxInputData.mCurrInputRow:I
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputRow:I
         5: .line 228
            aload 0 /* this */
            aload 1 /* src */
            getfield com.ctc.wstx.io.WstxInputData.mCurrInputRowStart:I
            putfield com.ctc.wstx.io.WstxInputData.mCurrInputRowStart:I
         6: .line 229
            return
        end local 1 // com.ctc.wstx.io.WstxInputData src
        end local 0 // com.ctc.wstx.io.WstxInputData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/ctc/wstx/io/WstxInputData;
            0    7     1   src  Lcom/ctc/wstx/io/WstxInputData;
    MethodParameters:
      Name  Flags
      src   

  protected final boolean isNameStartChar(char);
    descriptor: (C)Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.io.WstxInputData this
        start local 1 // char c
         0: .line 249
            iload 1 /* c */
            bipush 122
            if_icmpgt 7
         1: .line 250
            iload 1 /* c */
            bipush 97
            if_icmplt 3
         2: .line 251
            iconst_1
            ireturn
         3: .line 253
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 65
            if_icmpge 5
         4: .line 254
            iconst_0
            ireturn
         5: .line 256
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 90
            if_icmple 6
            iload 1 /* c */
            bipush 95
            if_icmpeq 6
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_1
            ireturn
         7: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputData.mXml11:Z
            ifeq 8
            iload 1 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is11NameStartChar:(C)Z
            goto 9
      StackMap locals:
      StackMap stack:
         8: iload 1 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is10NameStartChar:(C)Z
      StackMap locals:
      StackMap stack: int
         9: ireturn
        end local 1 // char c
        end local 0 // com.ctc.wstx.io.WstxInputData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/ctc/wstx/io/WstxInputData;
            0   10     1     c  C
    MethodParameters:
      Name  Flags
      c     

  protected final boolean isNameChar(char);
    descriptor: (C)Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.io.WstxInputData this
        start local 1 // char c
         0: .line 274
            iload 1 /* c */
            bipush 122
            if_icmpgt 11
         1: .line 275
            iload 1 /* c */
            bipush 97
            if_icmplt 3
         2: .line 276
            iconst_1
            ireturn
         3: .line 278
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 90
            if_icmpgt 9
         4: .line 279
            iload 1 /* c */
            bipush 65
            if_icmplt 6
         5: .line 280
            iconst_1
            ireturn
         6: .line 283
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 48
            if_icmplt 7
            iload 1 /* c */
            bipush 57
            if_icmple 8
      StackMap locals:
      StackMap stack:
         7: iload 1 /* c */
            bipush 46
            if_icmpeq 8
            iload 1 /* c */
            bipush 45
            if_icmpeq 8
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_1
            ireturn
         9: .line 285
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 95
            if_icmpne 10
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        10: iconst_0
            ireturn
        11: .line 287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputData.mXml11:Z
            ifeq 12
            iload 1 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is11NameChar:(C)Z
            goto 13
      StackMap locals:
      StackMap stack:
        12: iload 1 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is10NameChar:(C)Z
      StackMap locals:
      StackMap stack: int
        13: ireturn
        end local 1 // char c
        end local 0 // com.ctc.wstx.io.WstxInputData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/ctc/wstx/io/WstxInputData;
            0   14     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public static final boolean isNameStartChar(char, boolean, boolean);
    descriptor: (CZZ)Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // char c
        start local 1 // boolean nsAware
        start local 2 // boolean xml11
         0: .line 295
            iload 0 /* c */
            bipush 122
            if_icmpgt 9
         1: .line 296
            iload 0 /* c */
            bipush 97
            if_icmplt 3
         2: .line 297
            iconst_1
            ireturn
         3: .line 299
      StackMap locals:
      StackMap stack:
            iload 0 /* c */
            bipush 65
            if_icmpge 7
         4: .line 300
            iload 0 /* c */
            bipush 58
            if_icmpne 6
            iload 1 /* nsAware */
            ifne 6
         5: .line 301
            iconst_1
            ireturn
         6: .line 303
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         7: .line 305
      StackMap locals:
      StackMap stack:
            iload 0 /* c */
            bipush 90
            if_icmple 8
            iload 0 /* c */
            bipush 95
            if_icmpeq 8
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_1
            ireturn
         9: .line 310
      StackMap locals:
      StackMap stack:
            iload 2 /* xml11 */
            ifeq 10
            iload 0 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is11NameStartChar:(C)Z
            goto 11
      StackMap locals:
      StackMap stack:
        10: iload 0 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is10NameStartChar:(C)Z
      StackMap locals:
      StackMap stack: int
        11: ireturn
        end local 2 // boolean xml11
        end local 1 // boolean nsAware
        end local 0 // char c
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0        c  C
            0   12     1  nsAware  Z
            0   12     2    xml11  Z
    MethodParameters:
         Name  Flags
      c        
      nsAware  
      xml11    

  public static final boolean isNameChar(char, boolean, boolean);
    descriptor: (CZZ)Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // char c
        start local 1 // boolean nsAware
        start local 2 // boolean xml11
         0: .line 316
            iload 0 /* c */
            bipush 122
            if_icmpgt 13
         1: .line 317
            iload 0 /* c */
            bipush 97
            if_icmplt 3
         2: .line 318
            iconst_1
            ireturn
         3: .line 320
      StackMap locals:
      StackMap stack:
            iload 0 /* c */
            bipush 90
            if_icmpgt 11
         4: .line 321
            iload 0 /* c */
            bipush 65
            if_icmplt 6
         5: .line 322
            iconst_1
            ireturn
         6: .line 325
      StackMap locals:
      StackMap stack:
            iload 0 /* c */
            bipush 48
            if_icmplt 7
            iload 0 /* c */
            bipush 57
            if_icmple 10
      StackMap locals:
      StackMap stack:
         7: iload 0 /* c */
            bipush 46
            if_icmpeq 10
            iload 0 /* c */
            bipush 45
            if_icmpeq 10
         8: .line 326
            iload 0 /* c */
            bipush 58
            if_icmpne 9
            iload 1 /* nsAware */
            ifeq 10
         9: .line 325
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        10: iconst_1
            ireturn
        11: .line 328
      StackMap locals:
      StackMap stack:
            iload 0 /* c */
            bipush 95
            if_icmpne 12
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        12: iconst_0
            ireturn
        13: .line 330
      StackMap locals:
      StackMap stack:
            iload 2 /* xml11 */
            ifeq 14
            iload 0 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is11NameChar:(C)Z
            goto 15
      StackMap locals:
      StackMap stack:
        14: iload 0 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is10NameChar:(C)Z
      StackMap locals:
      StackMap stack: int
        15: ireturn
        end local 2 // boolean xml11
        end local 1 // boolean nsAware
        end local 0 // char c
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0        c  C
            0   16     1  nsAware  Z
            0   16     2    xml11  Z
    MethodParameters:
         Name  Flags
      c        
      nsAware  
      xml11    

  public static final int findIllegalNameChar(java.lang.String, boolean, boolean);
    descriptor: (Ljava/lang/String;ZZ)I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // java.lang.String name
        start local 1 // boolean nsAware
        start local 2 // boolean xml11
         0: .line 342
            aload 0 /* name */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         1: .line 343
            iload 3 /* len */
            iconst_1
            if_icmpge 3
         2: .line 344
            iconst_m1
            ireturn
         3: .line 347
      StackMap locals: int
      StackMap stack:
            aload 0 /* name */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c */
        start local 4 // char c
         4: .line 350
            iload 4 /* c */
            bipush 122
            if_icmpgt 11
         5: .line 351
            iload 4 /* c */
            bipush 97
            if_icmpge 16
         6: .line 352
            iload 4 /* c */
            bipush 65
            if_icmpge 9
         7: .line 353
            iload 4 /* c */
            bipush 58
            if_icmpne 8
            iload 1 /* nsAware */
            ifeq 16
         8: .line 354
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         9: .line 356
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            bipush 90
            if_icmple 16
            iload 4 /* c */
            bipush 95
            if_icmpeq 16
        10: .line 358
            iconst_0
            ireturn
        11: .line 362
      StackMap locals:
      StackMap stack:
            iload 2 /* xml11 */
            ifeq 14
        12: .line 363
            iload 4 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is11NameStartChar:(C)Z
            ifne 16
        13: .line 364
            iconst_0
            ireturn
        14: .line 367
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is10NameStartChar:(C)Z
            ifne 16
        15: .line 368
            iconst_0
            ireturn
        16: .line 373
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* i */
        start local 5 // int i
        17: goto 39
        18: .line 374
      StackMap locals: int
      StackMap stack:
            aload 0 /* name */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c */
        19: .line 375
            iload 4 /* c */
            bipush 122
            if_icmpgt 32
        20: .line 376
            iload 4 /* c */
            bipush 97
            if_icmplt 22
        21: .line 377
            goto 38
        22: .line 379
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            bipush 90
            if_icmpgt 30
        23: .line 380
            iload 4 /* c */
            bipush 65
            if_icmplt 25
        24: .line 381
            goto 38
        25: .line 384
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            bipush 48
            if_icmplt 26
            iload 4 /* c */
            bipush 57
            if_icmple 38
      StackMap locals:
      StackMap stack:
        26: iload 4 /* c */
            bipush 46
            if_icmpeq 38
            iload 4 /* c */
            bipush 45
            if_icmpne 28
        27: .line 385
            goto 38
        28: .line 388
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            bipush 58
            if_icmpne 37
            iload 1 /* nsAware */
            ifne 37
        29: .line 389
            goto 38
        30: .line 391
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            bipush 95
            if_icmpne 37
        31: .line 392
            goto 38
        32: .line 395
      StackMap locals:
      StackMap stack:
            iload 2 /* xml11 */
            ifeq 35
        33: .line 396
            iload 4 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is11NameChar:(C)Z
            ifeq 37
        34: .line 397
            goto 38
        35: .line 400
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is10NameChar:(C)Z
            ifeq 37
        36: .line 401
            goto 38
        37: .line 405
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            ireturn
        38: .line 373
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 18
        end local 5 // int i
        40: .line 408
            iconst_m1
            ireturn
        end local 4 // char c
        end local 3 // int len
        end local 2 // boolean xml11
        end local 1 // boolean nsAware
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   41     0     name  Ljava/lang/String;
            0   41     1  nsAware  Z
            0   41     2    xml11  Z
            1   41     3      len  I
            4   41     4        c  C
           17   40     5        i  I
    MethodParameters:
         Name  Flags
      name     
      nsAware  
      xml11    

  public static final int findIllegalNmtokenChar(java.lang.String, boolean, boolean);
    descriptor: (Ljava/lang/String;ZZ)I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // java.lang.String nmtoken
        start local 1 // boolean nsAware
        start local 2 // boolean xml11
         0: .line 413
            aload 0 /* nmtoken */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         1: .line 415
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         2: goto 24
         3: .line 416
      StackMap locals: int int
      StackMap stack:
            aload 0 /* nmtoken */
            iload 4 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* c */
        start local 5 // char c
         4: .line 417
            iload 5 /* c */
            bipush 122
            if_icmpgt 17
         5: .line 418
            iload 5 /* c */
            bipush 97
            if_icmplt 7
         6: .line 419
            goto 23
         7: .line 421
      StackMap locals: int
      StackMap stack:
            iload 5 /* c */
            bipush 90
            if_icmpgt 15
         8: .line 422
            iload 5 /* c */
            bipush 65
            if_icmplt 10
         9: .line 423
            goto 23
        10: .line 426
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 48
            if_icmplt 11
            iload 5 /* c */
            bipush 57
            if_icmple 23
      StackMap locals:
      StackMap stack:
        11: iload 5 /* c */
            bipush 46
            if_icmpeq 23
            iload 5 /* c */
            bipush 45
            if_icmpne 13
        12: .line 427
            goto 23
        13: .line 430
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 58
            if_icmpne 22
            iload 1 /* nsAware */
            ifne 22
        14: .line 431
            goto 23
        15: .line 433
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 95
            if_icmpne 22
        16: .line 434
            goto 23
        17: .line 437
      StackMap locals:
      StackMap stack:
            iload 2 /* xml11 */
            ifeq 20
        18: .line 438
            iload 5 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is11NameChar:(C)Z
            ifeq 22
        19: .line 439
            goto 23
        20: .line 442
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            invokestatic com.ctc.wstx.util.XmlChars.is10NameChar:(C)Z
            ifeq 22
        21: .line 443
            goto 23
        22: .line 447
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ireturn
        end local 5 // char c
        23: .line 415
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 4 /* i */
            iload 3 /* len */
            if_icmplt 3
        end local 4 // int i
        25: .line 449
            iconst_m1
            ireturn
        end local 3 // int len
        end local 2 // boolean xml11
        end local 1 // boolean nsAware
        end local 0 // java.lang.String nmtoken
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0  nmtoken  Ljava/lang/String;
            0   26     1  nsAware  Z
            0   26     2    xml11  Z
            1   26     3      len  I
            2   25     4        i  I
            4   23     5        c  C
    MethodParameters:
         Name  Flags
      nmtoken  
      nsAware  
      xml11    

  public static final boolean isSpaceChar(char);
    descriptor: (C)Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // char c
         0: .line 454
            iload 0 /* c */
            bipush 32
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // char c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     c  C
    MethodParameters:
      Name  Flags
      c     

  public static java.lang.String getCharDesc(char);
    descriptor: (C)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // char c
         0: .line 460
            iload 0 /* c */
            istore 1 /* i */
        start local 1 // int i
         1: .line 461
            iload 0 /* c */
            invokestatic java.lang.Character.isISOControl:(C)Z
            ifeq 3
         2: .line 462
            new java.lang.StringBuilder
            dup
            ldc "(CTRL-CHAR, code "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         3: .line 464
      StackMap locals: int
      StackMap stack:
            iload 1 /* i */
            sipush 255
            if_icmple 5
         4: .line 465
            new java.lang.StringBuilder
            dup
            ldc "'"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* c */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            ldc "' (code "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " / 0x"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* i */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         5: .line 467
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "'"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* c */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            ldc "' (code "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // int i
        end local 0 // char c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0     c  C
            1    6     1     i  I
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "WstxInputData.java"