public final class com.fasterxml.aalto.in.ReaderScanner extends com.fasterxml.aalto.in.XmlScanner
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.fasterxml.aalto.in.ReaderScanner
  super_class: com.fasterxml.aalto.in.XmlScanner
{
  private static final com.fasterxml.aalto.util.XmlCharTypes sCharTypes;
    descriptor: Lcom/fasterxml/aalto/util/XmlCharTypes;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected java.io.Reader _in;
    descriptor: Ljava/io/Reader;
    flags: (0x0004) ACC_PROTECTED

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

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

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

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

  protected final com.fasterxml.aalto.in.CharBasedPNameTable _symbols;
    descriptor: Lcom/fasterxml/aalto/in/CharBasedPNameTable;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 32
            invokestatic com.fasterxml.aalto.in.InputCharTypes.getLatin1CharTypes:()Lcom/fasterxml/aalto/util/XmlCharTypes;
            putstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.fasterxml.aalto.in.ReaderConfig, java.io.Reader, char[], int, int);
    descriptor: (Lcom/fasterxml/aalto/in/ReaderConfig;Ljava/io/Reader;[CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // com.fasterxml.aalto.in.ReaderConfig cfg
        start local 2 // java.io.Reader r
        start local 3 // char[] buffer
        start local 4 // int ptr
        start local 5 // int last
         0: .line 84
            aload 0 /* this */
            aload 1 /* cfg */
            invokespecial com.fasterxml.aalto.in.XmlScanner.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;)V
         1: .line 61
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner.mTmpChar:I
         2: .line 85
            aload 0 /* this */
            aload 2 /* r */
            putfield com.fasterxml.aalto.in.ReaderScanner._in:Ljava/io/Reader;
         3: .line 86
            aload 0 /* this */
            aload 3 /* buffer */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
         4: .line 87
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
         5: .line 88
            aload 0 /* this */
            iload 5 /* last */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
         6: .line 89
            aload 0 /* this */
            lconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._pastBytesOrChars:J
         7: .line 90
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._rowStartOffset:I
         8: .line 92
            aload 0 /* this */
            aload 1 /* cfg */
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.getCBSymbols:()Lcom/fasterxml/aalto/in/CharBasedPNameTable;
            putfield com.fasterxml.aalto.in.ReaderScanner._symbols:Lcom/fasterxml/aalto/in/CharBasedPNameTable;
         9: .line 93
            return
        end local 5 // int last
        end local 4 // int ptr
        end local 3 // char[] buffer
        end local 2 // java.io.Reader r
        end local 1 // com.fasterxml.aalto.in.ReaderConfig cfg
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   10     1     cfg  Lcom/fasterxml/aalto/in/ReaderConfig;
            0   10     2       r  Ljava/io/Reader;
            0   10     3  buffer  [C
            0   10     4     ptr  I
            0   10     5    last  I
    MethodParameters:
        Name  Flags
      cfg     
      r       
      buffer  
      ptr     
      last    

  public void <init>(com.fasterxml.aalto.in.ReaderConfig, java.io.Reader);
    descriptor: (Lcom/fasterxml/aalto/in/ReaderConfig;Ljava/io/Reader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // com.fasterxml.aalto.in.ReaderConfig cfg
        start local 2 // java.io.Reader r
         0: .line 97
            aload 0 /* this */
            aload 1 /* cfg */
            invokespecial com.fasterxml.aalto.in.XmlScanner.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;)V
         1: .line 61
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner.mTmpChar:I
         2: .line 98
            aload 0 /* this */
            aload 2 /* r */
            putfield com.fasterxml.aalto.in.ReaderScanner._in:Ljava/io/Reader;
         3: .line 99
            aload 0 /* this */
            aload 1 /* cfg */
            sipush 4000
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.allocFullCBuffer:(I)[C
            putfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
         4: .line 100
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
         5: .line 101
            aload 0 /* this */
            lconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._pastBytesOrChars:J
         6: .line 102
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._rowStartOffset:I
         7: .line 104
            aload 0 /* this */
            aload 1 /* cfg */
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.getCBSymbols:()Lcom/fasterxml/aalto/in/CharBasedPNameTable;
            putfield com.fasterxml.aalto.in.ReaderScanner._symbols:Lcom/fasterxml/aalto/in/CharBasedPNameTable;
         8: .line 105
            return
        end local 2 // java.io.Reader r
        end local 1 // com.fasterxml.aalto.in.ReaderConfig cfg
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0    9     1   cfg  Lcom/fasterxml/aalto/in/ReaderConfig;
            0    9     2     r  Ljava/io/Reader;
    MethodParameters:
      Name  Flags
      cfg   
      r     

  protected void _releaseBuffers();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 110
            aload 0 /* this */
            invokespecial com.fasterxml.aalto.in.XmlScanner._releaseBuffers:()V
         1: .line 111
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._symbols:Lcom/fasterxml/aalto/in/CharBasedPNameTable;
            invokevirtual com.fasterxml.aalto.in.CharBasedPNameTable.maybeDirty:()Z
            ifeq 3
         2: .line 112
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._symbols:Lcom/fasterxml/aalto/in/CharBasedPNameTable;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.updateCBSymbols:(Lcom/fasterxml/aalto/in/CharBasedPNameTable;)V
         3: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._in:Ljava/io/Reader;
            ifnull 7
         4: .line 121
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            ifnull 7
         5: .line 122
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.freeFullCBuffer:([C)V
         6: .line 123
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
         7: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;

  protected void _closeSource();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 131
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._in:Ljava/io/Reader;
            ifnull 3
         1: .line 132
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._in:Ljava/io/Reader;
            invokevirtual java.io.Reader.close:()V
         2: .line 133
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.aalto.in.ReaderScanner._in:Ljava/io/Reader;
         3: .line 135
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
    Exceptions:
      throws java.io.IOException

  protected final void finishToken();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 146
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
         1: .line 147
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            tableswitch { // 3 - 12
                    3: 2
                    4: 4
                    5: 6
                    6: 8
                    7: 14
                    8: 14
                    9: 14
                   10: 14
                   11: 10
                   12: 12
              default: 14
          }
         2: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishPI:()V
         3: .line 150
            goto 15
         4: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishCharacters:()V
         5: .line 153
            goto 15
         6: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishComment:()V
         7: .line 156
            goto 15
         8: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishSpace:()V
         9: .line 159
            goto 15
        10: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishDTD:(Z)V
        11: .line 162
            goto 15
        12: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishCData:()V
        13: .line 165
            goto 15
        14: .line 167
      StackMap locals:
      StackMap stack:
            invokestatic com.fasterxml.aalto.impl.ErrorConsts.throwInternalError:()V
        15: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  public final int nextFromProlog(boolean);
    descriptor: (Z)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // boolean isProlog
         0: .line 176
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
            ifeq 2
         1: .line 177
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipToken:()Z
            pop
         2: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.setStartLocation:()V
         3: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 7
         4: .line 187
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 7
         5: .line 188
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.setStartLocation:()V
         6: .line 189
            iconst_m1
            ireturn
         7: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            sipush 255
            iand
            istore 2 /* c */
        start local 2 // int c
         8: .line 195
            iload 2 /* c */
            bipush 60
            if_icmpne 10
         9: .line 196
            goto 27
        10: .line 198
      StackMap locals: int
      StackMap stack:
            iload 2 /* c */
            bipush 32
            if_icmpeq 3
        11: .line 199
            iload 2 /* c */
            bipush 10
            if_icmpne 14
        12: .line 200
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        13: .line 201
            goto 3
      StackMap locals:
      StackMap stack:
        14: iload 2 /* c */
            bipush 13
            if_icmpne 24
        15: .line 202
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 20
        16: .line 203
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 20
        17: .line 204
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        18: .line 205
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.setStartLocation:()V
        19: .line 206
            iconst_m1
            ireturn
        20: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 22
        21: .line 210
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        22: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        23: .line 213
            goto 3
      StackMap locals:
      StackMap stack:
        24: iload 2 /* c */
            bipush 9
            if_icmpeq 3
        25: .line 214
            aload 0 /* this */
            iload 1 /* isProlog */
            iload 2 /* c */
            aconst_null
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 2 // int c
        26: .line 184
            goto 3
        27: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 29
        28: .line 221
            aload 0 /* this */
            iconst_5
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:(I)V
        29: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        start local 2 // char c
        30: .line 224
            iload 2 /* c */
            bipush 33
            if_icmpne 32
        31: .line 225
            aload 0 /* this */
            iload 1 /* isProlog */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handlePrologDeclStart:(Z)I
            ireturn
        32: .line 227
      StackMap locals: int
      StackMap stack:
            iload 2 /* c */
            bipush 63
            if_icmpne 34
        33: .line 228
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handlePIStart:()I
            ireturn
        34: .line 233
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 47
            if_icmpeq 35
            iload 1 /* isProlog */
            ifne 36
        35: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* isProlog */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportPrologUnexpElement:(ZI)V
        36: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleStartElement:(C)I
            ireturn
        end local 2 // char c
        end local 1 // boolean isProlog
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   37     0      this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   37     1  isProlog  Z
            8   26     2         c  I
           30   37     2         c  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
          Name  Flags
      isProlog  

  public final int nextFromTree();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 242
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
            ifeq 3
         1: .line 243
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipToken:()Z
            ifeq 16
         2: .line 245
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner._nextEntity:()I
            ireturn
         3: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            iconst_1
            if_icmpne 7
         4: .line 249
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._isEmptyTag:Z
            ifeq 16
         5: .line 251
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._depth:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.in.ReaderScanner._depth:I
         6: .line 252
            aload 0 /* this */
            iconst_2
            dup_x1
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            ireturn
         7: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            iconst_2
            if_icmpne 13
         8: .line 255
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._currElem:Lcom/fasterxml/aalto/in/ElementScope;
            invokevirtual com.fasterxml.aalto.in.ElementScope.getParent:()Lcom/fasterxml/aalto/in/ElementScope;
            putfield com.fasterxml.aalto.in.ReaderScanner._currElem:Lcom/fasterxml/aalto/in/ElementScope;
         9: .line 257
            goto 11
        10: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._lastNsDecl:Lcom/fasterxml/aalto/in/NsDeclaration;
            invokevirtual com.fasterxml.aalto.in.NsDeclaration.unbind:()Lcom/fasterxml/aalto/in/NsDeclaration;
            putfield com.fasterxml.aalto.in.ReaderScanner._lastNsDecl:Lcom/fasterxml/aalto/in/NsDeclaration;
        11: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._lastNsDecl:Lcom/fasterxml/aalto/in/NsDeclaration;
            ifnull 16
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._lastNsDecl:Lcom/fasterxml/aalto/in/NsDeclaration;
            invokevirtual com.fasterxml.aalto.in.NsDeclaration.getLevel:()I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._depth:I
            if_icmpge 10
        12: .line 260
            goto 16
        13: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._entityPending:Z
            ifeq 16
        14: .line 263
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._entityPending:Z
        15: .line 264
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner._nextEntity:()I
            ireturn
        16: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.setStartLocation:()V
        17: .line 274
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 21
        18: .line 275
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 21
        19: .line 276
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.setStartLocation:()V
        20: .line 277
            iconst_m1
            ireturn
        21: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        start local 1 // char c
        22: .line 285
            iload 1 /* c */
            bipush 60
            if_icmpne 34
        23: .line 286
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        24: .line 287
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmpge 25
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            goto 26
      StackMap locals: int
      StackMap stack:
        25: aload 0 /* this */
            iconst_5
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadOne:(I)C
      StackMap locals:
      StackMap stack: int
        26: istore 1 /* c */
        27: .line 288
            iload 1 /* c */
            bipush 33
            if_icmpne 29
        28: .line 289
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleCommentOrCdataStart:()I
            ireturn
        29: .line 291
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 63
            if_icmpne 31
        30: .line 292
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handlePIStart:()I
            ireturn
        31: .line 294
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 47
            if_icmpne 33
        32: .line 295
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleEndElement:()I
            ireturn
        33: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleStartElement:(C)I
            ireturn
        34: .line 299
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 38
            if_icmpne 41
        35: .line 300
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        36: .line 304
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleEntityInText:(Z)I
            istore 2 /* i */
        start local 2 // int i
        37: .line 305
            iload 2 /* i */
            ifne 39
        38: .line 306
            aload 0 /* this */
            bipush 9
            dup_x1
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            ireturn
        39: .line 312
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            ineg
            putfield com.fasterxml.aalto.in.ReaderScanner.mTmpChar:I
        end local 2 // int i
        40: .line 313
            goto 42
        41: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            putfield com.fasterxml.aalto.in.ReaderScanner.mTmpChar:I
        42: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._cfgLazyParsing:Z
            ifeq 45
        43: .line 321
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
        44: .line 322
            goto 46
        45: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishCharacters:()V
        46: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            dup_x1
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            ireturn
        end local 1 // char c
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   47     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
           22   47     1     c  C
           37   40     2     i  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected int _nextEntity();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 334
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            pop
         1: .line 336
            aload 0 /* this */
            bipush 9
            dup_x1
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            ireturn
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;

  protected final int handlePrologDeclStart(boolean);
    descriptor: (Z)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // boolean isProlog
         0: .line 347
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 2
         1: .line 348
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         2: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        start local 2 // char c
         3: .line 351
            iload 2 /* c */
            bipush 45
            if_icmpne 13
         4: .line 352
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 6
         5: .line 353
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         6: .line 355
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
         7: .line 356
            iload 2 /* c */
            bipush 45
            if_icmpne 21
         8: .line 357
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._cfgLazyParsing:Z
            ifeq 11
         9: .line 358
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
        10: .line 359
            goto 12
        11: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishComment:()V
        12: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            dup_x1
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            ireturn
        13: .line 364
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 68
            if_icmpne 21
        14: .line 365
            iload 1 /* isProlog */
            ifeq 21
        15: .line 366
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleDtdStart:()I
            pop
        16: .line 368
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._cfgLazyParsing:Z
            ifne 20
        17: .line 369
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
            ifeq 20
        18: .line 370
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishDTD:(Z)V
        19: .line 371
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
        20: .line 374
      StackMap locals:
      StackMap stack:
            bipush 11
            ireturn
        21: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
        22: .line 382
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
        23: .line 383
            aload 0 /* this */
            iload 1 /* isProlog */
            iload 2 /* c */
            ldc " (expected '-' for COMMENT)"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        24: .line 384
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            ireturn
        end local 2 // char c
        end local 1 // boolean isProlog
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   25     1  isProlog  Z
            3   25     2         c  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
          Name  Flags
      isProlog  

  private final int handleDtdStart();
    descriptor: ()I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 390
            aload 0 /* this */
            ldc "DOCTYPE"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.matchAsciiKeyword:(Ljava/lang/String;)V
         1: .line 392
            aload 0 /* this */
            iconst_1
            ldc "after DOCTYPE keyword, before root name"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipInternalWs:(ZLjava/lang/String;)C
            istore 1 /* c */
        start local 1 // char c
         2: .line 393
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.parsePName:(C)Lcom/fasterxml/aalto/in/PName;
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
         3: .line 394
            aload 0 /* this */
            iconst_0
            aconst_null
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipInternalWs:(ZLjava/lang/String;)C
            istore 1 /* c */
         4: .line 398
            iload 1 /* c */
            bipush 80
            if_icmpne 12
         5: .line 399
            aload 0 /* this */
            ldc "PUBLIC"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.matchAsciiKeyword:(Ljava/lang/String;)V
         6: .line 400
            aload 0 /* this */
            iconst_1
            aconst_null
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipInternalWs:(ZLjava/lang/String;)C
            istore 1 /* c */
         7: .line 401
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.parsePublicId:(C)Ljava/lang/String;
            putfield com.fasterxml.aalto.in.ReaderScanner._publicId:Ljava/lang/String;
         8: .line 402
            aload 0 /* this */
            iconst_1
            aconst_null
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipInternalWs:(ZLjava/lang/String;)C
            istore 1 /* c */
         9: .line 403
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.parseSystemId:(C)Ljava/lang/String;
            putfield com.fasterxml.aalto.in.ReaderScanner._systemId:Ljava/lang/String;
        10: .line 404
            aload 0 /* this */
            iconst_0
            aconst_null
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipInternalWs:(ZLjava/lang/String;)C
            istore 1 /* c */
        11: .line 405
            goto 20
      StackMap locals: int
      StackMap stack:
        12: iload 1 /* c */
            bipush 83
            if_icmpne 19
        13: .line 406
            aload 0 /* this */
            ldc "SYSTEM"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.matchAsciiKeyword:(Ljava/lang/String;)V
        14: .line 407
            aload 0 /* this */
            iconst_1
            aconst_null
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipInternalWs:(ZLjava/lang/String;)C
            istore 1 /* c */
        15: .line 408
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.aalto.in.ReaderScanner._publicId:Ljava/lang/String;
        16: .line 409
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.parseSystemId:(C)Ljava/lang/String;
            putfield com.fasterxml.aalto.in.ReaderScanner._systemId:Ljava/lang/String;
        17: .line 410
            aload 0 /* this */
            iconst_0
            aconst_null
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipInternalWs:(ZLjava/lang/String;)C
            istore 1 /* c */
        18: .line 411
            goto 20
        19: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield com.fasterxml.aalto.in.ReaderScanner._systemId:Ljava/lang/String;
            putfield com.fasterxml.aalto.in.ReaderScanner._publicId:Ljava/lang/String;
        20: .line 418
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 62
            if_icmpne 23
        21: .line 419
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
        22: .line 420
            aload 0 /* this */
            bipush 11
            dup_x1
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            ireturn
        23: .line 423
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 91
            if_icmpeq 29
        24: .line 424
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._systemId:Ljava/lang/String;
            ifnull 26
        25: .line 425
            ldc " (expected '[' for the internal subset, or '>' to end DOCTYPE declaration)"
            goto 27
        26: .line 426
      StackMap locals:
      StackMap stack:
            ldc " (expected a 'PUBLIC' or 'SYSTEM' keyword, '[' for the internal subset, or '>' to end DOCTYPE declaration)"
        27: .line 424
      StackMap locals:
      StackMap stack: java.lang.String
            astore 2 /* msg */
        start local 2 // java.lang.String msg
        28: .line 427
            aload 0 /* this */
            iload 1 /* c */
            aload 2 /* msg */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
        end local 2 // java.lang.String msg
        29: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
        30: .line 434
            aload 0 /* this */
            bipush 11
            dup_x1
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            ireturn
        end local 1 // char c
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   31     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
            2   31     1     c  C
           28   29     2   msg  Ljava/lang/String;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final int handleCommentOrCdataStart();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 440
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 2
         1: .line 441
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         2: .line 443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        start local 1 // char c
         3: .line 446
            iload 1 /* c */
            bipush 45
            if_icmpne 14
         4: .line 447
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 6
         5: .line 448
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         6: .line 450
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
         7: .line 451
            iload 1 /* c */
            bipush 45
            if_icmpeq 9
         8: .line 452
            aload 0 /* this */
            iload 1 /* c */
            ldc " (expected '-' for COMMENT)"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
         9: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._cfgLazyParsing:Z
            ifeq 12
        10: .line 455
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
        11: .line 456
            goto 13
        12: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishComment:()V
        13: .line 459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            dup_x1
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            ireturn
        14: .line 463
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 91
            if_icmpne 30
        15: .line 464
            aload 0 /* this */
            bipush 12
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
        16: .line 465
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        17: goto 24
        18: .line 466
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 20
        19: .line 467
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        20: .line 469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        21: .line 470
            iload 1 /* c */
            ldc "CDATA["
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 23
        22: .line 471
            aload 0 /* this */
            iload 1 /* c */
            new java.lang.StringBuilder
            dup
            ldc " (expected '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "CDATA["
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            ldc "' for CDATA section)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
        23: .line 465
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 2 /* i */
            bipush 6
            if_icmplt 18
        end local 2 // int i
        25: .line 474
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._cfgLazyParsing:Z
            ifeq 28
        26: .line 475
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
        27: .line 476
            goto 29
        28: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishCData:()V
        29: .line 479
      StackMap locals:
      StackMap stack:
            bipush 12
            ireturn
        30: .line 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            ldc " (expected either '-' for COMMENT or '[CDATA[' for CDATA section)"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
        31: .line 482
            iconst_m1
            ireturn
        end local 1 // char c
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   32     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
            3   32     1     c  C
           17   25     2     i  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final int handlePIStart();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 488
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
         1: .line 491
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 3
         2: .line 492
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         3: .line 495
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        start local 1 // char c
         4: .line 496
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.parsePName:(C)Lcom/fasterxml/aalto/in/PName;
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
         5: .line 498
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getLocalName:()Ljava/lang/String;
            astore 2 /* ln */
        start local 2 // java.lang.String ln
         6: .line 499
            aload 2 /* ln */
            invokevirtual java.lang.String.length:()I
            iconst_3
            if_icmpne 9
            aload 2 /* ln */
            ldc "xml"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 9
         7: .line 500
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefix:()Ljava/lang/String;
            ifnonnull 9
         8: .line 501
            aload 0 /* this */
            getstatic com.fasterxml.aalto.impl.ErrorConsts.ERR_WF_PI_XML_TARGET:Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInputProblem:(Ljava/lang/String;)V
        end local 2 // java.lang.String ln
         9: .line 509
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 11
        10: .line 510
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        11: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        12: .line 513
            iload 1 /* c */
            bipush 32
            if_icmpgt 37
        13: .line 516
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 10
            if_icmpne 16
        14: .line 517
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        15: .line 518
            goto 25
      StackMap locals:
      StackMap stack:
        16: iload 1 /* c */
            bipush 13
            if_icmpne 23
        17: .line 519
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 19
        18: .line 520
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        19: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 21
        20: .line 523
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        21: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        22: .line 526
            goto 25
      StackMap locals:
      StackMap stack:
        23: iload 1 /* c */
            bipush 32
            if_icmpeq 25
            iload 1 /* c */
            bipush 9
            if_icmpeq 25
        24: .line 527
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwInvalidSpace:(I)V
        25: .line 529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 27
        26: .line 530
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        27: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        28: .line 533
            iload 1 /* c */
            bipush 32
            if_icmple 30
        29: .line 534
            goto 32
        30: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        31: .line 515
            goto 13
        32: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._cfgLazyParsing:Z
            ifeq 35
        33: .line 540
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
        34: .line 541
            goto 46
        35: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishPI:()V
        36: .line 544
            goto 46
        37: .line 545
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 63
            if_icmpeq 39
        38: .line 546
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportMissingPISpace:(I)V
        39: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 41
        40: .line 549
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        41: .line 551
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        42: .line 552
            iload 1 /* c */
            bipush 62
            if_icmpeq 44
        43: .line 553
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportMissingPISpace:(I)V
        44: .line 555
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            pop
        45: .line 556
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
        46: .line 559
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
        end local 1 // char c
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   47     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
            4   47     1     c  C
            6    9     2    ln  Ljava/lang/String;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final int handleCharEntity();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 570
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 2
         1: .line 571
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         2: .line 573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        start local 1 // char c
         3: .line 574
            iconst_0
            istore 2 /* value */
        start local 2 // int value
         4: .line 575
            iload 1 /* c */
            bipush 120
            if_icmpne 33
         5: .line 577
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 7
         6: .line 578
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         7: .line 580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
         8: .line 581
            iload 1 /* c */
            bipush 59
            if_icmpne 10
         9: .line 582
            goto 34
        10: .line 584
      StackMap locals:
      StackMap stack:
            iload 2 /* value */
            iconst_4
            ishl
            istore 2 /* value */
        11: .line 585
            iload 1 /* c */
            bipush 57
            if_icmpgt 14
            iload 1 /* c */
            bipush 48
            if_icmplt 14
        12: .line 586
            iload 2 /* value */
            iload 1 /* c */
            bipush 48
            isub
            iadd
            istore 2 /* value */
        13: .line 587
            goto 21
      StackMap locals:
      StackMap stack:
        14: iload 1 /* c */
            bipush 97
            if_icmplt 17
            iload 1 /* c */
            bipush 102
            if_icmpgt 17
        15: .line 588
            iload 2 /* value */
            bipush 10
            iload 1 /* c */
            bipush 97
            isub
            iadd
            iadd
            istore 2 /* value */
        16: .line 589
            goto 21
      StackMap locals:
      StackMap stack:
        17: iload 1 /* c */
            bipush 65
            if_icmplt 20
            iload 1 /* c */
            bipush 70
            if_icmpgt 20
        18: .line 590
            iload 2 /* value */
            bipush 10
            iload 1 /* c */
            bipush 65
            isub
            iadd
            iadd
            istore 2 /* value */
        19: .line 591
            goto 21
        20: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            ldc "; expected a hex digit (0-9a-fA-F)"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        21: .line 594
      StackMap locals:
      StackMap stack:
            iload 2 /* value */
            ldc 1114111
            if_icmple 5
        22: .line 595
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportEntityOverflow:()V
        23: .line 576
            goto 5
        24: .line 600
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 57
            if_icmpgt 29
            iload 1 /* c */
            bipush 48
            if_icmplt 29
        25: .line 601
            iload 2 /* value */
            bipush 10
            imul
            iload 1 /* c */
            bipush 48
            isub
            iadd
            istore 2 /* value */
        26: .line 602
            iload 2 /* value */
            ldc 1114111
            if_icmple 30
        27: .line 603
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportEntityOverflow:()V
        28: .line 605
            goto 30
        29: .line 606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            ldc "; expected a decimal number"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        30: .line 608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 32
        31: .line 609
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        32: .line 611
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        33: .line 599
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 59
            if_icmpne 24
        34: .line 616
      StackMap locals:
      StackMap stack:
            iload 2 /* value */
            ldc 55296
            if_icmplt 40
        35: .line 617
            iload 2 /* value */
            ldc 57344
            if_icmpge 37
        36: .line 618
            aload 0 /* this */
            iload 2 /* value */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidXmlChar:(I)V
        37: .line 620
      StackMap locals:
      StackMap stack:
            iload 2 /* value */
            ldc 65534
            if_icmpeq 38
            iload 2 /* value */
            ldc 65535
            if_icmpne 44
        38: .line 621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* value */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidXmlChar:(I)V
        39: .line 623
            goto 44
      StackMap locals:
      StackMap stack:
        40: iload 2 /* value */
            bipush 32
            if_icmpge 44
        41: .line 625
            iload 2 /* value */
            bipush 10
            if_icmpeq 44
            iload 2 /* value */
            bipush 13
            if_icmpeq 44
            iload 2 /* value */
            bipush 9
            if_icmpeq 44
        42: .line 626
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._xml11:Z
            ifeq 43
            iload 2 /* value */
            ifne 44
        43: .line 627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* value */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidXmlChar:(I)V
        44: .line 631
      StackMap locals:
      StackMap stack:
            iload 2 /* value */
            ireturn
        end local 2 // int value
        end local 1 // char c
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   45     0   this  Lcom/fasterxml/aalto/in/ReaderScanner;
            3   45     1      c  C
            4   45     2  value  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final int handleStartElement(char);
    descriptor: (C)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // char c
         0: .line 637
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
         1: .line 638
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._currNsCount:I
         2: .line 639
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.parsePName:(C)Lcom/fasterxml/aalto/in/PName;
            astore 2 /* elemName */
        start local 2 // com.fasterxml.aalto.in.PName elemName
         3: .line 645
            aload 2 /* elemName */
            invokevirtual com.fasterxml.aalto.in.PName.getPrefix:()Ljava/lang/String;
            astore 3 /* prefix */
        start local 3 // java.lang.String prefix
         4: .line 648
            aload 3 /* prefix */
            ifnonnull 7
         5: .line 649
            iconst_1
            istore 4 /* allBound */
        start local 4 // boolean allBound
         6: .line 650
            goto 9
        end local 4 // boolean allBound
         7: .line 651
      StackMap locals: com.fasterxml.aalto.in.PName java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 2 /* elemName */
            aload 3 /* prefix */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.bindName:(Lcom/fasterxml/aalto/in/PName;Ljava/lang/String;)Lcom/fasterxml/aalto/in/PName;
            astore 2 /* elemName */
         8: .line 652
            aload 2 /* elemName */
            invokevirtual com.fasterxml.aalto.in.PName.isBound:()Z
            istore 4 /* allBound */
        start local 4 // boolean allBound
         9: .line 655
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* elemName */
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        10: .line 656
            aload 0 /* this */
            new com.fasterxml.aalto.in.ElementScope
            dup
            aload 2 /* elemName */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._currElem:Lcom/fasterxml/aalto/in/ElementScope;
            invokespecial com.fasterxml.aalto.in.ElementScope.<init>:(Lcom/fasterxml/aalto/in/PName;Lcom/fasterxml/aalto/in/ElementScope;)V
            putfield com.fasterxml.aalto.in.ReaderScanner._currElem:Lcom/fasterxml/aalto/in/ElementScope;
        11: .line 659
            iconst_0
            istore 5 /* attrPtr */
        start local 5 // int attrPtr
        12: .line 662
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 14
        13: .line 663
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        14: .line 665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        15: .line 667
            iload 1 /* c */
            bipush 32
            if_icmpgt 34
        16: .line 669
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 10
            if_icmpne 19
        17: .line 670
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        18: .line 671
            goto 28
      StackMap locals:
      StackMap stack:
        19: iload 1 /* c */
            bipush 13
            if_icmpne 26
        20: .line 672
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 22
        21: .line 673
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        22: .line 675
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 24
        23: .line 676
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        24: .line 678
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        25: .line 679
            goto 28
      StackMap locals:
      StackMap stack:
        26: iload 1 /* c */
            bipush 32
            if_icmpeq 28
            iload 1 /* c */
            bipush 9
            if_icmpeq 28
        27: .line 680
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwInvalidSpace:(I)V
        28: .line 682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 30
        29: .line 683
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        30: .line 685
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        31: .line 686
            iload 1 /* c */
            bipush 32
        32: .line 668
            if_icmple 16
        33: .line 687
            goto 36
      StackMap locals:
      StackMap stack:
        34: iload 1 /* c */
            bipush 47
            if_icmpeq 36
            iload 1 /* c */
            bipush 62
            if_icmpeq 36
        35: .line 688
            aload 0 /* this */
            iload 1 /* c */
            ldc " expected space, or '>' or \"/>\""
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        36: .line 692
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 47
            if_icmpne 44
        37: .line 693
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 39
        38: .line 694
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        39: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        40: .line 697
            iload 1 /* c */
            bipush 62
            if_icmpeq 42
        41: .line 698
            aload 0 /* this */
            iload 1 /* c */
            ldc " expected '>'"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        42: .line 700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ReaderScanner._isEmptyTag:Z
        43: .line 701
            goto 109
        44: .line 702
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 62
            if_icmpne 47
        45: .line 703
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._isEmptyTag:Z
        46: .line 704
            goto 109
        47: .line 705
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 60
            if_icmpne 49
        48: .line 706
            aload 0 /* this */
            ldc "Unexpected '<' character in element (missing closing '>'?)"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInputProblem:(Ljava/lang/String;)V
        49: .line 710
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.parsePName:(C)Lcom/fasterxml/aalto/in/PName;
            astore 6 /* attrName */
        start local 6 // com.fasterxml.aalto.in.PName attrName
        50: .line 711
            aload 6 /* attrName */
            invokevirtual com.fasterxml.aalto.in.PName.getPrefix:()Ljava/lang/String;
            astore 3 /* prefix */
        51: .line 715
            aload 3 /* prefix */
            ifnonnull 56
        52: .line 716
            aload 6 /* attrName */
            invokevirtual com.fasterxml.aalto.in.PName.getLocalName:()Ljava/lang/String;
            ldc "xmlns"
            if_acmpne 53
            iconst_1
            goto 54
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
        53: iconst_0
      StackMap locals:
      StackMap stack: int
        54: istore 7 /* isNsDecl */
        start local 7 // boolean isNsDecl
        55: .line 717
            goto 63
        end local 7 // boolean isNsDecl
        56: .line 719
      StackMap locals:
      StackMap stack:
            aload 3 /* prefix */
            ldc "xmlns"
            if_acmpne 59
        57: .line 720
            iconst_1
            istore 7 /* isNsDecl */
        start local 7 // boolean isNsDecl
        58: .line 721
            goto 63
        end local 7 // boolean isNsDecl
        59: .line 722
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* attrName */
            aload 3 /* prefix */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.bindName:(Lcom/fasterxml/aalto/in/PName;Ljava/lang/String;)Lcom/fasterxml/aalto/in/PName;
            astore 6 /* attrName */
        60: .line 723
            iload 4 /* allBound */
            ifeq 62
        61: .line 724
            aload 6 /* attrName */
            invokevirtual com.fasterxml.aalto.in.PName.isBound:()Z
            istore 4 /* allBound */
        62: .line 726
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* isNsDecl */
        start local 7 // boolean isNsDecl
        63: .line 732
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 65
        64: .line 733
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        65: .line 735
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        66: .line 736
            iload 1 /* c */
            bipush 32
            if_icmple 68
        67: .line 737
            goto 81
        68: .line 739
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 10
            if_icmpne 71
        69: .line 740
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        70: .line 741
            goto 63
      StackMap locals:
      StackMap stack:
        71: iload 1 /* c */
            bipush 13
            if_icmpne 78
        72: .line 742
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 74
        73: .line 743
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        74: .line 745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 76
        75: .line 746
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        76: .line 748
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        77: .line 749
            goto 63
      StackMap locals:
      StackMap stack:
        78: iload 1 /* c */
            bipush 32
            if_icmpeq 63
            iload 1 /* c */
            bipush 9
            if_icmpeq 63
        79: .line 750
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwInvalidSpace:(I)V
        80: .line 731
            goto 63
        81: .line 754
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 61
            if_icmpeq 83
        82: .line 755
            aload 0 /* this */
            iload 1 /* c */
            ldc " expected '='"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        83: .line 760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 85
        84: .line 761
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        85: .line 763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        86: .line 764
            iload 1 /* c */
            bipush 32
            if_icmple 88
        87: .line 765
            goto 101
        88: .line 767
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 10
            if_icmpne 91
        89: .line 768
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        90: .line 769
            goto 83
      StackMap locals:
      StackMap stack:
        91: iload 1 /* c */
            bipush 13
            if_icmpne 98
        92: .line 770
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 94
        93: .line 771
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        94: .line 773
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 96
        95: .line 774
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        96: .line 776
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        97: .line 777
            goto 83
      StackMap locals:
      StackMap stack:
        98: iload 1 /* c */
            bipush 32
            if_icmpeq 83
            iload 1 /* c */
            bipush 9
            if_icmpeq 83
        99: .line 778
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwInvalidSpace:(I)V
       100: .line 759
            goto 83
       101: .line 782
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 34
            if_icmpeq 103
            iload 1 /* c */
            bipush 39
            if_icmpeq 103
       102: .line 783
            aload 0 /* this */
            iload 1 /* c */
            ldc " Expected a quote"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwUnexpectedChar:(ILjava/lang/String;)V
       103: .line 790
      StackMap locals:
      StackMap stack:
            iload 7 /* isNsDecl */
            ifeq 107
       104: .line 791
            aload 0 /* this */
            aload 6 /* attrName */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleNsDeclaration:(Lcom/fasterxml/aalto/in/PName;C)V
       105: .line 792
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._currNsCount:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._currNsCount:I
       106: .line 793
            goto 12
       107: .line 794
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* attrPtr */
            iload 1 /* c */
            aload 6 /* attrName */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.collectValue:(ICLcom/fasterxml/aalto/in/PName;)I
            istore 5 /* attrPtr */
        end local 7 // boolean isNsDecl
        end local 6 // com.fasterxml.aalto.in.PName attrName
       108: .line 661
            goto 12
       109: .line 799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            iload 5 /* attrPtr */
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.finishLastValue:(I)I
            istore 6 /* act */
        start local 6 // int act
       110: .line 800
            iload 6 /* act */
            ifge 113
       111: .line 801
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.getCount:()I
            istore 6 /* act */
       112: .line 802
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.getErrorMsg:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInputProblem:(Ljava/lang/String;)V
       113: .line 804
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* act */
            putfield com.fasterxml.aalto.in.ReaderScanner._attrCount:I
        end local 6 // int act
       114: .line 806
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._depth:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._depth:I
       115: .line 812
            iload 4 /* allBound */
            ifne 126
       116: .line 813
            aload 2 /* elemName */
            invokevirtual com.fasterxml.aalto.in.PName.isBound:()Z
            ifne 118
       117: .line 814
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportUnboundPrefix:(Lcom/fasterxml/aalto/in/PName;Z)V
       118: .line 816
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
       119: aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._attrCount:I
            istore 7 /* len */
        start local 7 // int len
       120: goto 125
       121: .line 817
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            iload 6 /* i */
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.getName:(I)Lcom/fasterxml/aalto/in/PName;
            astore 8 /* attrName */
        start local 8 // com.fasterxml.aalto.in.PName attrName
       122: .line 818
            aload 8 /* attrName */
            invokevirtual com.fasterxml.aalto.in.PName.isBound:()Z
            ifne 124
       123: .line 819
            aload 0 /* this */
            aload 8 /* attrName */
            iconst_1
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportUnboundPrefix:(Lcom/fasterxml/aalto/in/PName;Z)V
        end local 8 // com.fasterxml.aalto.in.PName attrName
       124: .line 816
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
       125: iload 6 /* i */
            iload 7 /* len */
            if_icmplt 121
        end local 7 // int len
        end local 6 // int i
       126: .line 824
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // int attrPtr
        end local 4 // boolean allBound
        end local 3 // java.lang.String prefix
        end local 2 // com.fasterxml.aalto.in.PName elemName
        end local 1 // char c
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0  127     0      this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0  127     1         c  C
            3  127     2  elemName  Lcom/fasterxml/aalto/in/PName;
            4  127     3    prefix  Ljava/lang/String;
            6    7     4  allBound  Z
            9  127     4  allBound  Z
           12  127     5   attrPtr  I
           50  108     6  attrName  Lcom/fasterxml/aalto/in/PName;
           55   56     7  isNsDecl  Z
           58   59     7  isNsDecl  Z
           63  108     7  isNsDecl  Z
          110  114     6       act  I
          119  126     6         i  I
          120  126     7       len  I
          122  124     8  attrName  Lcom/fasterxml/aalto/in/PName;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      c     

  private final int collectValue(int, char, com.fasterxml.aalto.in.PName);
    descriptor: (ICLcom/fasterxml/aalto/in/PName;)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // int attrPtr
        start local 2 // char quoteChar
        start local 3 // com.fasterxml.aalto.in.PName attrName
         0: .line 836
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            aload 3 /* attrName */
            iload 1 /* attrPtr */
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.startNewValue:(Lcom/fasterxml/aalto/in/PName;I)[C
            astore 4 /* attrBuffer */
        start local 4 // char[] attrBuffer
         1: .line 837
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.ATTR_CHARS:[I
            astore 5 /* TYPES */
        start local 5 // int[] TYPES
         2: .line 845
      StackMap locals: char[] int[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 7 /* ptr */
        start local 7 // int ptr
         3: .line 846
            iload 7 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 6
         4: .line 847
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         5: .line 848
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 7 /* ptr */
         6: .line 850
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int int com.fasterxml.aalto.in.PName char[] int[] top int
      StackMap stack:
            iload 1 /* attrPtr */
            aload 4 /* attrBuffer */
            arraylength
            if_icmplt 8
         7: .line 851
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.valueBufferFull:()[C
            astore 4 /* attrBuffer */
         8: .line 853
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 8 /* max */
        start local 8 // int max
         9: .line 855
            iload 7 /* ptr */
            aload 4 /* attrBuffer */
            arraylength
            iload 1 /* attrPtr */
            isub
            iadd
            istore 9 /* max2 */
        start local 9 // int max2
        10: .line 856
            iload 9 /* max2 */
            iload 8 /* max */
            if_icmpge 22
        11: .line 857
            iload 9 /* max2 */
            istore 8 /* max */
        end local 9 // int max2
        12: .line 860
            goto 22
        13: .line 861
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            iload 7 /* ptr */
            iinc 7 /* ptr */ 1
            caload
            istore 6 /* c */
        start local 6 // char c
        14: .line 862
            iload 6 /* c */
            sipush 255
            if_icmpgt 18
        15: .line 863
            aload 5 /* TYPES */
            iload 6 /* c */
            iaload
            ifeq 21
        16: .line 864
            aload 0 /* this */
            iload 7 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        17: .line 865
            goto 25
        18: .line 867
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int int com.fasterxml.aalto.in.PName char[] int[] int int int
      StackMap stack:
            iload 6 /* c */
            ldc 55296
            if_icmplt 21
        19: .line 868
            aload 0 /* this */
            iload 7 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        20: .line 869
            goto 25
        21: .line 871
      StackMap locals:
      StackMap stack:
            aload 4 /* attrBuffer */
            iload 1 /* attrPtr */
            iinc 1 /* attrPtr */ 1
            iload 6 /* c */
            castore
        end local 6 // char c
        22: .line 860
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int int com.fasterxml.aalto.in.PName char[] int[] top int int
      StackMap stack:
            iload 7 /* ptr */
            iload 8 /* max */
            if_icmplt 13
        23: .line 873
            aload 0 /* this */
            iload 7 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 8 // int max
        end local 7 // int ptr
        24: .line 844
            goto 2
        start local 6 // char c
        25: .line 876
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int int com.fasterxml.aalto.in.PName char[] int[] int
      StackMap stack:
            iload 6 /* c */
            sipush 255
            if_icmpgt 50
        26: .line 877
            aload 5 /* TYPES */
            iload 6 /* c */
            iaload
            tableswitch { // 1 - 14
                    1: 27
                    2: 28
                    3: 32
                    4: 49
                    5: 49
                    6: 49
                    7: 49
                    8: 33
                    9: 35
                   10: 36
                   11: 49
                   12: 49
                   13: 49
                   14: 47
              default: 49
          }
        27: .line 879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 6 /* c */
        28: .line 881
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 30
        29: .line 882
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        30: .line 884
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 32
        31: .line 885
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        32: .line 889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        33: .line 893
      StackMap locals:
      StackMap stack:
            bipush 32
            istore 6 /* c */
        34: .line 894
            goto 60
        35: .line 896
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            ldc "'<' not allowed in attribute value"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        36: .line 899
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleEntityInText:(Z)I
            istore 7 /* d */
        start local 7 // int d
        37: .line 900
            iload 7 /* d */
            ifne 39
        38: .line 901
            aload 0 /* this */
            aload 3 /* attrName */
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportUnexpandedEntityInAttr:(Lcom/fasterxml/aalto/in/PName;Z)V
        39: .line 904
      StackMap locals: int
      StackMap stack:
            iload 7 /* d */
            bipush 16
            ishr
            ifeq 45
        40: .line 905
            iload 7 /* d */
            ldc 65536
            isub
            istore 7 /* d */
        41: .line 906
            aload 4 /* attrBuffer */
            iload 1 /* attrPtr */
            iinc 1 /* attrPtr */ 1
            ldc 55296
            iload 7 /* d */
            bipush 10
            ishr
            ior
            i2c
            castore
        42: .line 907
            ldc 56320
            iload 7 /* d */
            sipush 1023
            iand
            ior
            istore 7 /* d */
        43: .line 908
            iload 1 /* attrPtr */
            aload 4 /* attrBuffer */
            arraylength
            if_icmplt 45
        44: .line 909
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.valueBufferFull:()[C
            astore 4 /* attrBuffer */
        45: .line 912
      StackMap locals:
      StackMap stack:
            iload 7 /* d */
            i2c
            istore 6 /* c */
        end local 7 // int d
        46: .line 914
            goto 60
        47: .line 916
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            iload 2 /* quoteChar */
            if_icmpne 60
        48: .line 917
            goto 62
        49: .line 923
      StackMap locals:
      StackMap stack:
            goto 60
      StackMap locals:
      StackMap stack:
        50: iload 6 /* c */
            ldc 55296
            if_icmplt 60
        51: .line 924
            iload 6 /* c */
            ldc 57344
            if_icmpge 58
        52: .line 926
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogate:(C)C
            istore 7 /* d */
        start local 7 // char d
        53: .line 927
            aload 4 /* attrBuffer */
            iload 1 /* attrPtr */
            iinc 1 /* attrPtr */ 1
            iload 6 /* c */
            castore
        54: .line 929
            iload 1 /* attrPtr */
            aload 4 /* attrBuffer */
            arraylength
            if_icmplt 56
        55: .line 930
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._attrCollector:Lcom/fasterxml/aalto/in/AttributeCollector;
            invokevirtual com.fasterxml.aalto.in.AttributeCollector.valueBufferFull:()[C
            astore 4 /* attrBuffer */
        56: .line 932
      StackMap locals: int
      StackMap stack:
            iload 7 /* d */
            istore 6 /* c */
        end local 7 // char d
        57: .line 933
            goto 60
      StackMap locals:
      StackMap stack:
        58: iload 6 /* c */
            ldc 65534
            if_icmplt 60
        59: .line 934
            aload 0 /* this */
            iload 6 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 6 /* c */
        60: .line 938
      StackMap locals:
      StackMap stack:
            aload 4 /* attrBuffer */
            iload 1 /* attrPtr */
            iinc 1 /* attrPtr */ 1
            iload 6 /* c */
            castore
        end local 6 // char c
        61: .line 840
            goto 2
        62: .line 941
      StackMap locals:
      StackMap stack:
            iload 1 /* attrPtr */
            ireturn
        end local 5 // int[] TYPES
        end local 4 // char[] attrBuffer
        end local 3 // com.fasterxml.aalto.in.PName attrName
        end local 2 // char quoteChar
        end local 1 // int attrPtr
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   63     0        this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   63     1     attrPtr  I
            0   63     2   quoteChar  C
            0   63     3    attrName  Lcom/fasterxml/aalto/in/PName;
            1   63     4  attrBuffer  [C
            2   63     5       TYPES  [I
           14   22     6           c  C
           25   61     6           c  C
            3   24     7         ptr  I
            9   24     8         max  I
           10   12     9        max2  I
           37   46     7           d  I
           53   57     7           d  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      attrPtr    
      quoteChar  
      attrName   

  private void handleNsDeclaration(com.fasterxml.aalto.in.PName, char);
    descriptor: (Lcom/fasterxml/aalto/in/PName;C)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // com.fasterxml.aalto.in.PName name
        start local 2 // char quoteChar
         0: .line 951
            iconst_0
            istore 3 /* attrPtr */
        start local 3 // int attrPtr
         1: .line 952
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._nameBuffer:[C
            astore 4 /* attrBuffer */
        start local 4 // char[] attrBuffer
         2: .line 955
      StackMap locals: int char[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 4
         3: .line 956
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         4: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 5 /* c */
        start local 5 // char c
         5: .line 959
            iload 5 /* c */
            iload 2 /* quoteChar */
            if_icmpne 7
         6: .line 960
            goto 40
         7: .line 962
      StackMap locals: int
      StackMap stack:
            iload 5 /* c */
            bipush 38
            if_icmpne 19
         8: .line 963
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleEntityInText:(Z)I
            istore 6 /* d */
        start local 6 // int d
         9: .line 964
            iload 6 /* d */
            ifne 11
        10: .line 965
            aload 0 /* this */
            aload 1 /* name */
            iconst_1
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportUnexpandedEntityInAttr:(Lcom/fasterxml/aalto/in/PName;Z)V
        11: .line 968
      StackMap locals: int
      StackMap stack:
            iload 6 /* d */
            bipush 16
            ishr
            ifeq 17
        12: .line 969
            iload 3 /* attrPtr */
            aload 4 /* attrBuffer */
            arraylength
            if_icmplt 14
        13: .line 970
            aload 0 /* this */
            aload 4 /* attrBuffer */
            aload 4 /* attrBuffer */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 4 /* attrBuffer */
            putfield com.fasterxml.aalto.in.ReaderScanner._nameBuffer:[C
        14: .line 972
      StackMap locals:
      StackMap stack:
            iload 6 /* d */
            ldc 65536
            isub
            istore 6 /* d */
        15: .line 973
            aload 4 /* attrBuffer */
            iload 3 /* attrPtr */
            iinc 3 /* attrPtr */ 1
            ldc 55296
            iload 6 /* d */
            bipush 10
            ishr
            ior
            i2c
            castore
        16: .line 974
            ldc 56320
            iload 6 /* d */
            sipush 1023
            iand
            ior
            istore 6 /* d */
        17: .line 976
      StackMap locals:
      StackMap stack:
            iload 6 /* d */
            i2c
            istore 5 /* c */
        end local 6 // int d
        18: .line 977
            goto 36
      StackMap locals:
      StackMap stack:
        19: iload 5 /* c */
            bipush 60
            if_icmpne 22
        20: .line 978
            aload 0 /* this */
            iload 5 /* c */
            ldc "'<' not allowed in attribute value"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        21: .line 979
            goto 36
        22: .line 980
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 32
            if_icmpge 36
        23: .line 981
            iload 5 /* c */
            bipush 10
            if_icmpne 26
        24: .line 982
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        25: .line 983
            goto 36
      StackMap locals:
      StackMap stack:
        26: iload 5 /* c */
            bipush 13
            if_icmpne 34
        27: .line 984
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 29
        28: .line 985
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        29: .line 987
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 31
        30: .line 988
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        31: .line 990
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        32: .line 991
            bipush 10
            istore 5 /* c */
        33: .line 992
            goto 36
      StackMap locals:
      StackMap stack:
        34: iload 5 /* c */
            bipush 9
            if_icmpeq 36
        35: .line 993
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwInvalidSpace:(I)V
        36: .line 997
      StackMap locals:
      StackMap stack:
            iload 3 /* attrPtr */
            aload 4 /* attrBuffer */
            arraylength
            if_icmplt 38
        37: .line 998
            aload 0 /* this */
            aload 4 /* attrBuffer */
            aload 4 /* attrBuffer */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 4 /* attrBuffer */
            putfield com.fasterxml.aalto.in.ReaderScanner._nameBuffer:[C
        38: .line 1000
      StackMap locals:
      StackMap stack:
            aload 4 /* attrBuffer */
            iload 3 /* attrPtr */
            iinc 3 /* attrPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        39: .line 954
            goto 2
        40: .line 1007
      StackMap locals:
      StackMap stack:
            iload 3 /* attrPtr */
            ifne 43
        41: .line 1008
            aload 0 /* this */
            aload 1 /* name */
            ldc ""
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.bindNs:(Lcom/fasterxml/aalto/in/PName;Ljava/lang/String;)V
        42: .line 1009
            goto 45
        43: .line 1010
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 4 /* attrBuffer */
            iload 3 /* attrPtr */
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.canonicalizeURI:([CI)Ljava/lang/String;
            astore 5 /* uri */
        start local 5 // java.lang.String uri
        44: .line 1011
            aload 0 /* this */
            aload 1 /* name */
            aload 5 /* uri */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.bindNs:(Lcom/fasterxml/aalto/in/PName;Ljava/lang/String;)V
        end local 5 // java.lang.String uri
        45: .line 1013
      StackMap locals:
      StackMap stack:
            return
        end local 4 // char[] attrBuffer
        end local 3 // int attrPtr
        end local 2 // char quoteChar
        end local 1 // com.fasterxml.aalto.in.PName name
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   46     0        this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   46     1        name  Lcom/fasterxml/aalto/in/PName;
            0   46     2   quoteChar  C
            1   46     3     attrPtr  I
            2   46     4  attrBuffer  [C
            5   39     5           c  C
            9   18     6           d  I
           44   45     5         uri  Ljava/lang/String;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      name       
      quoteChar  

  protected final int handleEndElement();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 1018
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._depth:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.in.ReaderScanner._depth:I
         1: .line 1020
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
         2: .line 1022
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._currElem:Lcom/fasterxml/aalto/in/ElementScope;
            invokevirtual com.fasterxml.aalto.in.ElementScope.getName:()Lcom/fasterxml/aalto/in/PName;
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
         3: .line 1023
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            astore 1 /* pname */
        start local 1 // java.lang.String pname
         4: .line 1025
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: .line 1026
            aload 1 /* pname */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
         6: .line 1028
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner java.lang.String top int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 8
         7: .line 1029
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         8: .line 1031
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        start local 2 // char c
         9: .line 1032
            iload 2 /* c */
            aload 1 /* pname */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 11
        10: .line 1033
            aload 0 /* this */
            aload 1 /* pname */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportUnexpectedEndTag:(Ljava/lang/String;)V
        11: .line 1035
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner java.lang.String int int int
      StackMap stack:
            iinc 3 /* i */ 1
            iload 3 /* i */
            iload 4 /* len */
        12: .line 1027
            if_icmplt 6
        13: .line 1038
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 15
        14: .line 1039
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        15: .line 1041
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        16: .line 1042
            iload 2 /* c */
            bipush 32
            if_icmpgt 19
        17: .line 1043
            aload 0 /* this */
            iconst_0
            aconst_null
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipInternalWs:(ZLjava/lang/String;)C
            istore 2 /* c */
        18: .line 1044
            goto 22
      StackMap locals:
      StackMap stack:
        19: iload 2 /* c */
            bipush 62
            if_icmpeq 22
        20: .line 1045
            iload 2 /* c */
            bipush 58
            if_icmpeq 21
            iload 2 /* c */
            invokestatic com.fasterxml.aalto.util.XmlChars.is10NameChar:(I)Z
            ifeq 22
        21: .line 1046
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* pname */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportUnexpectedEndTag:(Ljava/lang/String;)V
        22: .line 1049
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 62
            if_icmpeq 24
        23: .line 1050
            aload 0 /* this */
            iload 2 /* c */
            ldc " expected space or closing '>'"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        24: .line 1052
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
        end local 4 // int len
        end local 3 // int i
        end local 2 // char c
        end local 1 // java.lang.String pname
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   25     0   this  Lcom/fasterxml/aalto/in/ReaderScanner;
            4   25     1  pname  Ljava/lang/String;
            9   25     2      c  C
            5   25     3      i  I
            6   25     4    len  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final int handleEntityInText(boolean);
    descriptor: (Z)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=9, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // boolean inAttr
         0: .line 1058
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 2
         1: .line 1059
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         2: .line 1061
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        start local 2 // char c
         3: .line 1062
            iload 2 /* c */
            bipush 35
            if_icmpne 5
         4: .line 1063
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleCharEntity:()I
            ireturn
         5: .line 1066
      StackMap locals: int
      StackMap stack:
            iload 2 /* c */
            bipush 97
            if_icmpne 45
         6: .line 1067
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 8
         7: .line 1068
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         8: .line 1070
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
         9: .line 1071
            iload 2 /* c */
            bipush 109
            if_icmpne 23
        10: .line 1072
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 12
        11: .line 1073
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        12: .line 1075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        13: .line 1076
            iload 2 /* c */
            bipush 112
            if_icmpne 21
        14: .line 1077
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 16
        15: .line 1078
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        16: .line 1080
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        17: .line 1081
            iload 2 /* c */
            bipush 59
            if_icmpne 19
        18: .line 1082
            bipush 38
            ireturn
        19: .line 1084
      StackMap locals:
      StackMap stack:
            ldc "amp"
            astore 3 /* start */
        start local 3 // java.lang.String start
        20: .line 1085
            goto 100
        end local 3 // java.lang.String start
        21: .line 1086
      StackMap locals:
      StackMap stack:
            ldc "am"
            astore 3 /* start */
        start local 3 // java.lang.String start
        22: .line 1088
            goto 100
        end local 3 // java.lang.String start
      StackMap locals:
      StackMap stack:
        23: iload 2 /* c */
            bipush 112
            if_icmpne 43
        24: .line 1089
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 26
        25: .line 1090
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        26: .line 1092
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        27: .line 1093
            iload 2 /* c */
            bipush 111
            if_icmpne 41
        28: .line 1094
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 30
        29: .line 1095
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        30: .line 1097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        31: .line 1098
            iload 2 /* c */
            bipush 115
            if_icmpne 39
        32: .line 1099
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 34
        33: .line 1100
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        34: .line 1102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        35: .line 1103
            iload 2 /* c */
            bipush 59
            if_icmpne 37
        36: .line 1104
            bipush 39
            ireturn
        37: .line 1106
      StackMap locals:
      StackMap stack:
            ldc "apos"
            astore 3 /* start */
        start local 3 // java.lang.String start
        38: .line 1107
            goto 100
        end local 3 // java.lang.String start
        39: .line 1108
      StackMap locals:
      StackMap stack:
            ldc "apo"
            astore 3 /* start */
        start local 3 // java.lang.String start
        40: .line 1110
            goto 100
        end local 3 // java.lang.String start
        41: .line 1111
      StackMap locals:
      StackMap stack:
            ldc "ap"
            astore 3 /* start */
        start local 3 // java.lang.String start
        42: .line 1113
            goto 100
        end local 3 // java.lang.String start
        43: .line 1114
      StackMap locals:
      StackMap stack:
            ldc "a"
            astore 3 /* start */
        start local 3 // java.lang.String start
        44: .line 1116
            goto 100
        end local 3 // java.lang.String start
      StackMap locals:
      StackMap stack:
        45: iload 2 /* c */
            bipush 108
            if_icmpne 59
        46: .line 1117
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 48
        47: .line 1118
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        48: .line 1120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        49: .line 1121
            iload 2 /* c */
            bipush 116
            if_icmpne 57
        50: .line 1122
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 52
        51: .line 1123
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        52: .line 1125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        53: .line 1126
            iload 2 /* c */
            bipush 59
            if_icmpne 55
        54: .line 1127
            bipush 60
            ireturn
        55: .line 1129
      StackMap locals:
      StackMap stack:
            ldc "lt"
            astore 3 /* start */
        start local 3 // java.lang.String start
        56: .line 1130
            goto 100
        end local 3 // java.lang.String start
        57: .line 1131
      StackMap locals:
      StackMap stack:
            ldc "l"
            astore 3 /* start */
        start local 3 // java.lang.String start
        58: .line 1133
            goto 100
        end local 3 // java.lang.String start
      StackMap locals:
      StackMap stack:
        59: iload 2 /* c */
            bipush 103
            if_icmpne 73
        60: .line 1134
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 62
        61: .line 1135
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        62: .line 1137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        63: .line 1138
            iload 2 /* c */
            bipush 116
            if_icmpne 71
        64: .line 1139
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 66
        65: .line 1140
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        66: .line 1142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        67: .line 1143
            iload 2 /* c */
            bipush 59
            if_icmpne 69
        68: .line 1144
            bipush 62
            ireturn
        69: .line 1146
      StackMap locals:
      StackMap stack:
            ldc "gt"
            astore 3 /* start */
        start local 3 // java.lang.String start
        70: .line 1147
            goto 100
        end local 3 // java.lang.String start
        71: .line 1148
      StackMap locals:
      StackMap stack:
            ldc "g"
            astore 3 /* start */
        start local 3 // java.lang.String start
        72: .line 1150
            goto 100
        end local 3 // java.lang.String start
      StackMap locals:
      StackMap stack:
        73: iload 2 /* c */
            bipush 113
            if_icmpne 99
        74: .line 1151
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 76
        75: .line 1152
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        76: .line 1154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        77: .line 1155
            iload 2 /* c */
            bipush 117
            if_icmpne 97
        78: .line 1156
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 80
        79: .line 1157
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        80: .line 1159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        81: .line 1160
            iload 2 /* c */
            bipush 111
            if_icmpne 95
        82: .line 1161
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 84
        83: .line 1162
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        84: .line 1164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        85: .line 1165
            iload 2 /* c */
            bipush 116
            if_icmpne 93
        86: .line 1166
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 88
        87: .line 1167
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        88: .line 1169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        89: .line 1170
            iload 2 /* c */
            bipush 59
            if_icmpne 91
        90: .line 1171
            bipush 34
            ireturn
        91: .line 1173
      StackMap locals:
      StackMap stack:
            ldc "quot"
            astore 3 /* start */
        start local 3 // java.lang.String start
        92: .line 1174
            goto 100
        end local 3 // java.lang.String start
        93: .line 1175
      StackMap locals:
      StackMap stack:
            ldc "quo"
            astore 3 /* start */
        start local 3 // java.lang.String start
        94: .line 1177
            goto 100
        end local 3 // java.lang.String start
        95: .line 1178
      StackMap locals:
      StackMap stack:
            ldc "qu"
            astore 3 /* start */
        start local 3 // java.lang.String start
        96: .line 1180
            goto 100
        end local 3 // java.lang.String start
        97: .line 1181
      StackMap locals:
      StackMap stack:
            ldc "q"
            astore 3 /* start */
        start local 3 // java.lang.String start
        98: .line 1183
            goto 100
        end local 3 // java.lang.String start
        99: .line 1184
      StackMap locals:
      StackMap stack:
            ldc ""
            astore 3 /* start */
        start local 3 // java.lang.String start
       100: .line 1187
      StackMap locals: java.lang.String
      StackMap stack:
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.NAME_CHARS:[I
            astore 4 /* TYPES */
        start local 4 // int[] TYPES
       101: .line 1192
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._nameBuffer:[C
            astore 5 /* cbuf */
        start local 5 // char[] cbuf
       102: .line 1193
            iconst_0
            istore 6 /* cix */
        start local 6 // int cix
       103: .line 1194
            aload 3 /* start */
            invokevirtual java.lang.String.length:()I
            istore 7 /* len */
        start local 7 // int len
       104: goto 107
       105: .line 1195
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int int java.lang.String int[] char[] int int
      StackMap stack:
            aload 5 /* cbuf */
            iload 6 /* cix */
            aload 3 /* start */
            iload 6 /* cix */
            invokevirtual java.lang.String.charAt:(I)C
            castore
       106: .line 1194
            iinc 6 /* cix */ 1
      StackMap locals:
      StackMap stack:
       107: iload 6 /* cix */
            iload 7 /* len */
            if_icmplt 105
        end local 7 // int len
       108: .line 1198
            goto 142
       109: .line 1202
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            sipush 255
            if_icmpgt 119
       110: .line 1203
            aload 4 /* TYPES */
            iload 2 /* c */
            iaload
            tableswitch { // 0 - 3
                    0: 111
                    1: 111
                    2: 111
                    3: 115
              default: 117
          }
       111: .line 1207
      StackMap locals:
      StackMap stack:
            iload 6 /* cix */
            ifle 112
            iconst_1
            goto 113
      StackMap locals:
      StackMap stack:
       112: iconst_0
      StackMap locals:
      StackMap stack: int
       113: istore 7 /* ok */
        start local 7 // boolean ok
       114: .line 1208
            goto 134
        end local 7 // boolean ok
       115: .line 1210
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 7 /* ok */
        start local 7 // boolean ok
       116: .line 1211
            goto 134
        end local 7 // boolean ok
       117: .line 1213
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* ok */
        start local 7 // boolean ok
       118: .line 1216
            goto 134
        end local 7 // boolean ok
       119: .line 1217
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            ldc 57344
            if_icmpge 129
       120: .line 1219
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.decodeSurrogate:(C)I
            istore 8 /* value */
        start local 8 // int value
       121: .line 1220
            iload 6 /* cix */
            aload 5 /* cbuf */
            arraylength
            if_icmplt 123
       122: .line 1221
            aload 0 /* this */
            aload 5 /* cbuf */
            aload 5 /* cbuf */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 5 /* cbuf */
            putfield com.fasterxml.aalto.in.ReaderScanner._nameBuffer:[C
       123: .line 1223
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int int java.lang.String int[] char[] int top int
      StackMap stack:
            aload 5 /* cbuf */
            iload 6 /* cix */
            iinc 6 /* cix */ 1
            iload 2 /* c */
            castore
       124: .line 1224
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            isub
            caload
            istore 2 /* c */
       125: .line 1225
            iload 6 /* cix */
            ifne 126
            iload 8 /* value */
            invokestatic com.fasterxml.aalto.util.XmlChars.is10NameStartChar:(I)Z
            goto 127
       126: .line 1226
      StackMap locals:
      StackMap stack:
            iload 8 /* value */
            invokestatic com.fasterxml.aalto.util.XmlChars.is10NameChar:(I)Z
       127: .line 1225
      StackMap locals:
      StackMap stack: int
            istore 7 /* ok */
        end local 8 // int value
        start local 7 // boolean ok
       128: .line 1227
            goto 134
        end local 7 // boolean ok
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int int java.lang.String int[] char[] int
      StackMap stack:
       129: iload 2 /* c */
            ldc 65534
            if_icmplt 133
       130: .line 1228
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 2 /* c */
       131: .line 1229
            iconst_0
            istore 7 /* ok */
        start local 7 // boolean ok
       132: .line 1230
            goto 134
        end local 7 // boolean ok
       133: .line 1231
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 7 /* ok */
        start local 7 // boolean ok
       134: .line 1234
      StackMap locals: int
      StackMap stack:
            iload 7 /* ok */
            ifne 136
       135: .line 1235
            aload 0 /* this */
            iload 2 /* c */
            iload 6 /* cix */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidNameChar:(II)V
       136: .line 1237
      StackMap locals:
      StackMap stack:
            iload 6 /* cix */
            aload 5 /* cbuf */
            arraylength
            if_icmplt 138
       137: .line 1238
            aload 0 /* this */
            aload 5 /* cbuf */
            aload 5 /* cbuf */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 5 /* cbuf */
            putfield com.fasterxml.aalto.in.ReaderScanner._nameBuffer:[C
       138: .line 1240
      StackMap locals:
      StackMap stack:
            aload 5 /* cbuf */
            iload 6 /* cix */
            iinc 6 /* cix */ 1
            iload 2 /* c */
            castore
       139: .line 1241
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 141
       140: .line 1242
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
       141: .line 1244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        end local 7 // boolean ok
       142: .line 1198
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 59
            if_icmpne 109
       143: .line 1248
            new java.lang.String
            dup
            aload 5 /* cbuf */
            iconst_0
            iload 6 /* cix */
            invokespecial java.lang.String.<init>:([CII)V
            astore 7 /* pname */
        start local 7 // java.lang.String pname
       144: .line 1250
            aload 0 /* this */
            new com.fasterxml.aalto.in.PNameC
            dup
            aload 7 /* pname */
            aconst_null
            aload 7 /* pname */
            iconst_0
            invokespecial com.fasterxml.aalto.in.PNameC.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
            putfield com.fasterxml.aalto.in.ReaderScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
       145: .line 1255
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.willExpandEntities:()Z
            ifeq 147
       146: .line 1256
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "General entity reference (&"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* pname */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ";) encountered in entity expanding mode: operation not (yet) implemented"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInputProblem:(Ljava/lang/String;)V
       147: .line 1258
      StackMap locals: java.lang.String
      StackMap stack:
            iload 1 /* inAttr */
            ifeq 149
       148: .line 1259
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "General entity reference (&"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* pname */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ";) encountered in attribute value, in non-entity-expanding mode: no way to handle it"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInputProblem:(Ljava/lang/String;)V
       149: .line 1261
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 7 // java.lang.String pname
        end local 6 // int cix
        end local 5 // char[] cbuf
        end local 4 // int[] TYPES
        end local 3 // java.lang.String start
        end local 2 // char c
        end local 1 // boolean inAttr
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0  150     0    this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0  150     1  inAttr  Z
            3  150     2       c  C
           20   21     3   start  Ljava/lang/String;
           22   23     3   start  Ljava/lang/String;
           38   39     3   start  Ljava/lang/String;
           40   41     3   start  Ljava/lang/String;
           42   43     3   start  Ljava/lang/String;
           44   45     3   start  Ljava/lang/String;
           56   57     3   start  Ljava/lang/String;
           58   59     3   start  Ljava/lang/String;
           70   71     3   start  Ljava/lang/String;
           72   73     3   start  Ljava/lang/String;
           92   93     3   start  Ljava/lang/String;
           94   95     3   start  Ljava/lang/String;
           96   97     3   start  Ljava/lang/String;
           98   99     3   start  Ljava/lang/String;
          100  150     3   start  Ljava/lang/String;
          101  150     4   TYPES  [I
          102  150     5    cbuf  [C
          103  150     6     cix  I
          104  108     7     len  I
          114  115     7      ok  Z
          116  117     7      ok  Z
          118  119     7      ok  Z
          128  129     7      ok  Z
          132  133     7      ok  Z
          134  142     7      ok  Z
          121  128     8   value  I
          144  150     7   pname  Ljava/lang/String;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
        Name  Flags
      inAttr  

  protected final void finishComment();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 1267
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.OTHER_CHARS:[I
            astore 1 /* TYPES */
        start local 1 // int[] TYPES
         1: .line 1268
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            astore 2 /* inputBuffer */
        start local 2 // char[] inputBuffer
         2: .line 1269
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 3 /* outputBuffer */
        start local 3 // char[] outputBuffer
         3: .line 1270
            iconst_0
            istore 4 /* outPtr */
        start local 4 // int outPtr
         4: .line 1279
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
        start local 6 // int ptr
         5: .line 1280
            iload 6 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 8
         6: .line 1281
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         7: .line 1282
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
         8: .line 1284
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int top int
      StackMap stack:
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 11
         9: .line 1285
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        10: .line 1286
            iconst_0
            istore 4 /* outPtr */
        11: .line 1288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 7 /* max */
        start local 7 // int max
        12: .line 1290
            iload 6 /* ptr */
            aload 3 /* outputBuffer */
            arraylength
            iload 4 /* outPtr */
            isub
            iadd
            istore 8 /* max2 */
        start local 8 // int max2
        13: .line 1291
            iload 8 /* max2 */
            iload 7 /* max */
            if_icmpge 25
        14: .line 1292
            iload 8 /* max2 */
            istore 7 /* max */
        end local 8 // int max2
        15: .line 1295
            goto 25
        16: .line 1296
      StackMap locals: int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 6 /* ptr */
            iinc 6 /* ptr */ 1
            caload
            istore 5 /* c */
        start local 5 // char c
        17: .line 1297
            iload 5 /* c */
            sipush 255
            if_icmpgt 21
        18: .line 1298
            aload 1 /* TYPES */
            iload 5 /* c */
            iaload
            ifeq 24
        19: .line 1299
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        20: .line 1300
            goto 28
        21: .line 1302
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int int int int
      StackMap stack:
            iload 5 /* c */
            ldc 55296
            if_icmplt 24
        22: .line 1303
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        23: .line 1304
            goto 28
        24: .line 1306
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        25: .line 1295
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int top int int
      StackMap stack:
            iload 6 /* ptr */
            iload 7 /* max */
            if_icmplt 16
        26: .line 1308
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 7 // int max
        end local 6 // int ptr
        27: .line 1278
            goto 4
        start local 5 // char c
        28: .line 1311
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int int
      StackMap stack:
            iload 5 /* c */
            sipush 255
            if_icmpgt 50
        29: .line 1312
            aload 1 /* TYPES */
            iload 5 /* c */
            iaload
            lookupswitch { // 4
                    1: 30
                    2: 31
                    3: 38
                   13: 40
              default: 49
          }
        30: .line 1314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        31: .line 1317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 33
        32: .line 1318
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        33: .line 1320
      StackMap locals:
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 35
        34: .line 1321
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        35: .line 1323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        36: .line 1325
            bipush 10
            istore 5 /* c */
        37: .line 1326
            goto 61
        38: .line 1328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        39: .line 1329
            goto 61
        40: .line 1331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 42
        41: .line 1332
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        42: .line 1334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 45
            if_icmpne 61
        43: .line 1335
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        44: .line 1336
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 46
        45: .line 1337
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        46: .line 1339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 62
            if_icmpeq 63
        47: .line 1340
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportDoubleHyphenInComments:()V
        48: .line 1342
            goto 63
        49: .line 1348
      StackMap locals:
      StackMap stack:
            goto 61
      StackMap locals:
      StackMap stack:
        50: iload 5 /* c */
            ldc 55296
            if_icmplt 61
        51: .line 1349
            iload 5 /* c */
            ldc 57344
            if_icmpge 59
        52: .line 1351
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogate:(C)C
            istore 6 /* d */
        start local 6 // char d
        53: .line 1352
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        54: .line 1353
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 57
        55: .line 1354
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        56: .line 1355
            iconst_0
            istore 4 /* outPtr */
        57: .line 1357
      StackMap locals: int
      StackMap stack:
            iload 6 /* d */
            istore 5 /* c */
        end local 6 // char d
        58: .line 1358
            goto 61
      StackMap locals:
      StackMap stack:
        59: iload 5 /* c */
            ldc 65534
            if_icmplt 61
        60: .line 1359
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        61: .line 1363
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        62: .line 1273
            goto 4
        63: .line 1365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 4 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        64: .line 1366
            return
        end local 4 // int outPtr
        end local 3 // char[] outputBuffer
        end local 2 // char[] inputBuffer
        end local 1 // int[] TYPES
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   65     0          this  Lcom/fasterxml/aalto/in/ReaderScanner;
            1   65     1         TYPES  [I
            2   65     2   inputBuffer  [C
            3   65     3  outputBuffer  [C
            4   65     4        outPtr  I
           17   25     5             c  C
           28   62     5             c  C
            5   27     6           ptr  I
           12   27     7           max  I
           13   15     8          max2  I
           53   58     6             d  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final void finishPI();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 1371
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.OTHER_CHARS:[I
            astore 1 /* TYPES */
        start local 1 // int[] TYPES
         1: .line 1372
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            astore 2 /* inputBuffer */
        start local 2 // char[] inputBuffer
         2: .line 1373
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 3 /* outputBuffer */
        start local 3 // char[] outputBuffer
         3: .line 1374
            iconst_0
            istore 4 /* outPtr */
        start local 4 // int outPtr
         4: .line 1383
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
        start local 6 // int ptr
         5: .line 1384
            iload 6 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 8
         6: .line 1385
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         7: .line 1386
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
         8: .line 1388
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int top int
      StackMap stack:
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 11
         9: .line 1389
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        10: .line 1390
            iconst_0
            istore 4 /* outPtr */
        11: .line 1392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 7 /* max */
        start local 7 // int max
        12: .line 1394
            iload 6 /* ptr */
            aload 3 /* outputBuffer */
            arraylength
            iload 4 /* outPtr */
            isub
            iadd
            istore 8 /* max2 */
        start local 8 // int max2
        13: .line 1395
            iload 8 /* max2 */
            iload 7 /* max */
            if_icmpge 25
        14: .line 1396
            iload 8 /* max2 */
            istore 7 /* max */
        end local 8 // int max2
        15: .line 1399
            goto 25
        16: .line 1400
      StackMap locals: int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 6 /* ptr */
            iinc 6 /* ptr */ 1
            caload
            istore 5 /* c */
        start local 5 // char c
        17: .line 1401
            iload 5 /* c */
            sipush 255
            if_icmpgt 21
        18: .line 1402
            aload 1 /* TYPES */
            iload 5 /* c */
            iaload
            ifeq 24
        19: .line 1403
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        20: .line 1404
            goto 28
        21: .line 1406
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int int int int
      StackMap stack:
            iload 5 /* c */
            ldc 55296
            if_icmplt 24
        22: .line 1407
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        23: .line 1408
            goto 28
        24: .line 1410
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        25: .line 1399
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int top int int
      StackMap stack:
            iload 6 /* ptr */
            iload 7 /* max */
            if_icmplt 16
        26: .line 1412
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 7 // int max
        end local 6 // int ptr
        27: .line 1382
            goto 4
        start local 5 // char c
        28: .line 1415
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int int
      StackMap stack:
            iload 5 /* c */
            sipush 255
            if_icmpgt 45
        29: .line 1416
            aload 1 /* TYPES */
            iload 5 /* c */
            iaload
            lookupswitch { // 3
                    2: 30
                    3: 37
                   12: 39
              default: 44
          }
        30: .line 1419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 32
        31: .line 1420
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        32: .line 1422
      StackMap locals:
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 34
        33: .line 1423
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        34: .line 1425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        35: .line 1426
            bipush 10
            istore 5 /* c */
        36: .line 1428
            goto 56
        37: .line 1430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        38: .line 1431
            goto 56
        39: .line 1433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 41
        40: .line 1434
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        41: .line 1436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 62
            if_icmpne 56
        42: .line 1437
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        43: .line 1438
            goto 58
        44: .line 1444
      StackMap locals:
      StackMap stack:
            goto 56
      StackMap locals:
      StackMap stack:
        45: iload 5 /* c */
            ldc 55296
            if_icmplt 56
        46: .line 1445
            iload 5 /* c */
            ldc 57344
            if_icmpge 54
        47: .line 1447
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogate:(C)C
            istore 6 /* d */
        start local 6 // char d
        48: .line 1448
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        49: .line 1449
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 52
        50: .line 1450
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        51: .line 1451
            iconst_0
            istore 4 /* outPtr */
        52: .line 1453
      StackMap locals: int
      StackMap stack:
            iload 6 /* d */
            istore 5 /* c */
        end local 6 // char d
        53: .line 1454
            goto 56
      StackMap locals:
      StackMap stack:
        54: iload 5 /* c */
            ldc 65534
            if_icmplt 56
        55: .line 1455
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        56: .line 1459
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        57: .line 1377
            goto 4
        58: .line 1461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 4 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        59: .line 1462
            return
        end local 4 // int outPtr
        end local 3 // char[] outputBuffer
        end local 2 // char[] inputBuffer
        end local 1 // int[] TYPES
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   60     0          this  Lcom/fasterxml/aalto/in/ReaderScanner;
            1   60     1         TYPES  [I
            2   60     2   inputBuffer  [C
            3   60     3  outputBuffer  [C
            4   60     4        outPtr  I
           17   25     5             c  C
           28   57     5             c  C
            5   27     6           ptr  I
           12   27     7           max  I
           13   15     8          max2  I
           48   53     6             d  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final void finishDTD(boolean);
    descriptor: (Z)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=11, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // boolean copyContents
         0: .line 1467
            iload 1 /* copyContents */
            ifeq 2
         1: .line 1468
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            goto 3
      StackMap locals:
      StackMap stack:
         2: aconst_null
         3: .line 1467
      StackMap locals:
      StackMap stack: char[]
            astore 2 /* outputBuffer */
        start local 2 // char[] outputBuffer
         4: .line 1469
            iconst_0
            istore 3 /* outPtr */
        start local 3 // int outPtr
         5: .line 1471
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.DTD_CHARS:[I
            astore 4 /* TYPES */
        start local 4 // int[] TYPES
         6: .line 1472
            iconst_0
            istore 5 /* inDecl */
        start local 5 // boolean inDecl
         7: .line 1473
            iconst_0
            istore 6 /* quoteChar */
        start local 6 // int quoteChar
         8: .line 1484
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int char[] int int[] int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 8 /* ptr */
        start local 8 // int ptr
         9: .line 1485
            iload 8 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 12
        10: .line 1486
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        11: .line 1487
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 8 /* ptr */
        12: .line 1489
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int char[] int int[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 9 /* max */
        start local 9 // int max
        13: .line 1490
            aload 2 /* outputBuffer */
            ifnull 31
        14: .line 1491
            iload 3 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 17
        15: .line 1492
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 2 /* outputBuffer */
        16: .line 1493
            iconst_0
            istore 3 /* outPtr */
        17: .line 1496
      StackMap locals: int
      StackMap stack:
            iload 8 /* ptr */
            aload 2 /* outputBuffer */
            arraylength
            iload 3 /* outPtr */
            isub
            iadd
            istore 10 /* max2 */
        start local 10 // int max2
        18: .line 1497
            iload 10 /* max2 */
            iload 9 /* max */
            if_icmpge 31
        19: .line 1498
            iload 10 /* max2 */
            istore 9 /* max */
        end local 10 // int max2
        20: .line 1502
            goto 31
        21: .line 1503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            iload 8 /* ptr */
            iinc 8 /* ptr */ 1
            caload
            istore 7 /* c */
        start local 7 // char c
        22: .line 1504
            iload 7 /* c */
            sipush 255
            if_icmpgt 26
        23: .line 1505
            aload 4 /* TYPES */
            iload 7 /* c */
            iaload
            ifeq 29
        24: .line 1506
            aload 0 /* this */
            iload 8 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        25: .line 1507
            goto 34
        26: .line 1509
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int char[] int int[] int int int int int
      StackMap stack:
            iload 7 /* c */
            ldc 55296
            if_icmplt 29
        27: .line 1510
            aload 0 /* this */
            iload 8 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        28: .line 1511
            goto 34
        29: .line 1513
      StackMap locals:
      StackMap stack:
            aload 2 /* outputBuffer */
            ifnull 31
        30: .line 1514
            aload 2 /* outputBuffer */
            iload 3 /* outPtr */
            iinc 3 /* outPtr */ 1
            iload 7 /* c */
            castore
        end local 7 // char c
        31: .line 1502
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int char[] int int[] int int top int int
      StackMap stack:
            iload 8 /* ptr */
            iload 9 /* max */
            if_icmplt 21
        32: .line 1517
            aload 0 /* this */
            iload 8 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 9 // int max
        end local 8 // int ptr
        33: .line 1483
            goto 8
        start local 7 // char c
        34: .line 1520
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int char[] int int[] int int int
      StackMap stack:
            iload 7 /* c */
            sipush 255
            if_icmpgt 61
        35: .line 1521
            aload 4 /* TYPES */
            iload 7 /* c */
            iaload
            tableswitch { // 1 - 11
                    1: 36
                    2: 37
                    3: 44
                    4: 60
                    5: 60
                    6: 60
                    7: 60
                    8: 46
                    9: 52
                   10: 55
                   11: 58
              default: 60
          }
        36: .line 1523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 7 /* c */
        37: .line 1526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 39
        38: .line 1527
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        39: .line 1529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 41
        40: .line 1530
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        41: .line 1532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        42: .line 1534
            bipush 10
            istore 7 /* c */
        43: .line 1535
            goto 73
        44: .line 1537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        45: .line 1538
            goto 73
        46: .line 1541
      StackMap locals:
      StackMap stack:
            iload 6 /* quoteChar */
            ifne 49
        47: .line 1542
            iload 7 /* c */
            istore 6 /* quoteChar */
        48: .line 1543
            goto 73
        49: .line 1544
      StackMap locals:
      StackMap stack:
            iload 6 /* quoteChar */
            iload 7 /* c */
            if_icmpne 73
        50: .line 1545
            iconst_0
            istore 6 /* quoteChar */
        51: .line 1548
            goto 73
        52: .line 1551
      StackMap locals:
      StackMap stack:
            iload 5 /* inDecl */
            ifne 73
        53: .line 1552
            iconst_1
            istore 5 /* inDecl */
        54: .line 1554
            goto 73
        55: .line 1556
      StackMap locals:
      StackMap stack:
            iload 6 /* quoteChar */
            ifne 73
        56: .line 1557
            iconst_0
            istore 5 /* inDecl */
        57: .line 1559
            goto 73
        58: .line 1561
      StackMap locals:
      StackMap stack:
            iload 5 /* inDecl */
            ifne 73
            iload 6 /* quoteChar */
            ifne 73
        59: .line 1562
            goto 76
        60: .line 1568
      StackMap locals:
      StackMap stack:
            goto 73
      StackMap locals:
      StackMap stack:
        61: iload 7 /* c */
            ldc 55296
            if_icmplt 73
        62: .line 1569
            iload 7 /* c */
            ldc 57344
            if_icmpge 71
        63: .line 1571
            aload 0 /* this */
            iload 7 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogate:(C)C
            istore 8 /* d */
        start local 8 // char d
        64: .line 1572
            aload 2 /* outputBuffer */
            ifnull 69
        65: .line 1573
            aload 2 /* outputBuffer */
            iload 3 /* outPtr */
            iinc 3 /* outPtr */ 1
            iload 7 /* c */
            castore
        66: .line 1574
            iload 3 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 69
        67: .line 1575
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 2 /* outputBuffer */
        68: .line 1576
            iconst_0
            istore 3 /* outPtr */
        69: .line 1579
      StackMap locals: int
      StackMap stack:
            iload 8 /* d */
            istore 7 /* c */
        end local 8 // char d
        70: .line 1580
            goto 73
      StackMap locals:
      StackMap stack:
        71: iload 7 /* c */
            ldc 65534
            if_icmplt 73
        72: .line 1581
            aload 0 /* this */
            iload 7 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 7 /* c */
        73: .line 1585
      StackMap locals:
      StackMap stack:
            aload 2 /* outputBuffer */
            ifnull 8
        74: .line 1586
            aload 2 /* outputBuffer */
            iload 3 /* outPtr */
            iinc 3 /* outPtr */ 1
            iload 7 /* c */
            castore
        end local 7 // char c
        75: .line 1476
            goto 8
        76: .line 1589
      StackMap locals:
      StackMap stack:
            aload 2 /* outputBuffer */
            ifnull 78
        77: .line 1590
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 3 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        78: .line 1594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aconst_null
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipInternalWs:(ZLjava/lang/String;)C
            istore 7 /* c */
        start local 7 // char c
        79: .line 1595
            iload 7 /* c */
            bipush 62
            if_icmpeq 81
        80: .line 1596
            aload 0 /* this */
            iload 7 /* c */
            ldc " expected '>' after the internal subset"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        81: .line 1598
      StackMap locals: int
      StackMap stack:
            return
        end local 7 // char c
        end local 6 // int quoteChar
        end local 5 // boolean inDecl
        end local 4 // int[] TYPES
        end local 3 // int outPtr
        end local 2 // char[] outputBuffer
        end local 1 // boolean copyContents
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   82     0          this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   82     1  copyContents  Z
            4   82     2  outputBuffer  [C
            5   82     3        outPtr  I
            6   82     4         TYPES  [I
            7   82     5        inDecl  Z
            8   82     6     quoteChar  I
           22   31     7             c  C
           34   75     7             c  C
            9   33     8           ptr  I
           13   33     9           max  I
           18   20    10          max2  I
           64   70     8             d  C
           79   82     7             c  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
              Name  Flags
      copyContents  

  protected final void finishCData();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 1603
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.OTHER_CHARS:[I
            astore 1 /* TYPES */
        start local 1 // int[] TYPES
         1: .line 1604
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            astore 2 /* inputBuffer */
        start local 2 // char[] inputBuffer
         2: .line 1605
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 3 /* outputBuffer */
        start local 3 // char[] outputBuffer
         3: .line 1606
            iconst_0
            istore 4 /* outPtr */
        start local 4 // int outPtr
         4: .line 1617
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
        start local 6 // int ptr
         5: .line 1618
            iload 6 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 8
         6: .line 1619
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         7: .line 1620
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
         8: .line 1622
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int top int
      StackMap stack:
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 11
         9: .line 1623
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        10: .line 1624
            iconst_0
            istore 4 /* outPtr */
        11: .line 1626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 7 /* max */
        start local 7 // int max
        12: .line 1628
            iload 6 /* ptr */
            aload 3 /* outputBuffer */
            arraylength
            iload 4 /* outPtr */
            isub
            iadd
            istore 8 /* max2 */
        start local 8 // int max2
        13: .line 1629
            iload 8 /* max2 */
            iload 7 /* max */
            if_icmpge 25
        14: .line 1630
            iload 8 /* max2 */
            istore 7 /* max */
        end local 8 // int max2
        15: .line 1633
            goto 25
        16: .line 1634
      StackMap locals: int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 6 /* ptr */
            iinc 6 /* ptr */ 1
            caload
            istore 5 /* c */
        start local 5 // char c
        17: .line 1635
            iload 5 /* c */
            sipush 255
            if_icmpgt 21
        18: .line 1636
            aload 1 /* TYPES */
            iload 5 /* c */
            iaload
            ifeq 24
        19: .line 1637
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        20: .line 1638
            goto 28
        21: .line 1640
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int int int int
      StackMap stack:
            iload 5 /* c */
            ldc 55296
            if_icmplt 24
        22: .line 1641
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        23: .line 1642
            goto 28
        24: .line 1644
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        25: .line 1633
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int top int int
      StackMap stack:
            iload 6 /* ptr */
            iload 7 /* max */
            if_icmplt 16
        26: .line 1646
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 7 // int max
        end local 6 // int ptr
        27: .line 1616
            goto 4
        start local 5 // char c
        28: .line 1649
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int int
      StackMap stack:
            iload 5 /* c */
            sipush 255
            if_icmpgt 65
        29: .line 1650
            aload 1 /* TYPES */
            iload 5 /* c */
            iaload
            lookupswitch { // 4
                    1: 30
                    2: 31
                    3: 38
                   11: 40
              default: 64
          }
        30: .line 1652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        31: .line 1655
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 33
        32: .line 1656
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        33: .line 1658
      StackMap locals:
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 35
        34: .line 1659
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        35: .line 1661
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        36: .line 1663
            bipush 10
            istore 5 /* c */
        37: .line 1664
            goto 76
        38: .line 1666
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        39: .line 1667
            goto 76
        40: .line 1674
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* count */
        start local 6 // int count
        41: .line 1678
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 43
        42: .line 1679
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        43: .line 1681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 7 /* d */
        start local 7 // char d
        44: .line 1682
            iload 7 /* d */
            bipush 93
            if_icmpeq 46
        45: .line 1683
            goto 49
        46: .line 1685
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        47: .line 1686
            iinc 6 /* count */ 1
        48: .line 1687
            goto 41
        49: .line 1690
      StackMap locals:
      StackMap stack:
            iload 7 /* d */
            bipush 62
            if_icmpne 50
            iload 6 /* count */
            iconst_1
            if_icmplt 50
            iconst_1
            goto 51
      StackMap locals:
      StackMap stack:
        50: iconst_0
      StackMap locals:
      StackMap stack: int
        51: istore 8 /* ok */
        start local 8 // boolean ok
        52: .line 1691
            iload 8 /* ok */
            ifeq 60
        53: .line 1692
            iinc 6 /* count */ -1
        54: .line 1695
            goto 60
        55: .line 1696
      StackMap locals: int
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            bipush 93
            castore
        56: .line 1697
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 59
        57: .line 1698
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        58: .line 1699
            iconst_0
            istore 4 /* outPtr */
        59: .line 1695
      StackMap locals:
      StackMap stack:
            iinc 6 /* count */ -1
      StackMap locals:
      StackMap stack:
        60: iload 6 /* count */
            ifgt 55
        61: .line 1702
            iload 8 /* ok */
            ifeq 76
        62: .line 1703
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        63: .line 1704
            goto 78
        end local 8 // boolean ok
        end local 7 // char d
        end local 6 // int count
        64: .line 1710
      StackMap locals:
      StackMap stack:
            goto 76
      StackMap locals:
      StackMap stack:
        65: iload 5 /* c */
            ldc 55296
            if_icmplt 76
        66: .line 1711
            iload 5 /* c */
            ldc 57344
            if_icmpge 74
        67: .line 1713
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogate:(C)C
            istore 6 /* d */
        start local 6 // char d
        68: .line 1714
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        69: .line 1715
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 72
        70: .line 1716
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        71: .line 1717
            iconst_0
            istore 4 /* outPtr */
        72: .line 1719
      StackMap locals: int
      StackMap stack:
            iload 6 /* d */
            istore 5 /* c */
        end local 6 // char d
        73: .line 1720
            goto 76
      StackMap locals:
      StackMap stack:
        74: iload 5 /* c */
            ldc 65534
            if_icmplt 76
        75: .line 1721
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        76: .line 1725
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        77: .line 1612
            goto 4
        78: .line 1728
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 4 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        79: .line 1732
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._cfgCoalescing:Z
            ifeq 81
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._entityPending:Z
            ifne 81
        80: .line 1733
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishCoalescedText:()V
        81: .line 1735
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int outPtr
        end local 3 // char[] outputBuffer
        end local 2 // char[] inputBuffer
        end local 1 // int[] TYPES
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   82     0          this  Lcom/fasterxml/aalto/in/ReaderScanner;
            1   82     1         TYPES  [I
            2   82     2   inputBuffer  [C
            3   82     3  outputBuffer  [C
            4   82     4        outPtr  I
           17   25     5             c  C
           28   77     5             c  C
            5   27     6           ptr  I
           12   27     7           max  I
           13   15     8          max2  I
           41   64     6         count  I
           44   64     7             d  C
           52   64     8            ok  Z
           68   73     6             d  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final void finishCharacters();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 1745
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner.mTmpChar:I
            istore 3 /* c */
        start local 3 // int c
         1: .line 1746
            iload 3 /* c */
            ifge 11
         2: .line 1747
            iload 3 /* c */
            ineg
            istore 3 /* c */
         3: .line 1748
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 2 /* outputBuffer */
        start local 2 // char[] outputBuffer
         4: .line 1749
            iconst_0
            istore 1 /* outPtr */
        start local 1 // int outPtr
         5: .line 1750
            iload 3 /* c */
            bipush 16
            ishr
            ifeq 9
         6: .line 1751
            iload 3 /* c */
            ldc 65536
            isub
            istore 3 /* c */
         7: .line 1755
            aload 2 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            ldc 55296
            iload 3 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
         8: .line 1756
            ldc 56320
            iload 3 /* c */
            sipush 1023
            iand
            ior
            istore 3 /* c */
         9: .line 1758
      StackMap locals: int char[] int
      StackMap stack:
            aload 2 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            iload 3 /* c */
            i2c
            castore
        10: .line 1759
            goto 20
        end local 2 // char[] outputBuffer
        end local 1 // int outPtr
        11: .line 1760
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner top top int
      StackMap stack:
            iload 3 /* c */
            bipush 13
            if_icmpeq 12
            iload 3 /* c */
            bipush 10
            if_icmpne 18
        12: .line 1761
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        13: .line 1762
            aload 0 /* this */
            iload 3 /* c */
            i2c
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkInTreeIndentation:(C)I
            istore 1 /* outPtr */
        start local 1 // int outPtr
        14: .line 1763
            iload 1 /* outPtr */
            ifge 16
        15: .line 1764
            return
        16: .line 1767
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            astore 2 /* outputBuffer */
        start local 2 // char[] outputBuffer
        17: .line 1768
            goto 20
        end local 2 // char[] outputBuffer
        end local 1 // int outPtr
        18: .line 1769
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner top top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 2 /* outputBuffer */
        start local 2 // char[] outputBuffer
        19: .line 1770
            iconst_0
            istore 1 /* outPtr */
        end local 3 // int c
        start local 1 // int outPtr
        20: .line 1775
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int char[]
      StackMap stack:
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.TEXT_CHARS:[I
            astore 3 /* TYPES */
        start local 3 // int[] TYPES
        21: .line 1776
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            astore 4 /* inputBuffer */
        start local 4 // char[] inputBuffer
        22: .line 1785
      StackMap locals: int[] char[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
        start local 6 // int ptr
        23: .line 1786
            iload 6 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 26
        24: .line 1787
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        25: .line 1788
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
        26: .line 1790
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int char[] int[] char[] top int
      StackMap stack:
            iload 1 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 29
        27: .line 1791
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 2 /* outputBuffer */
        28: .line 1792
            iconst_0
            istore 1 /* outPtr */
        29: .line 1794
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 7 /* max */
        start local 7 // int max
        30: .line 1796
            iload 6 /* ptr */
            aload 2 /* outputBuffer */
            arraylength
            iload 1 /* outPtr */
            isub
            iadd
            istore 8 /* max2 */
        start local 8 // int max2
        31: .line 1797
            iload 8 /* max2 */
            iload 7 /* max */
            if_icmpge 43
        32: .line 1798
            iload 8 /* max2 */
            istore 7 /* max */
        end local 8 // int max2
        33: .line 1801
            goto 43
        34: .line 1802
      StackMap locals: int
      StackMap stack:
            aload 4 /* inputBuffer */
            iload 6 /* ptr */
            iinc 6 /* ptr */ 1
            caload
            istore 5 /* c */
        start local 5 // char c
        35: .line 1803
            iload 5 /* c */
            sipush 255
            if_icmpgt 39
        36: .line 1804
            aload 3 /* TYPES */
            iload 5 /* c */
            iaload
            ifeq 42
        37: .line 1805
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        38: .line 1806
            goto 46
        39: .line 1808
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int char[] int[] char[] int int int
      StackMap stack:
            iload 5 /* c */
            ldc 55296
            if_icmplt 42
        40: .line 1809
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        41: .line 1810
            goto 46
        42: .line 1812
      StackMap locals:
      StackMap stack:
            aload 2 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        43: .line 1801
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int char[] int[] char[] top int int
      StackMap stack:
            iload 6 /* ptr */
            iload 7 /* max */
            if_icmplt 34
        44: .line 1814
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 7 // int max
        end local 6 // int ptr
        45: .line 1784
            goto 22
        start local 5 // char c
        46: .line 1817
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int char[] int[] char[] int
      StackMap stack:
            iload 5 /* c */
            sipush 255
            if_icmpgt 95
        47: .line 1818
            aload 3 /* TYPES */
            iload 5 /* c */
            iaload
            tableswitch { // 1 - 11
                    1: 48
                    2: 49
                    3: 58
                    4: 94
                    5: 94
                    6: 94
                    7: 94
                    8: 94
                    9: 60
                   10: 62
                   11: 75
              default: 94
          }
        48: .line 1820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        49: .line 1823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
        start local 6 // int ptr
        50: .line 1824
            iload 6 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 53
        51: .line 1825
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        52: .line 1826
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
        53: .line 1828
      StackMap locals: int
      StackMap stack:
            aload 4 /* inputBuffer */
            iload 6 /* ptr */
            caload
            bipush 10
            if_icmpne 55
        54: .line 1829
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        55: .line 1831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        end local 6 // int ptr
        56: .line 1833
            bipush 10
            istore 5 /* c */
        57: .line 1834
            goto 106
        58: .line 1836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        59: .line 1837
            goto 106
        60: .line 1839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        61: .line 1840
            goto 108
        62: .line 1843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleEntityInText:(Z)I
            istore 6 /* d */
        start local 6 // int d
        63: .line 1844
            iload 6 /* d */
            ifne 66
        64: .line 1846
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ReaderScanner._entityPending:Z
        65: .line 1847
            goto 108
        66: .line 1850
      StackMap locals: int
      StackMap stack:
            iload 6 /* d */
            bipush 16
            ishr
            ifeq 73
        67: .line 1851
            iload 6 /* d */
            ldc 65536
            isub
            istore 6 /* d */
        68: .line 1852
            aload 2 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            ldc 55296
            iload 6 /* d */
            bipush 10
            ishr
            ior
            i2c
            castore
        69: .line 1854
            iload 1 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 72
        70: .line 1855
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 2 /* outputBuffer */
        71: .line 1856
            iconst_0
            istore 1 /* outPtr */
        72: .line 1858
      StackMap locals:
      StackMap stack:
            ldc 56320
            iload 6 /* d */
            sipush 1023
            iand
            ior
            istore 6 /* d */
        73: .line 1860
      StackMap locals:
      StackMap stack:
            iload 6 /* d */
            i2c
            istore 5 /* c */
        end local 6 // int d
        74: .line 1862
            goto 106
        75: .line 1867
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 6 /* count */
        start local 6 // int count
        76: .line 1869
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 78
        77: .line 1870
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        78: .line 1872
      StackMap locals:
      StackMap stack:
            aload 4 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 5 /* c */
        79: .line 1873
            iload 5 /* c */
            bipush 93
            if_icmpeq 81
        80: .line 1874
            goto 84
        81: .line 1876
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        82: .line 1877
            iinc 6 /* count */ 1
        83: .line 1868
            goto 76
        84: .line 1879
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 62
            if_icmpne 92
            iload 6 /* count */
            iconst_1
            if_icmple 92
        85: .line 1880
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportIllegalCDataEnd:()V
        86: .line 1884
            goto 92
        87: .line 1885
      StackMap locals:
      StackMap stack:
            aload 2 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            bipush 93
            castore
        88: .line 1886
            iload 1 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 91
        89: .line 1887
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 2 /* outputBuffer */
        90: .line 1888
            iconst_0
            istore 1 /* outPtr */
        91: .line 1891
      StackMap locals:
      StackMap stack:
            iinc 6 /* count */ -1
        92: .line 1884
      StackMap locals:
      StackMap stack:
            iload 6 /* count */
            iconst_1
            if_icmpgt 87
        end local 6 // int count
        93: .line 1895
            bipush 93
            istore 5 /* c */
        94: .line 1900
      StackMap locals:
      StackMap stack:
            goto 106
      StackMap locals:
      StackMap stack:
        95: iload 5 /* c */
            ldc 55296
            if_icmplt 106
        96: .line 1901
            iload 5 /* c */
            ldc 57344
            if_icmpge 104
        97: .line 1903
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogate:(C)C
            istore 6 /* d */
        start local 6 // char d
        98: .line 1904
            aload 2 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            iload 5 /* c */
            castore
        99: .line 1905
            iload 1 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 102
       100: .line 1906
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 2 /* outputBuffer */
       101: .line 1907
            iconst_0
            istore 1 /* outPtr */
       102: .line 1909
      StackMap locals: int
      StackMap stack:
            iload 6 /* d */
            istore 5 /* c */
        end local 6 // char d
       103: .line 1910
            goto 106
      StackMap locals:
      StackMap stack:
       104: iload 5 /* c */
            ldc 65534
            if_icmplt 106
       105: .line 1911
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
       106: .line 1914
      StackMap locals:
      StackMap stack:
            aload 2 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
       107: .line 1779
            goto 22
       108: .line 1916
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 1 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
       109: .line 1919
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._cfgCoalescing:Z
            ifeq 111
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._entityPending:Z
            ifne 111
       110: .line 1920
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishCoalescedText:()V
       111: .line 1922
      StackMap locals:
      StackMap stack:
            return
        end local 4 // char[] inputBuffer
        end local 3 // int[] TYPES
        end local 2 // char[] outputBuffer
        end local 1 // int outPtr
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0  112     0          this  Lcom/fasterxml/aalto/in/ReaderScanner;
            5   11     1        outPtr  I
           14   18     1        outPtr  I
           20  112     1        outPtr  I
            4   11     2  outputBuffer  [C
           17   18     2  outputBuffer  [C
           19  112     2  outputBuffer  [C
            1   20     3             c  I
           21  112     3         TYPES  [I
           22  112     4   inputBuffer  [C
           35   43     5             c  C
           46  107     5             c  C
           23   45     6           ptr  I
           30   45     7           max  I
           31   33     8          max2  I
           50   56     6           ptr  I
           63   74     6             d  I
           76   93     6         count  I
           98  103     6             d  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final void finishSpace();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 1930
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner.mTmpChar:I
            i2c
            istore 1 /* tmp */
        start local 1 // char tmp
         1: .line 1934
            iload 1 /* tmp */
            bipush 13
            if_icmpeq 2
            iload 1 /* tmp */
            bipush 10
            if_icmpne 7
         2: .line 1935
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tmp */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkPrologIndentation:(C)I
            istore 3 /* outPtr */
        start local 3 // int outPtr
         3: .line 1936
            iload 3 /* outPtr */
            ifge 5
         4: .line 1937
            return
         5: .line 1940
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            astore 2 /* outputBuffer */
        start local 2 // char[] outputBuffer
         6: .line 1941
            goto 10
        end local 3 // int outPtr
        end local 2 // char[] outputBuffer
         7: .line 1942
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 2 /* outputBuffer */
        start local 2 // char[] outputBuffer
         8: .line 1943
            aload 2 /* outputBuffer */
            iconst_0
            iload 1 /* tmp */
            castore
         9: .line 1944
            iconst_1
            istore 3 /* outPtr */
        start local 3 // int outPtr
        10: .line 1947
      StackMap locals: char[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
        start local 4 // int ptr
        11: .line 1950
      StackMap locals: int
      StackMap stack:
            iload 4 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 15
        12: .line 1951
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 14
        13: .line 1952
            goto 44
        14: .line 1954
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
        15: .line 1956
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            iload 4 /* ptr */
            caload
            istore 5 /* c */
        start local 5 // char c
        16: .line 1957
            iload 5 /* c */
            bipush 32
            if_icmple 18
        17: .line 1958
            goto 44
        18: .line 1960
      StackMap locals: int
      StackMap stack:
            iinc 4 /* ptr */ 1
        19: .line 1962
            iload 5 /* c */
            bipush 10
            if_icmpne 22
        20: .line 1963
            aload 0 /* this */
            iload 4 /* ptr */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:(I)V
        21: .line 1964
            goto 39
      StackMap locals:
      StackMap stack:
        22: iload 5 /* c */
            bipush 13
            if_icmpne 36
        23: .line 1965
            iload 4 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 31
        24: .line 1966
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 30
        25: .line 1967
            iload 3 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 28
        26: .line 1968
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 2 /* outputBuffer */
        27: .line 1969
            iconst_0
            istore 3 /* outPtr */
        28: .line 1971
      StackMap locals:
      StackMap stack:
            aload 2 /* outputBuffer */
            iload 3 /* outPtr */
            iinc 3 /* outPtr */ 1
            bipush 10
            castore
        29: .line 1972
            goto 44
        30: .line 1974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
        31: .line 1976
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            iload 4 /* ptr */
            caload
            bipush 10
            if_icmpne 33
        32: .line 1977
            iinc 4 /* ptr */ 1
        33: .line 1979
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* ptr */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:(I)V
        34: .line 1980
            bipush 10
            istore 5 /* c */
        35: .line 1981
            goto 39
      StackMap locals:
      StackMap stack:
        36: iload 5 /* c */
            bipush 32
            if_icmpeq 39
            iload 5 /* c */
            bipush 9
            if_icmpeq 39
        37: .line 1982
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        38: .line 1983
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwInvalidSpace:(I)V
        39: .line 1987
      StackMap locals:
      StackMap stack:
            iload 3 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 42
        40: .line 1988
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 2 /* outputBuffer */
        41: .line 1989
            iconst_0
            istore 3 /* outPtr */
        42: .line 1991
      StackMap locals:
      StackMap stack:
            aload 2 /* outputBuffer */
            iload 3 /* outPtr */
            iinc 3 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        43: .line 1949
            goto 11
        44: .line 1994
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        45: .line 1995
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 3 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        46: .line 1996
            return
        end local 4 // int ptr
        end local 3 // int outPtr
        end local 2 // char[] outputBuffer
        end local 1 // char tmp
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   47     0          this  Lcom/fasterxml/aalto/in/ReaderScanner;
            1   47     1           tmp  C
            6    7     2  outputBuffer  [C
            8   47     2  outputBuffer  [C
            3    7     3        outPtr  I
           10   47     3        outPtr  I
           11   47     4           ptr  I
           16   43     5             c  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final void finishCoalescedText();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 2016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 3
         1: .line 2017
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 3
         2: .line 2018
            return
         3: .line 2022
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 60
            if_icmpne 22
         4: .line 2026
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_3
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 7
         5: .line 2027
            aload 0 /* this */
            iconst_3
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadAndRetain:(I)Z
            ifne 7
         6: .line 2029
            return
         7: .line 2032
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            caload
            bipush 33
            if_icmpne 9
         8: .line 2033
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_2
            iadd
            caload
            bipush 91
            if_icmpeq 10
         9: .line 2035
      StackMap locals:
      StackMap stack:
            return
        10: .line 2038
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_3
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        11: .line 2039
            iconst_0
            istore 1 /* i */
        start local 1 // int i
        12: goto 19
        13: .line 2040
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 15
        14: .line 2041
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        15: .line 2043
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        start local 2 // char c
        16: .line 2044
            iload 2 /* c */
            ldc "CDATA["
            iload 1 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 18
        17: .line 2045
            aload 0 /* this */
            iload 2 /* c */
            new java.lang.StringBuilder
            dup
            ldc " (expected '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "CDATA["
            iload 1 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            ldc "' for CDATA section)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
        end local 2 // char c
        18: .line 2039
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 1 /* i */
            bipush 6
            if_icmplt 13
        end local 1 // int i
        20: .line 2048
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishCoalescedCData:()V
        21: .line 2049
            goto 0
        22: .line 2050
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishCoalescedCharacters:()V
        23: .line 2051
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._entityPending:Z
            ifeq 0
        24: .line 2056
            return
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
           12   20     1     i  I
           16   18     2     c  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final void finishCoalescedCData();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 2063
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.OTHER_CHARS:[I
            astore 1 /* TYPES */
        start local 1 // int[] TYPES
         1: .line 2064
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            astore 2 /* inputBuffer */
        start local 2 // char[] inputBuffer
         2: .line 2066
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            astore 3 /* outputBuffer */
        start local 3 // char[] outputBuffer
         3: .line 2067
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getCurrentLength:()I
            istore 4 /* outPtr */
        start local 4 // int outPtr
         4: .line 2078
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
        start local 6 // int ptr
         5: .line 2079
            iload 6 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 8
         6: .line 2080
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         7: .line 2081
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
         8: .line 2083
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int top int
      StackMap stack:
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 11
         9: .line 2084
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        10: .line 2085
            iconst_0
            istore 4 /* outPtr */
        11: .line 2087
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 7 /* max */
        start local 7 // int max
        12: .line 2089
            iload 6 /* ptr */
            aload 3 /* outputBuffer */
            arraylength
            iload 4 /* outPtr */
            isub
            iadd
            istore 8 /* max2 */
        start local 8 // int max2
        13: .line 2090
            iload 8 /* max2 */
            iload 7 /* max */
            if_icmpge 25
        14: .line 2091
            iload 8 /* max2 */
            istore 7 /* max */
        end local 8 // int max2
        15: .line 2094
            goto 25
        16: .line 2095
      StackMap locals: int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 6 /* ptr */
            iinc 6 /* ptr */ 1
            caload
            istore 5 /* c */
        start local 5 // char c
        17: .line 2096
            iload 5 /* c */
            sipush 255
            if_icmpgt 21
        18: .line 2097
            aload 1 /* TYPES */
            iload 5 /* c */
            iaload
            ifeq 24
        19: .line 2098
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        20: .line 2099
            goto 28
        21: .line 2101
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int int int int
      StackMap stack:
            iload 5 /* c */
            ldc 55296
            if_icmplt 24
        22: .line 2102
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        23: .line 2103
            goto 28
        24: .line 2105
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        25: .line 2094
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int top int int
      StackMap stack:
            iload 6 /* ptr */
            iload 7 /* max */
            if_icmplt 16
        26: .line 2107
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 7 // int max
        end local 6 // int ptr
        27: .line 2077
            goto 4
        start local 5 // char c
        28: .line 2110
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int int
      StackMap stack:
            iload 5 /* c */
            sipush 255
            if_icmpgt 65
        29: .line 2111
            aload 1 /* TYPES */
            iload 5 /* c */
            iaload
            lookupswitch { // 4
                    1: 30
                    2: 31
                    3: 38
                   11: 40
              default: 64
          }
        30: .line 2113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        31: .line 2116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 33
        32: .line 2117
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        33: .line 2119
      StackMap locals:
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 35
        34: .line 2120
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        35: .line 2122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        36: .line 2124
            bipush 10
            istore 5 /* c */
        37: .line 2125
            goto 76
        38: .line 2127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        39: .line 2128
            goto 76
        40: .line 2135
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* count */
        start local 6 // int count
        41: .line 2139
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 43
        42: .line 2140
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        43: .line 2142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 7 /* d */
        start local 7 // char d
        44: .line 2143
            iload 7 /* d */
            bipush 93
            if_icmpeq 46
        45: .line 2144
            goto 49
        46: .line 2146
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        47: .line 2147
            iinc 6 /* count */ 1
        48: .line 2148
            goto 41
        49: .line 2151
      StackMap locals:
      StackMap stack:
            iload 7 /* d */
            bipush 62
            if_icmpne 50
            iload 6 /* count */
            iconst_1
            if_icmplt 50
            iconst_1
            goto 51
      StackMap locals:
      StackMap stack:
        50: iconst_0
      StackMap locals:
      StackMap stack: int
        51: istore 8 /* ok */
        start local 8 // boolean ok
        52: .line 2152
            iload 8 /* ok */
            ifeq 60
        53: .line 2153
            iinc 6 /* count */ -1
        54: .line 2156
            goto 60
        55: .line 2157
      StackMap locals: int
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            bipush 93
            castore
        56: .line 2158
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 59
        57: .line 2159
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        58: .line 2160
            iconst_0
            istore 4 /* outPtr */
        59: .line 2156
      StackMap locals:
      StackMap stack:
            iinc 6 /* count */ -1
      StackMap locals:
      StackMap stack:
        60: iload 6 /* count */
            ifgt 55
        61: .line 2163
            iload 8 /* ok */
            ifeq 76
        62: .line 2164
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        63: .line 2165
            goto 78
        end local 8 // boolean ok
        end local 7 // char d
        end local 6 // int count
        64: .line 2171
      StackMap locals:
      StackMap stack:
            goto 76
      StackMap locals:
      StackMap stack:
        65: iload 5 /* c */
            ldc 55296
            if_icmplt 76
        66: .line 2172
            iload 5 /* c */
            ldc 57344
            if_icmpge 74
        67: .line 2174
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogate:(C)C
            istore 6 /* d */
        start local 6 // char d
        68: .line 2175
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        69: .line 2176
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 72
        70: .line 2177
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        71: .line 2178
            iconst_0
            istore 4 /* outPtr */
        72: .line 2180
      StackMap locals: int
      StackMap stack:
            iload 6 /* d */
            istore 5 /* c */
        end local 6 // char d
        73: .line 2181
            goto 76
      StackMap locals:
      StackMap stack:
        74: iload 5 /* c */
            ldc 65534
            if_icmplt 76
        75: .line 2182
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        76: .line 2186
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        77: .line 2073
            goto 4
        78: .line 2188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 4 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        79: .line 2189
            return
        end local 4 // int outPtr
        end local 3 // char[] outputBuffer
        end local 2 // char[] inputBuffer
        end local 1 // int[] TYPES
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   80     0          this  Lcom/fasterxml/aalto/in/ReaderScanner;
            1   80     1         TYPES  [I
            2   80     2   inputBuffer  [C
            3   80     3  outputBuffer  [C
            4   80     4        outPtr  I
           17   25     5             c  C
           28   77     5             c  C
            5   27     6           ptr  I
           12   27     7           max  I
           13   15     8          max2  I
           41   64     6         count  I
           44   64     7             d  C
           52   64     8            ok  Z
           68   73     6             d  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final void finishCoalescedCharacters();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 2198
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.TEXT_CHARS:[I
            astore 1 /* TYPES */
        start local 1 // int[] TYPES
         1: .line 2199
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            astore 2 /* inputBuffer */
        start local 2 // char[] inputBuffer
         2: .line 2201
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            astore 3 /* outputBuffer */
        start local 3 // char[] outputBuffer
         3: .line 2202
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getCurrentLength:()I
            istore 4 /* outPtr */
        start local 4 // int outPtr
         4: .line 2210
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
        start local 6 // int ptr
         5: .line 2211
            iload 6 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 8
         6: .line 2212
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         7: .line 2213
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
         8: .line 2215
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int top int
      StackMap stack:
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 11
         9: .line 2216
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        10: .line 2217
            iconst_0
            istore 4 /* outPtr */
        11: .line 2219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 7 /* max */
        start local 7 // int max
        12: .line 2221
            iload 6 /* ptr */
            aload 3 /* outputBuffer */
            arraylength
            iload 4 /* outPtr */
            isub
            iadd
            istore 8 /* max2 */
        start local 8 // int max2
        13: .line 2222
            iload 8 /* max2 */
            iload 7 /* max */
            if_icmpge 25
        14: .line 2223
            iload 8 /* max2 */
            istore 7 /* max */
        end local 8 // int max2
        15: .line 2226
            goto 25
        16: .line 2227
      StackMap locals: int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 6 /* ptr */
            iinc 6 /* ptr */ 1
            caload
            istore 5 /* c */
        start local 5 // char c
        17: .line 2228
            iload 5 /* c */
            sipush 255
            if_icmpgt 21
        18: .line 2229
            aload 1 /* TYPES */
            iload 5 /* c */
            iaload
            ifeq 24
        19: .line 2230
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        20: .line 2231
            goto 28
        21: .line 2233
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int int int int
      StackMap stack:
            iload 5 /* c */
            ldc 55296
            if_icmplt 24
        22: .line 2234
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        23: .line 2235
            goto 28
        24: .line 2237
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        25: .line 2226
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int top int int
      StackMap stack:
            iload 6 /* ptr */
            iload 7 /* max */
            if_icmplt 16
        26: .line 2239
            aload 0 /* this */
            iload 6 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 7 // int max
        end local 6 // int ptr
        27: .line 2209
            goto 4
        start local 5 // char c
        28: .line 2242
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] char[] int int
      StackMap stack:
            iload 5 /* c */
            sipush 255
            if_icmpgt 77
        29: .line 2243
            aload 1 /* TYPES */
            iload 5 /* c */
            iaload
            tableswitch { // 1 - 11
                    1: 30
                    2: 31
                    3: 40
                    4: 76
                    5: 76
                    6: 76
                    7: 76
                    8: 76
                    9: 42
                   10: 44
                   11: 57
              default: 76
          }
        30: .line 2245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        31: .line 2248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
        start local 6 // int ptr
        32: .line 2249
            iload 6 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 35
        33: .line 2250
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        34: .line 2251
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 6 /* ptr */
        35: .line 2253
      StackMap locals: int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 6 /* ptr */
            caload
            bipush 10
            if_icmpne 37
        36: .line 2254
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        37: .line 2256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        end local 6 // int ptr
        38: .line 2258
            bipush 10
            istore 5 /* c */
        39: .line 2259
            goto 88
        40: .line 2261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        41: .line 2262
            goto 88
        42: .line 2264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        43: .line 2265
            goto 90
        44: .line 2268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleEntityInText:(Z)I
            istore 6 /* d */
        start local 6 // int d
        45: .line 2269
            iload 6 /* d */
            ifne 48
        46: .line 2271
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.in.ReaderScanner._entityPending:Z
        47: .line 2272
            goto 90
        48: .line 2275
      StackMap locals: int
      StackMap stack:
            iload 6 /* d */
            bipush 16
            ishr
            ifeq 55
        49: .line 2276
            iload 6 /* d */
            ldc 65536
            isub
            istore 6 /* d */
        50: .line 2277
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            ldc 55296
            iload 6 /* d */
            bipush 10
            ishr
            ior
            i2c
            castore
        51: .line 2279
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 54
        52: .line 2280
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        53: .line 2281
            iconst_0
            istore 4 /* outPtr */
        54: .line 2283
      StackMap locals:
      StackMap stack:
            ldc 56320
            iload 6 /* d */
            sipush 1023
            iand
            ior
            istore 6 /* d */
        55: .line 2285
      StackMap locals:
      StackMap stack:
            iload 6 /* d */
            i2c
            istore 5 /* c */
        end local 6 // int d
        56: .line 2287
            goto 88
        57: .line 2292
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 6 /* count */
        start local 6 // int count
        58: .line 2294
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 60
        59: .line 2295
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        60: .line 2297
      StackMap locals:
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 5 /* c */
        61: .line 2298
            iload 5 /* c */
            bipush 93
            if_icmpeq 63
        62: .line 2299
            goto 66
        63: .line 2301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        64: .line 2302
            iinc 6 /* count */ 1
        65: .line 2293
            goto 58
        66: .line 2304
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 62
            if_icmpne 74
            iload 6 /* count */
            iconst_1
            if_icmple 74
        67: .line 2305
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportIllegalCDataEnd:()V
        68: .line 2309
            goto 74
        69: .line 2310
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            bipush 93
            castore
        70: .line 2311
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 73
        71: .line 2312
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        72: .line 2313
            iconst_0
            istore 4 /* outPtr */
        73: .line 2316
      StackMap locals:
      StackMap stack:
            iinc 6 /* count */ -1
        74: .line 2309
      StackMap locals:
      StackMap stack:
            iload 6 /* count */
            iconst_1
            if_icmpgt 69
        end local 6 // int count
        75: .line 2320
            bipush 93
            istore 5 /* c */
        76: .line 2325
      StackMap locals:
      StackMap stack:
            goto 88
      StackMap locals:
      StackMap stack:
        77: iload 5 /* c */
            ldc 55296
            if_icmplt 88
        78: .line 2326
            iload 5 /* c */
            ldc 57344
            if_icmpge 86
        79: .line 2328
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogate:(C)C
            istore 6 /* d */
        start local 6 // char d
        80: .line 2329
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        81: .line 2330
            iload 4 /* outPtr */
            aload 3 /* outputBuffer */
            arraylength
            if_icmplt 84
        82: .line 2331
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 3 /* outputBuffer */
        83: .line 2332
            iconst_0
            istore 4 /* outPtr */
        84: .line 2334
      StackMap locals: int
      StackMap stack:
            iload 6 /* d */
            istore 5 /* c */
        end local 6 // char d
        85: .line 2335
            goto 88
      StackMap locals:
      StackMap stack:
        86: iload 5 /* c */
            ldc 65534
            if_icmplt 88
        87: .line 2336
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
        88: .line 2339
      StackMap locals:
      StackMap stack:
            aload 3 /* outputBuffer */
            iload 4 /* outPtr */
            iinc 4 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        89: .line 2205
            goto 4
        90: .line 2341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 4 /* outPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        91: .line 2342
            return
        end local 4 // int outPtr
        end local 3 // char[] outputBuffer
        end local 2 // char[] inputBuffer
        end local 1 // int[] TYPES
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   92     0          this  Lcom/fasterxml/aalto/in/ReaderScanner;
            1   92     1         TYPES  [I
            2   92     2   inputBuffer  [C
            3   92     3  outputBuffer  [C
            4   92     4        outPtr  I
           17   25     5             c  C
           28   89     5             c  C
            5   27     6           ptr  I
           12   27     7           max  I
           13   15     8          max2  I
           32   38     6           ptr  I
           45   56     6             d  I
           58   75     6         count  I
           80   85     6             d  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final boolean skipCoalescedText();
    descriptor: ()Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 2359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 3
         1: .line 2360
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 3
         2: .line 2361
            iconst_0
            ireturn
         3: .line 2365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 60
            if_icmpne 22
         4: .line 2369
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_3
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 7
         5: .line 2370
            aload 0 /* this */
            iconst_3
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadAndRetain:(I)Z
            ifne 7
         6: .line 2371
            iconst_0
            ireturn
         7: .line 2374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            caload
            bipush 33
            if_icmpne 9
         8: .line 2375
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_2
            iadd
            caload
            bipush 91
            if_icmpeq 10
         9: .line 2377
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        10: .line 2380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_3
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        11: .line 2381
            iconst_0
            istore 1 /* i */
        start local 1 // int i
        12: goto 19
        13: .line 2382
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 15
        14: .line 2383
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        15: .line 2385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* c */
        start local 2 // char c
        16: .line 2386
            iload 2 /* c */
            ldc "CDATA["
            iload 1 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 18
        17: .line 2387
            aload 0 /* this */
            iload 2 /* c */
            new java.lang.StringBuilder
            dup
            ldc " (expected '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "CDATA["
            iload 1 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            ldc "' for CDATA section)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
        end local 2 // char c
        18: .line 2381
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 1 /* i */
            bipush 6
            if_icmplt 13
        end local 1 // int i
        20: .line 2390
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipCData:()V
        21: .line 2391
            goto 0
        22: .line 2392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.skipCharacters:()Z
            ifeq 0
        23: .line 2393
            iconst_1
            ireturn
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
           12   20     1     i  I
           16   18     2     c  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final void skipComment();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 2409
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.OTHER_CHARS:[I
            astore 1 /* TYPES */
        start local 1 // int[] TYPES
         1: .line 2410
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            astore 2 /* inputBuffer */
        start local 2 // char[] inputBuffer
         2: .line 2418
      StackMap locals: int[] char[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
        start local 4 // int ptr
         3: .line 2419
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 5 /* max */
        start local 5 // int max
         4: .line 2420
            iload 4 /* ptr */
            iload 5 /* max */
            if_icmplt 17
         5: .line 2421
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         6: .line 2422
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
         7: .line 2423
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 5 /* max */
         8: .line 2425
            goto 17
         9: .line 2426
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] top int int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 4 /* ptr */
            iinc 4 /* ptr */ 1
            caload
            istore 3 /* c */
        start local 3 // char c
        10: .line 2427
            iload 3 /* c */
            sipush 255
            if_icmpgt 14
        11: .line 2428
            aload 1 /* TYPES */
            iload 3 /* c */
            iaload
            ifeq 17
        12: .line 2429
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        13: .line 2430
            goto 20
        14: .line 2432
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] int int int
      StackMap stack:
            iload 3 /* c */
            ldc 55296
            if_icmplt 17
        15: .line 2433
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        16: .line 2434
            goto 20
        end local 3 // char c
        17: .line 2425
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] top int int
      StackMap stack:
            iload 4 /* ptr */
            iload 5 /* max */
            if_icmplt 9
        18: .line 2437
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 5 // int max
        end local 4 // int ptr
        19: .line 2417
            goto 2
        start local 3 // char c
        20: .line 2440
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] int
      StackMap stack:
            iload 3 /* c */
            sipush 255
            if_icmpgt 2
        21: .line 2441
            aload 1 /* TYPES */
            iload 3 /* c */
            iaload
            lookupswitch { // 4
                    1: 22
                    2: 23
                    3: 29
                   13: 31
              default: 40
          }
        22: .line 2443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 3 /* c */
        23: .line 2446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 25
        24: .line 2447
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        25: .line 2449
      StackMap locals:
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 27
        26: .line 2450
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        27: .line 2452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        28: .line 2454
            goto 2
        29: .line 2456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        30: .line 2457
            goto 2
        31: .line 2459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 33
        32: .line 2460
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        33: .line 2462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 45
            if_icmpne 2
        34: .line 2463
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        35: .line 2464
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 37
        36: .line 2465
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        37: .line 2467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 62
            if_icmpeq 39
        38: .line 2468
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportDoubleHyphenInComments:()V
        39: .line 2470
      StackMap locals:
      StackMap stack:
            return
        end local 3 // char c
        40: .line 2412
      StackMap locals:
      StackMap stack:
            goto 2
        end local 2 // char[] inputBuffer
        end local 1 // int[] TYPES
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   41     0         this  Lcom/fasterxml/aalto/in/ReaderScanner;
            1   41     1        TYPES  [I
            2   41     2  inputBuffer  [C
           10   17     3            c  C
           20   40     3            c  C
            3   19     4          ptr  I
            4   19     5          max  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final void skipPI();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 2484
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.OTHER_CHARS:[I
            astore 1 /* TYPES */
        start local 1 // int[] TYPES
         1: .line 2485
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            astore 2 /* inputBuffer */
        start local 2 // char[] inputBuffer
         2: .line 2493
      StackMap locals: int[] char[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
        start local 4 // int ptr
         3: .line 2494
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 5 /* max */
        start local 5 // int max
         4: .line 2495
            iload 4 /* ptr */
            iload 5 /* max */
            if_icmplt 17
         5: .line 2496
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         6: .line 2497
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
         7: .line 2498
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 5 /* max */
         8: .line 2500
            goto 17
         9: .line 2501
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] top int int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 4 /* ptr */
            iinc 4 /* ptr */ 1
            caload
            istore 3 /* c */
        start local 3 // char c
        10: .line 2502
            iload 3 /* c */
            sipush 255
            if_icmpgt 14
        11: .line 2503
            aload 1 /* TYPES */
            iload 3 /* c */
            iaload
            ifeq 17
        12: .line 2504
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        13: .line 2505
            goto 20
        14: .line 2507
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] int int int
      StackMap stack:
            iload 3 /* c */
            ldc 55296
            if_icmplt 17
        15: .line 2508
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        16: .line 2509
            goto 20
        end local 3 // char c
        17: .line 2500
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] top int int
      StackMap stack:
            iload 4 /* ptr */
            iload 5 /* max */
            if_icmplt 9
        18: .line 2512
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 5 // int max
        end local 4 // int ptr
        19: .line 2492
            goto 2
        start local 3 // char c
        20: .line 2515
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] int
      StackMap stack:
            iload 3 /* c */
            sipush 255
            if_icmpgt 36
        21: .line 2516
            aload 1 /* TYPES */
            iload 3 /* c */
            iaload
            lookupswitch { // 3
                    2: 22
                    3: 28
                   12: 30
              default: 35
          }
        22: .line 2519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 24
        23: .line 2520
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        24: .line 2522
      StackMap locals:
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 26
        25: .line 2523
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        26: .line 2525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        27: .line 2527
            goto 2
        28: .line 2529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        29: .line 2530
            goto 2
        30: .line 2532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 32
        31: .line 2533
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        32: .line 2535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 62
            if_icmpne 2
        33: .line 2536
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        34: .line 2537
            return
        35: .line 2543
      StackMap locals:
      StackMap stack:
            goto 2
      StackMap locals:
      StackMap stack:
        36: iload 3 /* c */
            ldc 55296
            if_icmplt 2
        37: .line 2544
            iload 3 /* c */
            ldc 57344
            if_icmpge 40
        38: .line 2546
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogate:(C)C
            pop
        39: .line 2547
            goto 2
      StackMap locals:
      StackMap stack:
        40: iload 3 /* c */
            ldc 65534
            if_icmplt 2
        41: .line 2548
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 3
        end local 3 // char c
        42: .line 2487
            goto 2
        end local 2 // char[] inputBuffer
        end local 1 // int[] TYPES
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   43     0         this  Lcom/fasterxml/aalto/in/ReaderScanner;
            1   43     1        TYPES  [I
            2   43     2  inputBuffer  [C
           10   17     3            c  C
           20   42     3            c  C
            3   19     4          ptr  I
            4   19     5          max  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final boolean skipCharacters();
    descriptor: ()Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 2558
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.TEXT_CHARS:[I
            astore 1 /* TYPES */
        start local 1 // int[] TYPES
         1: .line 2559
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            astore 2 /* inputBuffer */
        start local 2 // char[] inputBuffer
         2: .line 2567
      StackMap locals: int[] char[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
        start local 4 // int ptr
         3: .line 2568
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 5 /* max */
        start local 5 // int max
         4: .line 2569
            iload 4 /* ptr */
            iload 5 /* max */
            if_icmplt 17
         5: .line 2570
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         6: .line 2571
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
         7: .line 2572
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 5 /* max */
         8: .line 2574
            goto 17
         9: .line 2575
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] top int int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 4 /* ptr */
            iinc 4 /* ptr */ 1
            caload
            istore 3 /* c */
        start local 3 // char c
        10: .line 2576
            iload 3 /* c */
            sipush 255
            if_icmpgt 14
        11: .line 2577
            aload 1 /* TYPES */
            iload 3 /* c */
            iaload
            ifeq 17
        12: .line 2578
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        13: .line 2579
            goto 20
        14: .line 2581
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] int int int
      StackMap stack:
            iload 3 /* c */
            ldc 55296
            if_icmplt 17
        15: .line 2582
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        16: .line 2583
            goto 20
        end local 3 // char c
        17: .line 2574
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] top int int
      StackMap stack:
            iload 4 /* ptr */
            iload 5 /* max */
            if_icmplt 9
        18: .line 2586
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 5 // int max
        end local 4 // int ptr
        19: .line 2566
            goto 2
        start local 3 // char c
        20: .line 2589
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] int
      StackMap stack:
            iload 3 /* c */
            sipush 255
            if_icmpgt 48
        21: .line 2590
            aload 1 /* TYPES */
            iload 3 /* c */
            iaload
            tableswitch { // 1 - 11
                    1: 22
                    2: 23
                    3: 29
                    4: 47
                    5: 47
                    6: 47
                    7: 47
                    8: 47
                    9: 31
                   10: 33
                   11: 36
              default: 47
          }
        22: .line 2592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 3 /* c */
        23: .line 2595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 25
        24: .line 2596
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        25: .line 2598
      StackMap locals:
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 27
        26: .line 2599
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        27: .line 2601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        28: .line 2603
            goto 2
        29: .line 2605
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        30: .line 2606
            goto 2
        31: .line 2608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        32: .line 2609
            iconst_0
            ireturn
        33: .line 2612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleEntityInText:(Z)I
            istore 4 /* d */
        start local 4 // int d
        34: .line 2613
            iload 4 /* d */
            ifne 2
        35: .line 2614
            iconst_1
            ireturn
        end local 4 // int d
        36: .line 2622
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* count */
        start local 4 // int count
        37: .line 2624
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 39
        38: .line 2625
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        39: .line 2627
      StackMap locals:
      StackMap stack:
            aload 2 /* inputBuffer */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 3 /* c */
        40: .line 2628
            iload 3 /* c */
            bipush 93
            if_icmpeq 42
        41: .line 2629
            goto 45
        42: .line 2631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        43: .line 2632
            iinc 4 /* count */ 1
        44: .line 2623
            goto 37
        45: .line 2634
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            bipush 62
            if_icmpne 2
            iload 4 /* count */
            iconst_1
            if_icmple 2
        46: .line 2635
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportIllegalCDataEnd:()V
        end local 4 // int count
        47: .line 2644
      StackMap locals:
      StackMap stack:
            goto 2
      StackMap locals:
      StackMap stack:
        48: iload 3 /* c */
            ldc 55296
            if_icmplt 2
        49: .line 2645
            iload 3 /* c */
            ldc 57344
            if_icmpge 52
        50: .line 2647
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogate:(C)C
            pop
        51: .line 2648
            goto 2
      StackMap locals:
      StackMap stack:
        52: iload 3 /* c */
            ldc 65534
            if_icmplt 2
        53: .line 2649
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 3
        end local 3 // char c
        54: .line 2561
            goto 2
        end local 2 // char[] inputBuffer
        end local 1 // int[] TYPES
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   55     0         this  Lcom/fasterxml/aalto/in/ReaderScanner;
            1   55     1        TYPES  [I
            2   55     2  inputBuffer  [C
           10   17     3            c  C
           20   54     3            c  C
            3   19     4          ptr  I
            4   19     5          max  I
           34   36     4            d  I
           37   47     4        count  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final void skipCData();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 2658
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.OTHER_CHARS:[I
            astore 1 /* TYPES */
        start local 1 // int[] TYPES
         1: .line 2659
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            astore 2 /* inputBuffer */
        start local 2 // char[] inputBuffer
         2: .line 2667
      StackMap locals: int[] char[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
        start local 4 // int ptr
         3: .line 2668
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 5 /* max */
        start local 5 // int max
         4: .line 2669
            iload 4 /* ptr */
            iload 5 /* max */
            if_icmplt 17
         5: .line 2670
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         6: .line 2671
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
         7: .line 2672
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            istore 5 /* max */
         8: .line 2674
            goto 17
         9: .line 2675
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] top int int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 4 /* ptr */
            iinc 4 /* ptr */ 1
            caload
            istore 3 /* c */
        start local 3 // char c
        10: .line 2676
            iload 3 /* c */
            sipush 255
            if_icmpgt 14
        11: .line 2677
            aload 1 /* TYPES */
            iload 3 /* c */
            iaload
            ifeq 17
        12: .line 2678
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        13: .line 2679
            goto 20
        14: .line 2681
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] int int int
      StackMap stack:
            iload 3 /* c */
            ldc 55296
            if_icmplt 17
        15: .line 2682
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        16: .line 2683
            goto 20
        end local 3 // char c
        17: .line 2674
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] top int int
      StackMap stack:
            iload 4 /* ptr */
            iload 5 /* max */
            if_icmplt 9
        18: .line 2686
            aload 0 /* this */
            iload 4 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 5 // int max
        end local 4 // int ptr
        19: .line 2666
            goto 2
        start local 3 // char c
        20: .line 2689
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int[] char[] int
      StackMap stack:
            iload 3 /* c */
            sipush 255
            if_icmpgt 45
        21: .line 2690
            aload 1 /* TYPES */
            iload 3 /* c */
            iaload
            lookupswitch { // 4
                    1: 22
                    2: 23
                    3: 32
                   11: 34
              default: 44
          }
        22: .line 2692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 3 /* c */
        23: .line 2695
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
        start local 4 // int ptr
        24: .line 2696
            iload 4 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 27
        25: .line 2697
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        26: .line 2698
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 4 /* ptr */
        27: .line 2700
      StackMap locals: int
      StackMap stack:
            aload 2 /* inputBuffer */
            iload 4 /* ptr */
            caload
            bipush 10
            if_icmpne 30
        28: .line 2701
            iinc 4 /* ptr */ 1
        29: .line 2702
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        30: .line 2704
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* ptr */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:(I)V
        end local 4 // int ptr
        31: .line 2706
            goto 2
        32: .line 2708
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        33: .line 2709
            goto 2
        34: .line 2713
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* count */
        start local 4 // int count
        35: .line 2716
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 37
        36: .line 2717
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        37: .line 2719
      StackMap locals:
      StackMap stack:
            iinc 4 /* count */ 1
        38: .line 2720
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 3 /* c */
        39: .line 2721
            iload 3 /* c */
            bipush 93
            if_icmpeq 35
        40: .line 2723
            iload 3 /* c */
            bipush 62
            if_icmpne 43
        41: .line 2724
            iload 4 /* count */
            iconst_1
            if_icmple 2
        42: .line 2725
            return
        43: .line 2729
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        end local 4 // int count
        44: .line 2737
      StackMap locals:
      StackMap stack:
            goto 2
      StackMap locals:
      StackMap stack:
        45: iload 3 /* c */
            ldc 55296
            if_icmplt 2
        46: .line 2738
            iload 3 /* c */
            ldc 57344
            if_icmpge 49
        47: .line 2740
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogate:(C)C
            pop
        48: .line 2741
            goto 2
      StackMap locals:
      StackMap stack:
        49: iload 3 /* c */
            ldc 65534
            if_icmplt 2
        50: .line 2742
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 3
        end local 3 // char c
        51: .line 2661
            goto 2
        end local 2 // char[] inputBuffer
        end local 1 // int[] TYPES
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   52     0         this  Lcom/fasterxml/aalto/in/ReaderScanner;
            1   52     1        TYPES  [I
            2   52     2  inputBuffer  [C
           10   17     3            c  C
           20   51     3            c  C
            3   19     4          ptr  I
            4   19     5          max  I
           24   31     4          ptr  I
           35   44     4        count  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final void skipSpace();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 2752
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 1 /* ptr */
        start local 1 // int ptr
         1: .line 2755
      StackMap locals: int
      StackMap stack:
            iload 1 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 5
         2: .line 2756
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 4
         3: .line 2757
            goto 25
         4: .line 2759
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 1 /* ptr */
         5: .line 2761
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            iload 1 /* ptr */
            caload
            istore 2 /* c */
        start local 2 // char c
         6: .line 2762
            iload 2 /* c */
            bipush 32
            if_icmple 8
         7: .line 2763
            goto 25
         8: .line 2765
      StackMap locals: int
      StackMap stack:
            iinc 1 /* ptr */ 1
         9: .line 2767
            iload 2 /* c */
            bipush 10
            if_icmpne 12
        10: .line 2768
            aload 0 /* this */
            iload 1 /* ptr */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:(I)V
        11: .line 2769
            goto 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* c */
            bipush 13
            if_icmpne 21
        13: .line 2770
            iload 1 /* ptr */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 17
        14: .line 2771
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 16
        15: .line 2772
            goto 25
        16: .line 2774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            istore 1 /* ptr */
        17: .line 2776
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            iload 1 /* ptr */
            caload
            bipush 10
            if_icmpne 19
        18: .line 2777
            iinc 1 /* ptr */ 1
        19: .line 2779
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ptr */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:(I)V
        20: .line 2780
            goto 1
      StackMap locals:
      StackMap stack:
        21: iload 2 /* c */
            bipush 32
            if_icmpeq 1
            iload 2 /* c */
            bipush 9
            if_icmpeq 1
        22: .line 2781
            aload 0 /* this */
            iload 1 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        23: .line 2782
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwInvalidSpace:(I)V
        end local 2 // char c
        24: .line 2754
            goto 1
        25: .line 2785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ptr */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        26: .line 2786
            return
        end local 1 // int ptr
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
            1   27     1   ptr  I
            6   24     2     c  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected char skipInternalWs(boolean, java.lang.String);
    descriptor: (ZLjava/lang/String;)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // boolean reqd
        start local 2 // java.lang.String msg
         0: .line 2800
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 2
         1: .line 2801
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         2: .line 2803
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 3 /* c */
        start local 3 // char c
         3: .line 2804
            iload 3 /* c */
            bipush 32
            if_icmple 7
         4: .line 2805
            iload 1 /* reqd */
            ifne 6
         5: .line 2806
            iload 3 /* c */
            ireturn
         6: .line 2808
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            new java.lang.StringBuilder
            dup
            ldc " (expected white space "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* msg */
            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;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
         7: .line 2812
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            bipush 10
            if_icmpne 10
         8: .line 2813
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
         9: .line 2814
            goto 19
      StackMap locals:
      StackMap stack:
        10: iload 3 /* c */
            bipush 13
            if_icmpne 17
        11: .line 2815
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 13
        12: .line 2816
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        13: .line 2818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 15
        14: .line 2819
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        15: .line 2821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        16: .line 2822
            goto 19
      StackMap locals:
      StackMap stack:
        17: iload 3 /* c */
            bipush 32
            if_icmpeq 19
            iload 3 /* c */
            bipush 9
            if_icmpeq 19
        18: .line 2823
            aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwInvalidSpace:(I)V
        19: .line 2826
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 21
        20: .line 2827
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        21: .line 2829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 3 /* c */
        22: .line 2830
            iload 3 /* c */
            bipush 32
        23: .line 2810
            if_icmple 7
        24: .line 2832
            iload 3 /* c */
            ireturn
        end local 3 // char c
        end local 2 // java.lang.String msg
        end local 1 // boolean reqd
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   25     1  reqd  Z
            0   25     2   msg  Ljava/lang/String;
            3   25     3     c  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      reqd  
      msg   

  private final void matchAsciiKeyword(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // java.lang.String keyw
         0: .line 2838
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         1: aload 1 /* keyw */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         2: goto 9
         3: .line 2839
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 5
         4: .line 2840
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         5: .line 2842
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 4 /* c */
        start local 4 // char c
         6: .line 2843
            iload 4 /* c */
            aload 1 /* keyw */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 8
         7: .line 2844
            aload 0 /* this */
            iload 4 /* c */
            new java.lang.StringBuilder
            dup
            ldc " (expected '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* keyw */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            ldc "' for "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* keyw */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " keyword)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportTreeUnexpChar:(ILjava/lang/String;)V
        end local 4 // char c
         8: .line 2838
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 3
        end local 3 // int len
        end local 2 // int i
        10: .line 2847
            return
        end local 1 // java.lang.String keyw
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   11     1  keyw  Ljava/lang/String;
            1   10     2     i  I
            2   10     3   len  I
            6    8     4     c  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      keyw  

  protected final int checkInTreeIndentation(char);
    descriptor: (C)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // char c
         0: .line 2864
            iload 1 /* c */
            bipush 13
            if_icmpne 6
         1: .line 2866
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 4
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 4
         2: .line 2867
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iconst_0
            bipush 32
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithIndentation:(IC)V
         3: .line 2868
            iconst_m1
            ireturn
         4: .line 2870
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 6
         5: .line 2871
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
         6: .line 2874
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
         7: .line 2876
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 9
         8: .line 2877
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         9: .line 2879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        10: .line 2880
            iload 1 /* c */
            bipush 32
            if_icmpeq 19
            iload 1 /* c */
            bipush 9
            if_icmpeq 19
        11: .line 2882
            iload 1 /* c */
            bipush 60
            if_icmpne 15
        12: .line 2883
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmpge 15
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            caload
            bipush 33
            if_icmpeq 15
        13: .line 2884
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iconst_0
            bipush 32
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithIndentation:(IC)V
        14: .line 2885
            iconst_m1
            ireturn
        15: .line 2888
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 2 /* outputBuffer */
        start local 2 // char[] outputBuffer
        16: .line 2889
            aload 2 /* outputBuffer */
            iconst_0
            bipush 10
            castore
        17: .line 2890
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iconst_1
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        18: .line 2891
            iconst_1
            ireturn
        end local 2 // char[] outputBuffer
        19: .line 2894
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        20: .line 2895
            iconst_1
            istore 2 /* count */
        start local 2 // int count
        21: .line 2896
            iload 1 /* c */
            bipush 32
            if_icmpne 22
            bipush 32
            goto 23
      StackMap locals: int
      StackMap stack:
        22: bipush 8
      StackMap locals:
      StackMap stack: int
        23: istore 3 /* max */
        start local 3 // int max
        24: .line 2897
            goto 35
        25: .line 2898
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 27
        26: .line 2899
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        27: .line 2901
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 4 /* c2 */
        start local 4 // char c2
        28: .line 2902
            iload 4 /* c2 */
            iload 1 /* c */
            if_icmpeq 33
        29: .line 2904
            iload 4 /* c2 */
            bipush 60
            if_icmpne 36
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmpge 36
        30: .line 2905
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            caload
            bipush 33
            if_icmpeq 36
        31: .line 2906
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* count */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithIndentation:(IC)V
        32: .line 2907
            iconst_m1
            ireturn
        33: .line 2911
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        34: .line 2912
            iinc 2 /* count */ 1
        end local 4 // char c2
        35: .line 2897
      StackMap locals:
      StackMap stack:
            iload 2 /* count */
            iload 3 /* max */
            if_icmple 25
        36: .line 2916
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 4 /* outputBuffer */
        start local 4 // char[] outputBuffer
        37: .line 2917
            aload 4 /* outputBuffer */
            iconst_0
            bipush 10
            castore
        38: .line 2918
            iconst_1
            istore 5 /* i */
        start local 5 // int i
        39: goto 42
        40: .line 2919
      StackMap locals: char[] int
      StackMap stack:
            aload 4 /* outputBuffer */
            iload 5 /* i */
            iload 1 /* c */
            castore
        41: .line 2918
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        42: iload 5 /* i */
            iload 2 /* count */
            if_icmple 40
        end local 5 // int i
        43: .line 2921
            iinc 2 /* count */ 1
        44: .line 2922
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* count */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        45: .line 2923
            iload 2 /* count */
            ireturn
        end local 4 // char[] outputBuffer
        end local 3 // int max
        end local 2 // int count
        end local 1 // char c
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   46     0          this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   46     1             c  C
           16   19     2  outputBuffer  [C
           21   46     2         count  I
           24   46     3           max  I
           28   35     4            c2  C
           37   46     4  outputBuffer  [C
           39   43     5             i  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      c     

  protected final int checkPrologIndentation(char);
    descriptor: (C)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // char c
         0: .line 2933
            iload 1 /* c */
            bipush 13
            if_icmpne 6
         1: .line 2935
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 4
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 4
         2: .line 2936
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iconst_0
            bipush 32
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithIndentation:(IC)V
         3: .line 2937
            iconst_m1
            ireturn
         4: .line 2939
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 6
         5: .line 2940
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
         6: .line 2943
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
         7: .line 2945
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 10
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 10
         8: .line 2946
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iconst_0
            bipush 32
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithIndentation:(IC)V
         9: .line 2947
            iconst_m1
            ireturn
        10: .line 2949
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
        11: .line 2950
            iload 1 /* c */
            bipush 32
            if_icmpeq 19
            iload 1 /* c */
            bipush 9
            if_icmpeq 19
        12: .line 2952
            iload 1 /* c */
            bipush 60
            if_icmpne 15
        13: .line 2953
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iconst_0
            bipush 32
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithIndentation:(IC)V
        14: .line 2954
            iconst_m1
            ireturn
        15: .line 2957
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 2 /* outputBuffer */
        start local 2 // char[] outputBuffer
        16: .line 2958
            aload 2 /* outputBuffer */
            iconst_0
            bipush 10
            castore
        17: .line 2959
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iconst_1
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        18: .line 2960
            iconst_1
            ireturn
        end local 2 // char[] outputBuffer
        19: .line 2963
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        20: .line 2964
            iconst_1
            istore 2 /* count */
        start local 2 // int count
        21: .line 2965
            iload 1 /* c */
            bipush 32
            if_icmpne 22
            bipush 32
            goto 23
      StackMap locals: int
      StackMap stack:
        22: bipush 8
      StackMap locals:
      StackMap stack: int
        23: istore 3 /* max */
        start local 3 // int max
        24: .line 2967
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 26
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 26
        25: .line 2968
            goto 41
        26: .line 2970
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            iload 1 /* c */
            if_icmpeq 28
        27: .line 2971
            goto 41
        28: .line 2973
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        29: .line 2974
            iinc 2 /* count */ 1
        30: .line 2975
            iload 2 /* count */
            iload 3 /* max */
            if_icmplt 24
        31: .line 2977
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 4 /* outputBuffer */
        start local 4 // char[] outputBuffer
        32: .line 2978
            aload 4 /* outputBuffer */
            iconst_0
            bipush 10
            castore
        33: .line 2979
            iconst_1
            istore 5 /* i */
        start local 5 // int i
        34: goto 37
        35: .line 2980
      StackMap locals: char[] int
      StackMap stack:
            aload 4 /* outputBuffer */
            iload 5 /* i */
            iload 1 /* c */
            castore
        36: .line 2979
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        37: iload 5 /* i */
            iload 2 /* count */
            if_icmple 35
        end local 5 // int i
        38: .line 2982
            iinc 2 /* count */ 1
        39: .line 2983
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* count */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        40: .line 2984
            iload 2 /* count */
            ireturn
        end local 4 // char[] outputBuffer
        41: .line 2988
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* count */
            iload 1 /* c */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithIndentation:(IC)V
        42: .line 2989
            iconst_m1
            ireturn
        end local 3 // int max
        end local 2 // int count
        end local 1 // char c
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   43     0          this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   43     1             c  C
           16   19     2  outputBuffer  [C
           21   43     2         count  I
           24   43     3           max  I
           32   41     4  outputBuffer  [C
           34   38     5             i  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      c     

  protected com.fasterxml.aalto.in.PName parsePName(char);
    descriptor: (C)Lcom/fasterxml/aalto/in/PName;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // char c
         0: .line 2995
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._nameBuffer:[C
            astore 2 /* nameBuffer */
        start local 2 // char[] nameBuffer
         1: .line 3001
            iload 1 /* c */
            bipush 65
            if_icmpge 3
         2: .line 3002
            aload 0 /* this */
            iload 1 /* c */
            ldc "; expected a name start character"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwUnexpectedChar:(ILjava/lang/String;)V
         3: .line 3004
      StackMap locals: char[]
      StackMap stack:
            aload 2 /* nameBuffer */
            iconst_0
            iload 1 /* c */
            castore
         4: .line 3005
            iload 1 /* c */
            istore 3 /* hash */
        start local 3 // int hash
         5: .line 3006
            iconst_1
            istore 4 /* ptr */
        start local 4 // int ptr
         6: .line 3009
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 8
         7: .line 3010
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         8: .line 3012
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 1 /* c */
         9: .line 3013
            iload 1 /* c */
            istore 5 /* d */
        start local 5 // int d
        10: .line 3014
            iload 5 /* d */
            bipush 65
            if_icmpge 16
        11: .line 3016
            iload 5 /* d */
            bipush 45
            if_icmplt 12
            iload 5 /* d */
            bipush 58
            if_icmpgt 12
            iload 5 /* d */
            bipush 47
            if_icmpne 16
        12: .line 3018
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._symbols:Lcom/fasterxml/aalto/in/CharBasedPNameTable;
            aload 2 /* nameBuffer */
            iconst_0
            iload 4 /* ptr */
            iload 3 /* hash */
            invokevirtual com.fasterxml.aalto.in.CharBasedPNameTable.findSymbol:([CIII)Lcom/fasterxml/aalto/in/PNameC;
            astore 6 /* n */
        start local 6 // com.fasterxml.aalto.in.PName n
        13: .line 3019
            aload 6 /* n */
            ifnonnull 15
        14: .line 3020
            aload 0 /* this */
            aload 2 /* nameBuffer */
            iload 4 /* ptr */
            iload 3 /* hash */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.addPName:([CII)Lcom/fasterxml/aalto/in/PName;
            astore 6 /* n */
        15: .line 3022
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 6 /* n */
            areturn
        end local 6 // com.fasterxml.aalto.in.PName n
        16: .line 3025
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        17: .line 3026
            iload 4 /* ptr */
            aload 2 /* nameBuffer */
            arraylength
            if_icmplt 19
        18: .line 3027
            aload 0 /* this */
            aload 2 /* nameBuffer */
            aload 2 /* nameBuffer */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 2 /* nameBuffer */
            putfield com.fasterxml.aalto.in.ReaderScanner._nameBuffer:[C
        19: .line 3029
      StackMap locals:
      StackMap stack:
            aload 2 /* nameBuffer */
            iload 4 /* ptr */
            iinc 4 /* ptr */ 1
            iload 1 /* c */
            castore
        20: .line 3030
            iload 3 /* hash */
            bipush 31
            imul
            iload 5 /* d */
            iadd
            istore 3 /* hash */
        end local 5 // int d
        21: .line 3008
            goto 6
        end local 4 // int ptr
        end local 3 // int hash
        end local 2 // char[] nameBuffer
        end local 1 // char c
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   22     0        this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   22     1           c  C
            1   22     2  nameBuffer  [C
            5   22     3        hash  I
            6   22     4         ptr  I
           10   21     5           d  I
           13   16     6           n  Lcom/fasterxml/aalto/in/PName;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      c     

  protected final com.fasterxml.aalto.in.PName addPName(char[], int, int);
    descriptor: ([CII)Lcom/fasterxml/aalto/in/PName;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // char[] nameBuffer
        start local 2 // int nameLen
        start local 3 // int hash
         0: .line 3038
            aload 1 /* nameBuffer */
            iconst_0
            caload
            istore 4 /* c */
        start local 4 // char c
         1: .line 3039
            iconst_1
            istore 5 /* namePtr */
        start local 5 // int namePtr
         2: .line 3040
            iconst_m1
            istore 6 /* last_colon */
        start local 6 // int last_colon
         3: .line 3042
            iload 4 /* c */
            ldc 55296
            if_icmplt 4
            iload 4 /* c */
            ldc 57344
            if_icmplt 7
         4: .line 3043
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* c */
            invokestatic com.fasterxml.aalto.util.XmlChars.is10NameStartChar:(I)Z
            ifne 26
         5: .line 3044
            aload 0 /* this */
            iload 4 /* c */
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidNameChar:(II)V
         6: .line 3046
            goto 26
         7: .line 3047
      StackMap locals:
      StackMap stack:
            iload 2 /* nameLen */
            iconst_1
            if_icmpne 9
         8: .line 3048
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidFirstSurrogate:(C)V
         9: .line 3051
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            aload 1 /* nameBuffer */
            iconst_1
            caload
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogateNameChar:(CCI)I
            pop
        10: .line 3052
            iinc 5 /* namePtr */ 1
        11: .line 3055
            goto 26
        12: .line 3056
      StackMap locals:
      StackMap stack:
            aload 1 /* nameBuffer */
            iload 5 /* namePtr */
            caload
            istore 4 /* c */
        13: .line 3058
            iload 4 /* c */
            ldc 55296
            if_icmplt 14
            iload 4 /* c */
            ldc 57344
            if_icmplt 22
        14: .line 3059
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            bipush 58
            if_icmpne 19
        15: .line 3060
            iload 6 /* last_colon */
            iflt 17
        16: .line 3061
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportMultipleColonsInName:()V
        17: .line 3063
      StackMap locals:
      StackMap stack:
            iload 5 /* namePtr */
            istore 6 /* last_colon */
        18: .line 3064
            goto 25
        19: .line 3065
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            invokestatic com.fasterxml.aalto.util.XmlChars.is10NameChar:(I)Z
            ifne 25
        20: .line 3066
            aload 0 /* this */
            iload 4 /* c */
            iload 5 /* namePtr */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidNameChar:(II)V
        21: .line 3069
            goto 25
        22: .line 3070
      StackMap locals:
      StackMap stack:
            iload 5 /* namePtr */
            iconst_1
            iadd
            iload 2 /* nameLen */
            if_icmplt 24
        23: .line 3071
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidFirstSurrogate:(C)V
        24: .line 3073
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* c */
            aload 1 /* nameBuffer */
            iload 5 /* namePtr */
            iconst_1
            iadd
            caload
            iload 5 /* namePtr */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.checkSurrogateNameChar:(CCI)I
            pop
        25: .line 3055
      StackMap locals:
      StackMap stack:
            iinc 5 /* namePtr */ 1
      StackMap locals:
      StackMap stack:
        26: iload 5 /* namePtr */
            iload 2 /* nameLen */
            if_icmplt 12
        27: .line 3076
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._symbols:Lcom/fasterxml/aalto/in/CharBasedPNameTable;
            aload 1 /* nameBuffer */
            iconst_0
            iload 2 /* nameLen */
            iload 3 /* hash */
            invokevirtual com.fasterxml.aalto.in.CharBasedPNameTable.addSymbol:([CIII)Lcom/fasterxml/aalto/in/PNameC;
            areturn
        end local 6 // int last_colon
        end local 5 // int namePtr
        end local 4 // char c
        end local 3 // int hash
        end local 2 // int nameLen
        end local 1 // char[] nameBuffer
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   28     0        this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   28     1  nameBuffer  [C
            0   28     2     nameLen  I
            0   28     3        hash  I
            1   28     4           c  C
            2   28     5     namePtr  I
            3   28     6  last_colon  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
            Name  Flags
      nameBuffer  
      nameLen     
      hash        

  protected java.lang.String parsePublicId(char);
    descriptor: (C)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // char quoteChar
         0: .line 3082
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._nameBuffer:[C
            astore 2 /* outputBuffer */
        start local 2 // char[] outputBuffer
         1: .line 3083
            iconst_0
            istore 3 /* outPtr */
        start local 3 // int outPtr
         2: .line 3084
            getstatic com.fasterxml.aalto.util.XmlCharTypes.PUBID_CHARS:[I
            astore 4 /* TYPES */
        start local 4 // int[] TYPES
         3: .line 3085
            iconst_0
            istore 5 /* addSpace */
        start local 5 // boolean addSpace
         4: .line 3089
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int char[] int int[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 6
         5: .line 3090
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         6: .line 3093
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 6 /* c */
        start local 6 // char c
         7: .line 3094
            iload 6 /* c */
            iload 1 /* quoteChar */
            if_icmpne 9
         8: .line 3095
            goto 25
         9: .line 3097
      StackMap locals: int
      StackMap stack:
            iload 6 /* c */
            sipush 255
            if_icmpgt 10
            aload 4 /* TYPES */
            iload 6 /* c */
            iaload
            iconst_1
            if_icmpeq 11
        10: .line 3098
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* c */
            ldc " in public identifier"
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.throwUnexpectedChar:(ILjava/lang/String;)V
        11: .line 3102
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 32
            if_icmpgt 14
        12: .line 3103
            iconst_1
            istore 5 /* addSpace */
        13: .line 3104
            goto 4
        14: .line 3106
      StackMap locals:
      StackMap stack:
            iload 5 /* addSpace */
            ifeq 20
        15: .line 3107
            iload 3 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 18
        16: .line 3108
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 2 /* outputBuffer */
        17: .line 3109
            iconst_0
            istore 3 /* outPtr */
        18: .line 3111
      StackMap locals:
      StackMap stack:
            aload 2 /* outputBuffer */
            iload 3 /* outPtr */
            iinc 3 /* outPtr */ 1
            bipush 32
            castore
        19: .line 3112
            iconst_0
            istore 5 /* addSpace */
        20: .line 3114
      StackMap locals:
      StackMap stack:
            iload 3 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 23
        21: .line 3115
            aload 0 /* this */
            aload 2 /* outputBuffer */
            aload 2 /* outputBuffer */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 2 /* outputBuffer */
            putfield com.fasterxml.aalto.in.ReaderScanner._nameBuffer:[C
        22: .line 3116
            iconst_0
            istore 3 /* outPtr */
        23: .line 3118
      StackMap locals:
      StackMap stack:
            aload 2 /* outputBuffer */
            iload 3 /* outPtr */
            iinc 3 /* outPtr */ 1
            iload 6 /* c */
            castore
        end local 6 // char c
        24: .line 3088
            goto 4
        25: .line 3120
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 2 /* outputBuffer */
            iconst_0
            iload 3 /* outPtr */
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 5 // boolean addSpace
        end local 4 // int[] TYPES
        end local 3 // int outPtr
        end local 2 // char[] outputBuffer
        end local 1 // char quoteChar
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   26     1     quoteChar  C
            1   26     2  outputBuffer  [C
            2   26     3        outPtr  I
            3   26     4         TYPES  [I
            4   26     5      addSpace  Z
            7   24     6             c  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      quoteChar  

  protected java.lang.String parseSystemId(char);
    descriptor: (C)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // char quoteChar
         0: .line 3126
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._nameBuffer:[C
            astore 2 /* outputBuffer */
        start local 2 // char[] outputBuffer
         1: .line 3127
            iconst_0
            istore 3 /* outPtr */
        start local 3 // int outPtr
         2: .line 3129
            getstatic com.fasterxml.aalto.in.ReaderScanner.sCharTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            getfield com.fasterxml.aalto.util.XmlCharTypes.ATTR_CHARS:[I
            astore 4 /* TYPES */
        start local 4 // int[] TYPES
         3: .line 3134
      StackMap locals: char[] int int[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 5
         4: .line 3135
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         5: .line 3137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 5 /* c */
        start local 5 // char c
         6: .line 3138
            aload 4 /* TYPES */
            iload 5 /* c */
            iaload
            ifeq 20
         7: .line 3139
            aload 4 /* TYPES */
            iload 5 /* c */
            iaload
            lookupswitch { // 4
                    1: 8
                    2: 9
                    3: 16
                   14: 18
              default: 20
          }
         8: .line 3141
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.handleInvalidXmlChar:(I)C
            istore 5 /* c */
         9: .line 3144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 11
        10: .line 3145
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
        11: .line 3147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            bipush 10
            if_icmpne 13
        12: .line 3148
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
        13: .line 3150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        14: .line 3152
            bipush 10
            istore 5 /* c */
        15: .line 3153
            goto 20
        16: .line 3155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.markLF:()V
        17: .line 3156
            goto 20
        18: .line 3159
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            iload 1 /* quoteChar */
            if_icmpne 20
        19: .line 3160
            goto 25
        20: .line 3164
      StackMap locals:
      StackMap stack:
            iload 3 /* outPtr */
            aload 2 /* outputBuffer */
            arraylength
            if_icmplt 23
        21: .line 3165
            aload 0 /* this */
            aload 2 /* outputBuffer */
            aload 2 /* outputBuffer */
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([CI)[C
            dup
            astore 2 /* outputBuffer */
            putfield com.fasterxml.aalto.in.ReaderScanner._nameBuffer:[C
        22: .line 3166
            iconst_0
            istore 3 /* outPtr */
        23: .line 3168
      StackMap locals:
      StackMap stack:
            aload 2 /* outputBuffer */
            iload 3 /* outPtr */
            iinc 3 /* outPtr */ 1
            iload 5 /* c */
            castore
        end local 5 // char c
        24: .line 3133
            goto 3
        25: .line 3170
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 2 /* outputBuffer */
            iconst_0
            iload 3 /* outPtr */
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 4 // int[] TYPES
        end local 3 // int outPtr
        end local 2 // char[] outputBuffer
        end local 1 // char quoteChar
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   26     1     quoteChar  C
            1   26     2  outputBuffer  [C
            2   26     3        outPtr  I
            3   26     4         TYPES  [I
            6   24     5             c  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      quoteChar  

  private char checkSurrogate(char);
    descriptor: (C)C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // char firstChar
         0: .line 3187
            iload 1 /* firstChar */
            ldc 56320
            if_icmplt 2
         1: .line 3188
            aload 0 /* this */
            iload 1 /* firstChar */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidFirstSurrogate:(C)V
         2: .line 3190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 4
         3: .line 3191
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         4: .line 3193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* sec */
        start local 2 // char sec
         5: .line 3194
            iload 2 /* sec */
            ldc 56320
            if_icmplt 6
            iload 2 /* sec */
            ldc 57344
            if_icmplt 7
         6: .line 3195
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* sec */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidSecondSurrogate:(C)V
         7: .line 3198
      StackMap locals:
      StackMap stack:
            iload 1 /* firstChar */
            ldc 55296
            isub
            bipush 10
            ishl
            ldc 65536
            iadd
            istore 3 /* val */
        start local 3 // int val
         8: .line 3199
            iload 3 /* val */
            ldc 1114111
            if_icmple 10
         9: .line 3200
            aload 0 /* this */
            iload 3 /* val */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidXmlChar:(I)V
        10: .line 3202
      StackMap locals: int
      StackMap stack:
            iload 2 /* sec */
            ireturn
        end local 3 // int val
        end local 2 // char sec
        end local 1 // char firstChar
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   11     1  firstChar  C
            5   11     2        sec  C
            8   11     3        val  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      firstChar  

  private int checkSurrogateNameChar(char, char, int);
    descriptor: (CCI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // char firstChar
        start local 2 // char sec
        start local 3 // int index
         0: .line 3208
            iload 1 /* firstChar */
            ldc 56320
            if_icmplt 2
         1: .line 3209
            aload 0 /* this */
            iload 1 /* firstChar */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidFirstSurrogate:(C)V
         2: .line 3211
      StackMap locals:
      StackMap stack:
            iload 2 /* sec */
            ldc 56320
            if_icmplt 3
            iload 2 /* sec */
            ldc 57344
            if_icmplt 4
         3: .line 3212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* sec */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidSecondSurrogate:(C)V
         4: .line 3215
      StackMap locals:
      StackMap stack:
            iload 1 /* firstChar */
            ldc 55296
            isub
            bipush 10
            ishl
            ldc 65536
            iadd
            istore 4 /* val */
        start local 4 // int val
         5: .line 3216
            iload 4 /* val */
            ldc 1114111
            if_icmple 7
         6: .line 3217
            aload 0 /* this */
            iload 4 /* val */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidXmlChar:(I)V
         7: .line 3221
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* val */
            iload 3 /* index */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidNameChar:(II)V
         8: .line 3223
            iload 4 /* val */
            ireturn
        end local 4 // int val
        end local 3 // int index
        end local 2 // char sec
        end local 1 // char firstChar
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0    9     1  firstChar  C
            0    9     2        sec  C
            0    9     3      index  I
            5    9     4        val  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      firstChar  
      sec        
      index      

  private int decodeSurrogate(char);
    descriptor: (C)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // char firstChar
         0: .line 3235
            iload 1 /* firstChar */
            ldc 56320
            if_icmplt 2
         1: .line 3236
            aload 0 /* this */
            iload 1 /* firstChar */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidFirstSurrogate:(C)V
         2: .line 3238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            if_icmplt 4
         3: .line 3239
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMoreGuaranteed:()V
         4: .line 3241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            istore 2 /* sec */
        start local 2 // char sec
         5: .line 3242
            iload 2 /* sec */
            ldc 56320
            if_icmplt 6
            iload 2 /* sec */
            ldc 57344
            if_icmplt 7
         6: .line 3243
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* sec */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidSecondSurrogate:(C)V
         7: .line 3246
      StackMap locals:
      StackMap stack:
            iload 1 /* firstChar */
            ldc 55296
            isub
            bipush 10
            ishl
            ldc 65536
            iadd
            istore 3 /* val */
        start local 3 // int val
         8: .line 3247
            iload 3 /* val */
            ldc 1114111
            if_icmple 10
         9: .line 3248
            aload 0 /* this */
            iload 3 /* val */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInvalidXmlChar:(I)V
        10: .line 3250
      StackMap locals: int
      StackMap stack:
            iload 3 /* val */
            ireturn
        end local 3 // int val
        end local 2 // char sec
        end local 1 // char firstChar
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   11     1  firstChar  C
            5   11     2        sec  C
            8   11     3        val  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      firstChar  

  private void reportInvalidFirstSurrogate(char);
    descriptor: (C)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // char ch
         0: .line 3256
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Invalid surrogate character (code 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* ch */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "): can not start a surrogate pair"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInputProblem:(Ljava/lang/String;)V
         1: .line 3257
            return
        end local 1 // char ch
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0    2     1    ch  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      ch    

  private void reportInvalidSecondSurrogate(char);
    descriptor: (C)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // char ch
         0: .line 3262
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Invalid surrogate character (code "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* ch */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "): is not legal as the second part of a surrogate pair"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInputProblem:(Ljava/lang/String;)V
         1: .line 3263
            return
        end local 1 // char ch
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0    2     1    ch  C
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      ch    

  public org.codehaus.stax2.XMLStreamLocation2 getCurrentLocation();
    descriptor: ()Lorg/codehaus/stax2/XMLStreamLocation2;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 3275
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.getPublicId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.getSystemId:()Ljava/lang/String;
         1: .line 3276
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._pastBytesOrChars:J
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            i2l
            ladd
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._currRow:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._rowStartOffset:I
            isub
         2: .line 3274
            invokestatic com.fasterxml.aalto.impl.LocationImpl.fromZeroBased:(Ljava/lang/String;Ljava/lang/String;JII)Lcom/fasterxml/aalto/impl/LocationImpl;
            areturn
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;

  public int getCurrentColumnNr();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 3281
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._rowStartOffset:I
            isub
            ireturn
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;

  public long getStartingByteOffset();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 3287
            ldc -1
            lreturn
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;

  public long getStartingCharOffset();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 3292
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._startRawOffset:J
            lreturn
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;

  public long getEndingByteOffset();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 3298
            ldc -1
            lreturn
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  public long getEndingCharOffset();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 3304
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._tokenIncomplete:Z
            ifeq 2
         1: .line 3305
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.finishToken:()V
         2: .line 3307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._pastBytesOrChars:J
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            i2l
            ladd
            lreturn
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final void markLF(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // int offset
         0: .line 3312
            aload 0 /* this */
            iload 1 /* offset */
            putfield com.fasterxml.aalto.in.ReaderScanner._rowStartOffset:I
         1: .line 3313
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._currRow:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._currRow:I
         2: .line 3314
            return
        end local 1 // int offset
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0    3     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  protected final void markLF();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 3318
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            putfield com.fasterxml.aalto.in.ReaderScanner._rowStartOffset:I
         1: .line 3319
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._currRow:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._currRow:I
         2: .line 3320
            return
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;

  protected final void setStartLocation();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 3323
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._pastBytesOrChars:J
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            i2l
            ladd
            putfield com.fasterxml.aalto.in.ReaderScanner._startRawOffset:J
         1: .line 3324
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._currRow:I
            i2l
            putfield com.fasterxml.aalto.in.ReaderScanner._startRow:J
         2: .line 3325
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._rowStartOffset:I
            isub
            i2l
            putfield com.fasterxml.aalto.in.ReaderScanner._startColumn:J
         3: .line 3326
            return
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;

  protected final boolean loadMore();
    descriptor: ()Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 3338
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._in:Ljava/io/Reader;
            ifnonnull 3
         1: .line 3339
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
         2: .line 3340
            iconst_0
            ireturn
         3: .line 3344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._pastBytesOrChars:J
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            i2l
            ladd
            putfield com.fasterxml.aalto.in.ReaderScanner._pastBytesOrChars:J
         4: .line 3345
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._rowStartOffset:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            isub
            putfield com.fasterxml.aalto.in.ReaderScanner._rowStartOffset:I
         5: .line 3346
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
         6: .line 3349
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._in:Ljava/io/Reader;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            iconst_0
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            arraylength
            invokevirtual java.io.Reader.read:([CII)I
            istore 1 /* count */
        start local 1 // int count
         7: .line 3350
            iload 1 /* count */
            iconst_1
            if_icmpge 12
         8: .line 3351
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
         9: .line 3352
            iload 1 /* count */
            ifne 11
        10: .line 3356
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Reader returned 0 bytes, even when asked to read up to "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInputProblem:(Ljava/lang/String;)V
        11: .line 3358
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        12: .line 3360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* count */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
        13: .line 3361
            iconst_1
            ireturn
        end local 1 // int count
        14: .line 3362
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner
      StackMap stack: java.io.IOException
            astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
        15: .line 3363
            new com.fasterxml.aalto.impl.IoStreamException
            dup
            aload 1 /* ioe */
            invokespecial com.fasterxml.aalto.impl.IoStreamException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 1 // java.io.IOException ioe
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lcom/fasterxml/aalto/in/ReaderScanner;
            7   14     1  count  I
           15   16     1    ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           6    11      14  Class java.io.IOException
          12    13      14  Class java.io.IOException
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final char loadOne();
    descriptor: ()C
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
         0: .line 3369
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 2
         1: .line 3370
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Unexpected end-of-input when trying to parse "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._currToken:I
            invokestatic com.fasterxml.aalto.impl.ErrorConsts.tokenTypeDesc:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInputProblem:(Ljava/lang/String;)V
         2: .line 3372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            ireturn
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final char loadOne(int);
    descriptor: (I)C
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // int type
         0: .line 3378
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.loadMore:()Z
            ifne 2
         1: .line 3379
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Unexpected end-of-input when trying to parse "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* type */
            invokestatic com.fasterxml.aalto.impl.ErrorConsts.tokenTypeDesc:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInputProblem:(Ljava/lang/String;)V
         2: .line 3381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            caload
            ireturn
        end local 1 // int type
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0    3     1  type  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      type  

  protected final boolean loadAndRetain(int);
    descriptor: (I)Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.fasterxml.aalto.in.ReaderScanner this
        start local 1 // int nrOfChars
         0: .line 3390
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._in:Ljava/io/Reader;
            ifnonnull 2
         1: .line 3391
            iconst_0
            ireturn
         2: .line 3396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._pastBytesOrChars:J
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            i2l
            ladd
            putfield com.fasterxml.aalto.in.ReaderScanner._pastBytesOrChars:J
         3: .line 3397
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._rowStartOffset:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            isub
            putfield com.fasterxml.aalto.in.ReaderScanner._rowStartOffset:I
         4: .line 3399
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            isub
            istore 2 /* remaining */
        start local 2 // int remaining
         5: .line 3400
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            iconst_0
            iload 2 /* remaining */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 3401
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.in.ReaderScanner._inputPtr:I
         7: .line 3402
            aload 0 /* this */
            iload 2 /* remaining */
            putfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
         8: .line 3406
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            arraylength
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            isub
            istore 3 /* max */
        start local 3 // int max
         9: .line 3407
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._in:Ljava/io/Reader;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputBuffer:[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            iload 3 /* max */
            invokevirtual java.io.Reader.read:([CII)I
            istore 4 /* count */
        start local 4 // int count
        10: .line 3408
            iload 4 /* count */
            iconst_1
            if_icmpge 14
        11: .line 3409
            iload 4 /* count */
            ifne 13
        12: .line 3411
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Reader returned 0 bytes, even when asked to read up to "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* max */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.in.ReaderScanner.reportInputProblem:(Ljava/lang/String;)V
        13: .line 3413
      StackMap locals: int int
      StackMap stack:
            iconst_0
            ireturn
        14: .line 3415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            iload 4 /* count */
            iadd
            putfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
        end local 4 // int count
        end local 3 // int max
        15: .line 3416
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ReaderScanner._inputEnd:I
            iload 1 /* nrOfChars */
        16: .line 3405
            if_icmplt 8
        17: .line 3417
            iconst_1
            ireturn
        18: .line 3418
      StackMap locals: com.fasterxml.aalto.in.ReaderScanner int int
      StackMap stack: java.io.IOException
            astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
        19: .line 3419
            new com.fasterxml.aalto.impl.IoStreamException
            dup
            aload 3 /* ioe */
            invokespecial com.fasterxml.aalto.impl.IoStreamException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 3 // java.io.IOException ioe
        end local 2 // int remaining
        end local 1 // int nrOfChars
        end local 0 // com.fasterxml.aalto.in.ReaderScanner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lcom/fasterxml/aalto/in/ReaderScanner;
            0   20     1  nrOfChars  I
            5   20     2  remaining  I
            9   15     3        max  I
           10   15     4      count  I
           19   20     3        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           8    13      18  Class java.io.IOException
          14    17      18  Class java.io.IOException
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      nrOfChars  
}
SourceFile: "ReaderScanner.java"