public abstract class com.fasterxml.aalto.async.AsyncByteScanner extends com.fasterxml.aalto.in.ByteBasedScanner implements com.fasterxml.aalto.AsyncInputFeeder
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.fasterxml.aalto.async.AsyncByteScanner
  super_class: com.fasterxml.aalto.in.ByteBasedScanner
{
  protected static final int EVENT_INCOMPLETE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 257

  protected static final int STATE_DEFAULT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  protected static final int STATE_PROLOG_INITIAL;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int STATE_PROLOG_SEEN_LT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int STATE_PROLOG_DECL;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  protected static final int STATE_TREE_SEEN_LT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int STATE_TREE_SEEN_AMP;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int STATE_TREE_SEEN_EXCL;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  protected static final int STATE_TREE_SEEN_SLASH;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  protected static final int STATE_TREE_NUMERIC_ENTITY_START;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  protected static final int STATE_TREE_NAMED_ENTITY_START;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  protected static final int STATE_XMLDECL_AFTER_XML;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int STATE_XMLDECL_BEFORE_VERSION;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int STATE_XMLDECL_VERSION;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  protected static final int STATE_XMLDECL_AFTER_VERSION;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  protected static final int STATE_XMLDECL_VERSION_EQ;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  protected static final int STATE_XMLDECL_VERSION_VALUE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  protected static final int STATE_XMLDECL_AFTER_VERSION_VALUE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  protected static final int STATE_XMLDECL_BEFORE_ENCODING;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  protected static final int STATE_XMLDECL_ENCODING;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  protected static final int STATE_XMLDECL_AFTER_ENCODING;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  protected static final int STATE_XMLDECL_ENCODING_EQ;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  protected static final int STATE_XMLDECL_ENCODING_VALUE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  protected static final int STATE_XMLDECL_AFTER_ENCODING_VALUE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  protected static final int STATE_XMLDECL_BEFORE_STANDALONE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

  protected static final int STATE_XMLDECL_STANDALONE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  protected static final int STATE_XMLDECL_AFTER_STANDALONE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  protected static final int STATE_XMLDECL_STANDALONE_EQ;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 17

  protected static final int STATE_XMLDECL_STANDALONE_VALUE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 18

  protected static final int STATE_XMLDECL_AFTER_STANDALONE_VALUE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 19

  protected static final int STATE_XMLDECL_ENDQ;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  protected static final int STATE_DTD_DOCTYPE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int STATE_DTD_AFTER_DOCTYPE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int STATE_DTD_BEFORE_ROOT_NAME;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  protected static final int STATE_DTD_ROOT_NAME;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  protected static final int STATE_DTD_AFTER_ROOT_NAME;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  protected static final int STATE_DTD_BEFORE_IDS;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  protected static final int STATE_DTD_PUBLIC_OR_SYSTEM;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  protected static final int STATE_DTD_AFTER_PUBLIC;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  protected static final int STATE_DTD_AFTER_SYSTEM;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  protected static final int STATE_DTD_BEFORE_PUBLIC_ID;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  protected static final int STATE_DTD_PUBLIC_ID;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  protected static final int STATE_DTD_AFTER_PUBLIC_ID;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  protected static final int STATE_DTD_BEFORE_SYSTEM_ID;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  protected static final int STATE_DTD_SYSTEM_ID;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

  protected static final int STATE_DTD_AFTER_SYSTEM_ID;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  protected static final int STATE_DTD_INT_SUBSET;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  protected static final int STATE_DTD_EXPECT_CLOSING_GT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 50

  protected static final int STATE_TEXT_AMP;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  protected static final int STATE_TEXT_AMP_NAME;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  protected static final int STATE_COMMENT_CONTENT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int STATE_COMMENT_HYPHEN;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int STATE_COMMENT_HYPHEN2;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  protected static final int STATE_CDATA_CONTENT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int STATE_CDATA_C;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int STATE_CDATA_CD;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  protected static final int STATE_CDATA_CDA;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  protected static final int STATE_CDATA_CDAT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  protected static final int STATE_CDATA_CDATA;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  protected static final int STATE_PI_AFTER_TARGET;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int STATE_PI_AFTER_TARGET_WS;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int STATE_PI_AFTER_TARGET_QMARK;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  protected static final int STATE_PI_IN_TARGET;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  protected static final int STATE_PI_IN_DATA;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  protected static final int STATE_SE_ELEM_NAME;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int STATE_SE_SPACE_OR_END;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int STATE_SE_SPACE_OR_ATTRNAME;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  protected static final int STATE_SE_ATTR_NAME;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  protected static final int STATE_SE_SPACE_OR_EQ;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  protected static final int STATE_SE_SPACE_OR_ATTRVALUE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  protected static final int STATE_SE_ATTR_VALUE_NORMAL;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  protected static final int STATE_SE_ATTR_VALUE_NSDECL;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  protected static final int STATE_SE_SEEN_SLASH;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  protected static final int STATE_EE_NEED_GT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int PENDING_STATE_CR;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  protected static final int PENDING_STATE_XMLDECL_LT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -5

  protected static final int PENDING_STATE_XMLDECL_LTQ;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -6

  protected static final int PENDING_STATE_XMLDECL_TARGET;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -7

  protected static final int PENDING_STATE_PI_QMARK;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -15

  protected static final int PENDING_STATE_COMMENT_HYPHEN1;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -20

  protected static final int PENDING_STATE_COMMENT_HYPHEN2;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -21

  protected static final int PENDING_STATE_CDATA_BRACKET1;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -30

  protected static final int PENDING_STATE_CDATA_BRACKET2;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -31

  protected static final int PENDING_STATE_ENT_SEEN_HASH;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -70

  protected static final int PENDING_STATE_ENT_SEEN_HASH_X;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -71

  protected static final int PENDING_STATE_ENT_IN_DEC_DIGIT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -72

  protected static final int PENDING_STATE_ENT_IN_HEX_DIGIT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -73

  protected static final int PENDING_STATE_ATTR_VALUE_AMP;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -60

  protected static final int PENDING_STATE_ATTR_VALUE_AMP_HASH;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -61

  protected static final int PENDING_STATE_ATTR_VALUE_AMP_HASH_X;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -62

  protected static final int PENDING_STATE_ATTR_VALUE_ENTITY_NAME;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -63

  protected static final int PENDING_STATE_ATTR_VALUE_DEC_DIGIT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -64

  protected static final int PENDING_STATE_ATTR_VALUE_HEX_DIGIT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -65

  protected static final int PENDING_STATE_TEXT_AMP;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -80

  protected static final int PENDING_STATE_TEXT_AMP_HASH;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -81

  protected static final int PENDING_STATE_TEXT_DEC_ENTITY;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -82

  protected static final int PENDING_STATE_TEXT_HEX_ENTITY;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -83

  protected static final int PENDING_STATE_TEXT_IN_ENTITY;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -84

  protected static final int PENDING_STATE_TEXT_BRACKET1;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -85

  protected static final int PENDING_STATE_TEXT_BRACKET2;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: -86

  protected com.fasterxml.aalto.util.XmlCharTypes _charTypes;
    descriptor: Lcom/fasterxml/aalto/util/XmlCharTypes;
    flags: (0x0004) ACC_PROTECTED

  protected com.fasterxml.aalto.in.ByteBasedPNameTable _symbols;
    descriptor: Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
    flags: (0x0004) ACC_PROTECTED

  protected int[] _quadBuffer;
    descriptor: [I
    flags: (0x0004) ACC_PROTECTED

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

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

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

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

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

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

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

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

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

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

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

  protected byte _elemAttrQuote;
    descriptor: B
    flags: (0x0004) ACC_PROTECTED

  protected com.fasterxml.aalto.in.PName _elemAttrName;
    descriptor: Lcom/fasterxml/aalto/in/PName;
    flags: (0x0004) ACC_PROTECTED

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

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

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

  protected void <init>(com.fasterxml.aalto.in.ReaderConfig);
    descriptor: (Lcom/fasterxml/aalto/in/ReaderConfig;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // com.fasterxml.aalto.in.ReaderConfig cfg
         0: .line 344
            aload 0 /* this */
            aload 1 /* cfg */
            invokespecial com.fasterxml.aalto.in.ByteBasedScanner.<init>:(Lcom/fasterxml/aalto/in/ReaderConfig;)V
         1: .line 220
            aload 0 /* this */
            bipush 32
            newarray 10
            putfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
         2: .line 233
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
         3: .line 246
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteScanner._surroundingEvent:I
         4: .line 264
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
         5: .line 270
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._endOfInput:Z
         6: .line 292
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currQuadBytes:I
         7: .line 297
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._entityValue:I
         8: .line 349
            return
        end local 1 // com.fasterxml.aalto.in.ReaderConfig cfg
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0    9     1   cfg  Lcom/fasterxml/aalto/in/ReaderConfig;
    MethodParameters:
      Name  Flags
      cfg   

  protected void _activateEncoding();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 360
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._symbols:Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
            ifnonnull 3
         1: .line 361
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.getCharTypes:()Lcom/fasterxml/aalto/util/XmlCharTypes;
            putfield com.fasterxml.aalto.async.AsyncByteScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
         2: .line 362
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.getBBSymbols:()Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
            putfield com.fasterxml.aalto.async.AsyncByteScanner._symbols:Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
         3: .line 364
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;

  public void endOfInput();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 368
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._endOfInput:Z
         1: .line 369
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;

  protected void _releaseBuffers();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 374
            aload 0 /* this */
            invokespecial com.fasterxml.aalto.in.ByteBasedScanner._releaseBuffers:()V
         1: .line 375
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._symbols:Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
            invokevirtual com.fasterxml.aalto.in.ByteBasedPNameTable.maybeDirty:()Z
            ifeq 3
         2: .line 376
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._symbols:Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.updateBBSymbols:(Lcom/fasterxml/aalto/in/ByteBasedPNameTable;)V
         3: .line 378
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;

  protected void _closeSource();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 390
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._endOfInput:Z
         1: .line 391
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws java.io.IOException

  protected void verifyAndSetXmlVersion();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 401
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            ldc "1.0"
            invokevirtual com.fasterxml.aalto.util.TextBuilder.equalsString:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 402
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            ldc "1.0"
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.setXmlVersion:(Ljava/lang/String;)V
         2: .line 403
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            ldc "1.1"
            invokevirtual com.fasterxml.aalto.util.TextBuilder.equalsString:(Ljava/lang/String;)Z
            ifeq 6
         4: .line 404
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            ldc "1.1"
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.setXmlVersion:(Ljava/lang/String;)V
         5: .line 405
            goto 7
         6: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Unrecognized XML version '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.contentsAsString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' (expected '1.0' or '1.1')"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportInputProblem:(Ljava/lang/String;)V
         7: .line 408
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected void verifyAndSetXmlEncoding();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 412
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.contentsAsString:()Ljava/lang/String;
            invokestatic com.fasterxml.aalto.util.CharsetNames.normalize:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* enc */
        start local 1 // java.lang.String enc
         1: .line 413
            ldc "UTF-8"
            aload 1 /* enc */
            if_acmpeq 4
            ldc "US-ASCII"
            aload 1 /* enc */
            if_acmpeq 4
         2: .line 414
            ldc "ISO-8859-1"
            aload 1 /* enc */
            if_acmpeq 4
         3: .line 415
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Unsupported encoding '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* enc */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "': only UTF-8 and US-ASCII support by async parser"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportInputProblem:(Ljava/lang/String;)V
         4: .line 419
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 1 /* enc */
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.setXmlEncoding:(Ljava/lang/String;)V
         5: .line 420
            aload 1 /* enc */
            ifnull 7
         6: .line 421
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            aload 1 /* enc */
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.setActualEncoding:(Ljava/lang/String;)V
         7: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.getCharTypes:()Lcom/fasterxml/aalto/util/XmlCharTypes;
            putfield com.fasterxml.aalto.async.AsyncByteScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
         8: .line 424
            return
        end local 1 // java.lang.String enc
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            1    9     1   enc  Ljava/lang/String;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected void verifyAndSetXmlStandalone();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 428
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            ldc "yes"
            invokevirtual com.fasterxml.aalto.util.TextBuilder.equalsString:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 429
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.setXmlStandalone:(Ljava/lang/Boolean;)V
         2: .line 430
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            ldc "no"
            invokevirtual com.fasterxml.aalto.util.TextBuilder.equalsString:(Ljava/lang/String;)Z
            ifeq 6
         4: .line 431
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._config:Lcom/fasterxml/aalto/in/ReaderConfig;
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokevirtual com.fasterxml.aalto.in.ReaderConfig.setXmlStandalone:(Ljava/lang/Boolean;)V
         5: .line 432
            goto 7
         6: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Invalid standalone value '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.contentsAsString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "': can only use 'yes' and 'no'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportInputProblem:(Ljava/lang/String;)V
         7: .line 435
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected void verifyAndSetPublicId();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 438
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.contentsAsString:()Ljava/lang/String;
            putfield com.fasterxml.aalto.async.AsyncByteScanner._publicId:Ljava/lang/String;
         1: .line 439
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected void verifyAndSetSystemId();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 442
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.contentsAsString:()Ljava/lang/String;
            putfield com.fasterxml.aalto.async.AsyncByteScanner._systemId:Ljava/lang/String;
         1: .line 443
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract byte _currentByte();
    descriptor: ()B
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract byte _nextByte();
    descriptor: ()B
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract byte _prevByte();
    descriptor: ()B
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract int handlePI();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract boolean handleDTDInternalSubset(boolean);
    descriptor: (Z)Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      init  

  protected abstract int handleComment();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract int handleStartElementStart(byte);
    descriptor: (B)I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      b     

  protected abstract int handleStartElement();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract com.fasterxml.aalto.in.PName parsePName();
    descriptor: ()Lcom/fasterxml/aalto/in/PName;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract com.fasterxml.aalto.in.PName parseNewName(byte);
    descriptor: (B)Lcom/fasterxml/aalto/in/PName;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      b     

  protected abstract boolean asyncSkipSpace();
    descriptor: ()Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract boolean handlePartialCR();
    descriptor: ()Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  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.async.AsyncByteScanner this
         0: .line 482
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenIncomplete:Z
         1: .line 483
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._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 485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.finishPI:()V
         3: .line 486
            goto 15
         4: .line 488
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.finishCharacters:()V
         5: .line 489
            goto 15
         6: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.finishComment:()V
         7: .line 492
            goto 15
         8: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.finishSpace:()V
         9: .line 495
            goto 15
        10: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.finishDTD:(Z)V
        11: .line 498
            goto 15
        12: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.finishCData:()V
        13: .line 501
            goto 15
        14: .line 503
      StackMap locals:
      StackMap stack:
            invokestatic com.fasterxml.aalto.impl.ErrorConsts.throwInternalError:()V
        15: .line 505
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract int startCharacters(byte);
    descriptor: (B)I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      b     

  protected abstract boolean handleAttrValue();
    descriptor: ()Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract boolean handleNsDecl();
    descriptor: ()Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected void finishCData();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 540
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
         1: .line 541
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected void finishComment();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 547
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
         1: .line 548
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected void finishDTD(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // boolean copyContents
         0: .line 554
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
         1: .line 555
            return
        end local 1 // boolean copyContents
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0    2     1  copyContents  Z
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
              Name  Flags
      copyContents  

  protected void finishPI();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 561
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
         1: .line 562
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected void finishSpace();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 568
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
         1: .line 569
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract boolean skipCharacters();
    descriptor: ()Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected void skipCData();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 585
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
         1: .line 586
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected void skipComment();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 592
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
         1: .line 593
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected void skipPI();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 599
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
         1: .line 600
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected void skipSpace();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 606
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
         1: .line 607
            return
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected boolean loadMore();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 613
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
         1: .line 614
            iconst_0
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected abstract void finishCharacters();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final com.fasterxml.aalto.in.PName findPName(int, int);
    descriptor: (II)Lcom/fasterxml/aalto/in/PName;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // int lastQuad
        start local 2 // int lastByteCount
         0: .line 640
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
         1: .line 641
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadCount:I
            istore 3 /* qlen */
        start local 3 // int qlen
         2: .line 643
            iload 2 /* lastByteCount */
            ifne 5
         3: .line 644
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iinc 3 /* qlen */ -1
            iload 3 /* qlen */
            iaload
            istore 1 /* lastQuad */
         4: .line 645
            iconst_4
            istore 2 /* lastByteCount */
         5: .line 648
      StackMap locals: int
      StackMap stack:
            iload 3 /* qlen */
            iconst_1
            if_icmpgt 20
         6: .line 649
            iload 3 /* qlen */
            ifne 13
         7: .line 650
            iload 1 /* lastQuad */
            invokestatic com.fasterxml.aalto.in.ByteBasedPNameTable.calcHash:(I)I
            istore 4 /* hash */
        start local 4 // int hash
         8: .line 651
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._symbols:Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
            iload 4 /* hash */
            iload 1 /* lastQuad */
            iconst_0
            invokevirtual com.fasterxml.aalto.in.ByteBasedPNameTable.findSymbol:(III)Lcom/fasterxml/aalto/in/ByteBasedPName;
            astore 5 /* name */
        start local 5 // com.fasterxml.aalto.in.PName name
         9: .line 652
            aload 5 /* name */
            ifnonnull 12
        10: .line 654
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iconst_0
            iload 1 /* lastQuad */
            iastore
        11: .line 655
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._symbols:Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
            iload 4 /* hash */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iconst_1
            iload 2 /* lastByteCount */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.addPName:(Lcom/fasterxml/aalto/in/ByteBasedPNameTable;I[III)Lcom/fasterxml/aalto/in/PName;
            astore 5 /* name */
        12: .line 657
      StackMap locals: int com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 5 /* name */
            areturn
        end local 5 // com.fasterxml.aalto.in.PName name
        end local 4 // int hash
        13: .line 659
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iconst_0
            iaload
            istore 4 /* firstQuad */
        start local 4 // int firstQuad
        14: .line 660
            iload 4 /* firstQuad */
            iload 1 /* lastQuad */
            invokestatic com.fasterxml.aalto.in.ByteBasedPNameTable.calcHash:(II)I
            istore 5 /* hash */
        start local 5 // int hash
        15: .line 661
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._symbols:Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
            iload 5 /* hash */
            iload 4 /* firstQuad */
            iload 1 /* lastQuad */
            invokevirtual com.fasterxml.aalto.in.ByteBasedPNameTable.findSymbol:(III)Lcom/fasterxml/aalto/in/ByteBasedPName;
            astore 6 /* name */
        start local 6 // com.fasterxml.aalto.in.PName name
        16: .line 662
            aload 6 /* name */
            ifnonnull 19
        17: .line 664
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iconst_1
            iload 1 /* lastQuad */
            iastore
        18: .line 665
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._symbols:Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
            iload 5 /* hash */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iconst_2
            iload 2 /* lastByteCount */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.addPName:(Lcom/fasterxml/aalto/in/ByteBasedPNameTable;I[III)Lcom/fasterxml/aalto/in/PName;
            astore 6 /* name */
        19: .line 667
      StackMap locals: int int com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 6 /* name */
            areturn
        end local 6 // com.fasterxml.aalto.in.PName name
        end local 5 // int hash
        end local 4 // int firstQuad
        20: .line 671
      StackMap locals:
      StackMap stack:
            iload 3 /* qlen */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            arraylength
            if_icmplt 22
        21: .line 672
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([II)[I
            putfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
        22: .line 674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iload 3 /* qlen */
            iinc 3 /* qlen */ 1
            iload 1 /* lastQuad */
            iastore
        23: .line 675
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iload 3 /* qlen */
            invokestatic com.fasterxml.aalto.in.ByteBasedPNameTable.calcHash:([II)I
            istore 4 /* hash */
        start local 4 // int hash
        24: .line 676
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._symbols:Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
            iload 4 /* hash */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iload 3 /* qlen */
            invokevirtual com.fasterxml.aalto.in.ByteBasedPNameTable.findSymbol:(I[II)Lcom/fasterxml/aalto/in/ByteBasedPName;
            astore 5 /* name */
        start local 5 // com.fasterxml.aalto.in.PName name
        25: .line 677
            aload 5 /* name */
            ifnonnull 27
        26: .line 678
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._symbols:Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
            iload 4 /* hash */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iload 3 /* qlen */
            iload 2 /* lastByteCount */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.addPName:(Lcom/fasterxml/aalto/in/ByteBasedPNameTable;I[III)Lcom/fasterxml/aalto/in/PName;
            astore 5 /* name */
        27: .line 680
      StackMap locals: int com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 5 /* name */
            areturn
        end local 5 // com.fasterxml.aalto.in.PName name
        end local 4 // int hash
        end local 3 // int qlen
        end local 2 // int lastByteCount
        end local 1 // int lastQuad
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   28     0           this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0   28     1       lastQuad  I
            0   28     2  lastByteCount  I
            2   28     3           qlen  I
            8   13     4           hash  I
            9   13     5           name  Lcom/fasterxml/aalto/in/PName;
           14   20     4      firstQuad  I
           15   20     5           hash  I
           16   20     6           name  Lcom/fasterxml/aalto/in/PName;
           24   28     4           hash  I
           25   28     5           name  Lcom/fasterxml/aalto/in/PName;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
               Name  Flags
      lastQuad       
      lastByteCount  

  protected final com.fasterxml.aalto.in.PName addPName(com.fasterxml.aalto.in.ByteBasedPNameTable, int, int[], int, int);
    descriptor: (Lcom/fasterxml/aalto/in/ByteBasedPNameTable;I[III)Lcom/fasterxml/aalto/in/PName;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // com.fasterxml.aalto.in.ByteBasedPNameTable symbols
        start local 2 // int hash
        start local 3 // int[] quads
        start local 4 // int qlen
        start local 5 // int lastQuadBytes
         0: .line 687
            aload 0 /* this */
            aload 1 /* symbols */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._charTypes:Lcom/fasterxml/aalto/util/XmlCharTypes;
            iload 2 /* hash */
            aload 3 /* quads */
            iload 4 /* qlen */
            iload 5 /* lastQuadBytes */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.addUTFPName:(Lcom/fasterxml/aalto/in/ByteBasedPNameTable;Lcom/fasterxml/aalto/util/XmlCharTypes;I[III)Lcom/fasterxml/aalto/in/PName;
            areturn
        end local 5 // int lastQuadBytes
        end local 4 // int qlen
        end local 3 // int[] quads
        end local 2 // int hash
        end local 1 // com.fasterxml.aalto.in.ByteBasedPNameTable symbols
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0    1     1        symbols  Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
            0    1     2           hash  I
            0    1     3          quads  [I
            0    1     4           qlen  I
            0    1     5  lastQuadBytes  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
               Name  Flags
      symbols        
      hash           
      quads          
      qlen           
      lastQuadBytes  

  protected void verifyAndAppendEntityCharacter(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // int charFromEntity
         0: .line 702
            aload 0 /* this */
            iload 1 /* charFromEntity */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.verifyXmlChar:(I)V
         1: .line 704
            iload 1 /* charFromEntity */
            bipush 16
            ishr
            ifeq 5
         2: .line 705
            iload 1 /* charFromEntity */
            ldc 65536
            isub
            istore 1 /* charFromEntity */
         3: .line 706
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            ldc 55296
            iload 1 /* charFromEntity */
            bipush 10
            ishr
            ior
            i2c
            invokevirtual com.fasterxml.aalto.util.TextBuilder.append:(C)V
         4: .line 707
            ldc 56320
            iload 1 /* charFromEntity */
            sipush 1023
            iand
            ior
            istore 1 /* charFromEntity */
         5: .line 709
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 1 /* charFromEntity */
            i2c
            invokevirtual com.fasterxml.aalto.util.TextBuilder.append:(C)V
         6: .line 710
            return
        end local 1 // int charFromEntity
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0    7     1  charFromEntity  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
                Name  Flags
      charFromEntity  

  protected boolean validPublicIdChar(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // int c
         0: .line 723
            iload 1 /* c */
            bipush 10
            if_icmpeq 14
         1: .line 724
            iload 1 /* c */
            bipush 13
            if_icmpeq 14
         2: .line 725
            iload 1 /* c */
            bipush 32
            if_icmpeq 14
         3: .line 726
            iload 1 /* c */
            bipush 48
            if_icmplt 4
            iload 1 /* c */
            bipush 57
            if_icmple 14
         4: .line 727
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 64
            if_icmplt 5
            iload 1 /* c */
            bipush 90
            if_icmple 14
         5: .line 728
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 97
            if_icmplt 6
            iload 1 /* c */
            bipush 122
            if_icmple 14
         6: .line 729
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 33
            if_icmpeq 14
         7: .line 730
            iload 1 /* c */
            bipush 35
            if_icmplt 8
            iload 1 /* c */
            bipush 37
            if_icmple 14
         8: .line 731
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 39
            if_icmplt 9
            iload 1 /* c */
            bipush 47
            if_icmple 14
         9: .line 732
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 58
            if_icmplt 10
            iload 1 /* c */
            bipush 59
            if_icmple 14
        10: .line 733
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 61
            if_icmpeq 14
        11: .line 734
            iload 1 /* c */
            bipush 63
            if_icmpeq 14
        12: .line 735
            iload 1 /* c */
            bipush 95
            if_icmpeq 14
        13: .line 722
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        14: iconst_1
            ireturn
        end local 1 // int c
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0   15     1     c  I
    MethodParameters:
      Name  Flags
      c     

  protected int decodeCharForError(byte);
    descriptor: (B)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // byte b
         0: .line 747
            iload 1 /* b */
            ireturn
        end local 1 // byte b
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0    1     1     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      b     

  protected void checkPITargetName(com.fasterxml.aalto.in.PName);
    descriptor: (Lcom/fasterxml/aalto/in/PName;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // com.fasterxml.aalto.in.PName targetName
         0: .line 752
            aload 1 /* targetName */
            invokevirtual com.fasterxml.aalto.in.PName.getLocalName:()Ljava/lang/String;
            astore 2 /* ln */
        start local 2 // java.lang.String ln
         1: .line 753
            aload 2 /* ln */
            invokevirtual java.lang.String.length:()I
            iconst_3
            if_icmpne 4
            aload 2 /* ln */
            ldc "xml"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 4
         2: .line 754
            aload 1 /* targetName */
            invokevirtual com.fasterxml.aalto.in.PName.hasPrefix:()Z
            ifne 4
         3: .line 755
            aload 0 /* this */
            getstatic com.fasterxml.aalto.impl.ErrorConsts.ERR_WF_PI_XML_TARGET:Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportInputProblem:(Ljava/lang/String;)V
         4: .line 757
      StackMap locals: java.lang.String
      StackMap stack:
            return
        end local 2 // java.lang.String ln
        end local 1 // com.fasterxml.aalto.in.PName targetName
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0    5     1  targetName  Lcom/fasterxml/aalto/in/PName;
            1    5     2          ln  Ljava/lang/String;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
            Name  Flags
      targetName  

  protected int throwInternal();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 760
            new java.lang.IllegalStateException
            dup
            ldc "Internal error: should never execute this code path"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;

  protected void reportInvalidOther(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // int mask
        start local 2 // int ptr
         0: .line 765
            aload 0 /* this */
            iload 2 /* ptr */
            putfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
         1: .line 766
            aload 0 /* this */
            iload 1 /* mask */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportInvalidOther:(I)V
         2: .line 767
            return
        end local 2 // int ptr
        end local 1 // int mask
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0    3     1  mask  I
            0    3     2   ptr  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      mask  
      ptr   

  public final int nextFromProlog(boolean);
    descriptor: (Z)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // boolean isProlog
         0: .line 780
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._currToken:I
            sipush 257
            if_icmpeq 11
         1: .line 782
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.setStartLocation:()V
         2: .line 785
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._currToken:I
            bipush 7
            if_icmpne 9
         3: .line 786
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currToken:I
         4: .line 787
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnull 11
         5: .line 788
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
         6: .line 789
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
         7: .line 790
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.checkPITargetName:(Lcom/fasterxml/aalto/in/PName;)V
         8: .line 791
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handlePI:()I
            ireturn
         9: .line 794
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            sipush 257
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currToken:I
        10: .line 795
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        11: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
            sipush 257
            if_icmpne 71
        12: .line 802
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
            iconst_1
            if_icmpne 33
        13: .line 803
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 15
        14: .line 804
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._currToken:I
            ireturn
        15: .line 807
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
            ifeq 22
        16: .line 808
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.startXmlDeclaration:()Ljava/lang/Boolean;
            astore 2 /* b */
        start local 2 // java.lang.Boolean b
        17: .line 809
            aload 2 /* b */
            ifnonnull 19
        18: .line 810
            sipush 257
            ireturn
        19: .line 812
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 2 /* b */
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            if_acmpne 21
        20: .line 813
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._startDocumentNoXmlDecl:()I
            ireturn
        21: .line 815
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handleXmlDeclaration:()I
            ireturn
        end local 2 // java.lang.Boolean b
        22: .line 817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._currentByte:()B
            bipush 60
            if_icmpne 31
        23: .line 818
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
        24: .line 819
            aload 0 /* this */
            bipush -5
            putfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
        25: .line 820
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.startXmlDeclaration:()Ljava/lang/Boolean;
            astore 2 /* b */
        start local 2 // java.lang.Boolean b
        26: .line 821
            aload 2 /* b */
            ifnonnull 28
        27: .line 822
            sipush 257
            ireturn
        28: .line 824
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 2 /* b */
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            if_acmpne 30
        29: .line 825
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._startDocumentNoXmlDecl:()I
            ireturn
        30: .line 827
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handleXmlDeclaration:()I
            ireturn
        end local 2 // java.lang.Boolean b
        31: .line 830
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        32: .line 831
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._startDocumentNoXmlDecl:()I
            ireturn
        33: .line 835
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
            ifeq 53
        34: .line 836
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handlePartialCR:()Z
            ifne 53
        35: .line 837
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._currToken:I
            ireturn
        36: .line 841
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 41
        37: .line 842
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._endOfInput:Z
            ifeq 40
        38: .line 843
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.setStartLocation:()V
        39: .line 844
            iconst_m1
            ireturn
        40: .line 846
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._currToken:I
            ireturn
        41: .line 848
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 2 /* b */
        start local 2 // byte b
        42: .line 852
            iload 2 /* b */
            bipush 60
            if_icmpne 45
        43: .line 853
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        44: .line 854
            goto 54
        45: .line 856
      StackMap locals: int
      StackMap stack:
            iload 2 /* b */
            bipush 32
            if_icmpeq 47
            iload 2 /* b */
            bipush 13
            if_icmpeq 47
        46: .line 857
            iload 2 /* b */
            bipush 10
            if_icmpeq 47
            iload 2 /* b */
            bipush 9
            if_icmpne 52
        47: .line 859
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 53
        48: .line 860
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._endOfInput:Z
            ifeq 51
        49: .line 861
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.setStartLocation:()V
        50: .line 862
            iconst_m1
            ireturn
        51: .line 864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._currToken:I
            ireturn
        52: .line 867
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* isProlog */
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            aconst_null
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 2 // byte b
        53: .line 840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
            ifeq 36
        54: .line 870
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
            iconst_2
            if_icmpne 68
        55: .line 871
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 57
        56: .line 872
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._currToken:I
            ireturn
        57: .line 874
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 2 /* b */
        start local 2 // byte b
        58: .line 875
            iload 2 /* b */
            bipush 33
            if_icmpne 61
        59: .line 876
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        60: .line 877
            aload 0 /* this */
            iload 1 /* isProlog */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handlePrologDeclStart:(Z)I
            ireturn
        61: .line 879
      StackMap locals: int
      StackMap stack:
            iload 2 /* b */
            bipush 63
            if_icmpne 65
        62: .line 880
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
        63: .line 881
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        64: .line 882
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handlePI:()I
            ireturn
        65: .line 884
      StackMap locals:
      StackMap stack:
            iload 2 /* b */
            bipush 47
            if_icmpeq 66
            iload 1 /* isProlog */
            ifne 67
        66: .line 885
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* isProlog */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpElement:(ZI)V
        67: .line 887
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handleStartElementStart:(B)I
            ireturn
        end local 2 // byte b
        68: .line 889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
            iconst_3
            if_icmpne 70
        69: .line 890
            aload 0 /* this */
            iload 1 /* isProlog */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handlePrologDeclStart:(Z)I
            ireturn
        70: .line 893
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            ireturn
        71: .line 897
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
            tableswitch { // 1 - 11
                    1: 72
                    2: 77
                    3: 74
                    4: 77
                    5: 75
                    6: 77
                    7: 73
                    8: 77
                    9: 77
                   10: 77
                   11: 76
              default: 77
          }
        72: .line 899
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handleStartElement:()I
            ireturn
        73: .line 901
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handleXmlDeclaration:()I
            ireturn
        74: .line 903
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handlePI:()I
            ireturn
        75: .line 905
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handleComment:()I
            ireturn
        76: .line 907
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handleDTD:()I
            ireturn
        77: .line 909
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            ireturn
        end local 1 // boolean isProlog
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   78     0      this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0   78     1  isProlog  Z
           17   22     2         b  Ljava/lang/Boolean;
           26   31     2         b  Ljava/lang/Boolean;
           42   53     2         b  B
           58   68     2         b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
          Name  Flags
      isProlog  

  protected int _startDocumentNoXmlDecl();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 920
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._activateEncoding:()V
         1: .line 921
            aload 0 /* this */
            bipush 7
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currToken:I
         2: .line 922
            bipush 7
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private final int handlePrologDeclStart(boolean);
    descriptor: (Z)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // boolean isProlog
         0: .line 927
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 2
         1: .line 928
            sipush 257
            ireturn
         2: .line 930
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 2 /* b */
        start local 2 // byte b
         3: .line 932
            iload 2 /* b */
            bipush 45
            if_icmpne 7
         4: .line 933
            aload 0 /* this */
            iconst_5
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
         5: .line 934
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
         6: .line 935
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handleComment:()I
            ireturn
         7: .line 937
      StackMap locals: int
      StackMap stack:
            iload 2 /* b */
            bipush 68
            if_icmpne 11
         8: .line 938
            aload 0 /* this */
            bipush 11
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
         9: .line 939
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        10: .line 940
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handleDTD:()I
            ireturn
        11: .line 942
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* isProlog */
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected '-' for COMMENT)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        12: .line 943
            sipush 257
            ireturn
        end local 2 // byte b
        end local 1 // boolean isProlog
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0   13     1  isProlog  Z
            3   13     2         b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
          Name  Flags
      isProlog  

  private final java.lang.Boolean startXmlDeclaration();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 956
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 2
         1: .line 957
            aconst_null
            areturn
         2: .line 959
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
            bipush -5
            if_icmpne 11
         3: .line 960
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._currentByte:()B
            bipush 63
            if_icmpeq 7
         4: .line 961
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
         5: .line 962
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
         6: .line 963
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            areturn
         7: .line 965
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
         8: .line 966
            aload 0 /* this */
            bipush -6
            putfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
         9: .line 967
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 11
        10: .line 968
            aconst_null
            areturn
        11: .line 971
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
            bipush -6
            if_icmpne 23
        12: .line 972
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
        13: .line 973
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._parseNewXmlDeclName:(B)Lcom/fasterxml/aalto/in/PName;
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        14: .line 974
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 17
        15: .line 975
            aload 0 /* this */
            bipush -7
            putfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
        16: .line 976
            aconst_null
            areturn
        17: .line 979
      StackMap locals: int
      StackMap stack:
            ldc "xml"
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 33
        18: .line 980
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
        19: .line 981
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        20: .line 982
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
        21: .line 983
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.checkPITargetName:(Lcom/fasterxml/aalto/in/PName;)V
        22: .line 984
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            areturn
        end local 1 // byte b
        23: .line 986
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
            bipush -7
            if_icmpne 32
        24: .line 987
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._parseXmlDeclName:()Lcom/fasterxml/aalto/in/PName;
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 26
        25: .line 988
            aconst_null
            areturn
        26: .line 990
      StackMap locals:
      StackMap stack:
            ldc "xml"
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 33
        27: .line 991
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
        28: .line 992
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        29: .line 993
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
        30: .line 994
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.checkPITargetName:(Lcom/fasterxml/aalto/in/PName;)V
        31: .line 995
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            areturn
        32: .line 998
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
        33: .line 1000
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
        34: .line 1001
            aload 0 /* this */
            bipush 7
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
        35: .line 1002
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        36: .line 1003
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            areturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   37     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
           13   23     1     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private int handleXmlDeclaration();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 1016
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
            iconst_m1
            if_icmpne 192
         1: .line 1017
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handlePartialCR:()Z
            ifne 192
         2: .line 1018
            sipush 257
            ireturn
         3: .line 1024
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
            tableswitch { // 1 - 20
                    1: 4
                    2: 11
                    3: 20
                    4: 27
                    5: 35
                    6: 47
                    7: 54
                    8: 64
                    9: 81
                   10: 92
                   11: 100
                   12: 113
                   13: 120
                   14: 130
                   15: 143
                   16: 150
                   17: 158
                   18: 170
                   19: 177
                   20: 184
              default: 191
          }
         4: .line 1027
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
         5: .line 1028
            iload 1 /* b */
            bipush 32
            if_icmpeq 6
            iload 1 /* b */
            bipush 13
            if_icmpeq 6
            iload 1 /* b */
            bipush 10
            if_icmpeq 6
            iload 1 /* b */
            bipush 9
            if_icmpne 8
         6: .line 1029
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
         7: .line 1030
            goto 9
         8: .line 1031
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected space after 'xml' in xml declaration)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
         9: .line 1034
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 11
        10: .line 1035
            goto 192
        11: .line 1039
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 13
        12: .line 1040
            goto 192
        13: .line 1042
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._parseNewXmlDeclName:(B)Lcom/fasterxml/aalto/in/PName;
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 16
        14: .line 1043
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        15: .line 1044
            goto 192
        16: .line 1046
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ldc "version"
            invokevirtual com.fasterxml.aalto.in.PName.hasPrefixedName:(Ljava/lang/String;)Z
            ifne 18
        17: .line 1047
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Unexpected keyword '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' in XML declaration: expected 'version'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportInputProblem:(Ljava/lang/String;)V
        18: .line 1049
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        19: .line 1050
            goto 192
        20: .line 1052
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._parseXmlDeclName:()Lcom/fasterxml/aalto/in/PName;
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 22
        21: .line 1053
            goto 192
        22: .line 1055
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ldc "version"
            invokevirtual com.fasterxml.aalto.in.PName.hasPrefixedName:(Ljava/lang/String;)Z
            ifne 24
        23: .line 1056
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Unexpected keyword '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' in XML declaration: expected 'version'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportInputProblem:(Ljava/lang/String;)V
        24: .line 1058
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        25: .line 1059
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 27
        26: .line 1060
            goto 192
        27: .line 1064
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 29
        28: .line 1065
            goto 192
        29: .line 1068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
        30: .line 1069
            iload 1 /* b */
            bipush 61
            if_icmpeq 32
        31: .line 1070
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected '=' after 'version' in xml declaration)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
        32: .line 1073
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        33: .line 1074
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 35
        34: .line 1075
            goto 192
        35: .line 1079
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 37
        36: .line 1080
            goto 192
        37: .line 1082
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            putfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
        38: .line 1083
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            bipush 34
            if_icmpeq 40
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            bipush 39
            if_icmpeq 40
        39: .line 1084
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected '\"' or ''' in xml declaration for version value)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        40: .line 1087
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 1 /* buf */
        start local 1 // char[] buf
        41: .line 1088
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmpge 42
            aload 0 /* this */
            aload 1 /* buf */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseXmlDeclAttr:([CI)Z
            ifne 44
        42: .line 1089
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        43: .line 1090
            goto 192
        end local 1 // char[] buf
        44: .line 1093
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.verifyAndSetXmlVersion:()V
        45: .line 1094
            aload 0 /* this */
            bipush 7
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        46: .line 1095
            goto 192
        47: .line 1098
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getCurrentLength:()I
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseXmlDeclAttr:([CI)Z
            ifne 50
        48: .line 1099
            aload 0 /* this */
            bipush 6
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        49: .line 1100
            goto 192
        50: .line 1102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.verifyAndSetXmlVersion:()V
        51: .line 1103
            aload 0 /* this */
            bipush 7
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        52: .line 1104
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 54
        53: .line 1105
            goto 192
        54: .line 1111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
        55: .line 1112
            iload 1 /* b */
            bipush 63
            if_icmpne 58
        56: .line 1113
            aload 0 /* this */
            bipush 20
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        57: .line 1114
            goto 192
        58: .line 1116
      StackMap locals: int
      StackMap stack:
            iload 1 /* b */
            bipush 32
            if_icmpeq 59
            iload 1 /* b */
            bipush 13
            if_icmpeq 59
            iload 1 /* b */
            bipush 10
            if_icmpeq 59
            iload 1 /* b */
            bipush 9
            if_icmpne 61
        59: .line 1117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 8
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        60: .line 1118
            goto 62
        61: .line 1119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected space after version value in xml declaration)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
        62: .line 1122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 64
        63: .line 1123
            goto 192
        64: .line 1128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 66
        65: .line 1129
            goto 192
        66: .line 1132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
        67: .line 1133
            iload 1 /* b */
            bipush 63
            if_icmpne 70
        68: .line 1134
            aload 0 /* this */
            bipush 20
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        69: .line 1135
            goto 192
        70: .line 1137
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._parseNewXmlDeclName:(B)Lcom/fasterxml/aalto/in/PName;
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 73
        71: .line 1138
            aload 0 /* this */
            bipush 9
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        72: .line 1139
            goto 192
        73: .line 1142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ldc "encoding"
            invokevirtual com.fasterxml.aalto.in.PName.hasPrefixedName:(Ljava/lang/String;)Z
            ifeq 76
        74: .line 1143
            aload 0 /* this */
            bipush 10
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        75: .line 1144
            goto 192
      StackMap locals:
      StackMap stack:
        76: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ldc "standalone"
            invokevirtual com.fasterxml.aalto.in.PName.hasPrefixedName:(Ljava/lang/String;)Z
            ifeq 79
        77: .line 1145
            aload 0 /* this */
            bipush 16
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        78: .line 1146
            goto 192
        79: .line 1148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Unexpected keyword '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' in XML declaration: expected 'encoding'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportInputProblem:(Ljava/lang/String;)V
        end local 1 // byte b
        80: .line 1151
            goto 192
        81: .line 1154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._parseXmlDeclName:()Lcom/fasterxml/aalto/in/PName;
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 83
        82: .line 1155
            goto 192
        83: .line 1158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ldc "encoding"
            invokevirtual com.fasterxml.aalto.in.PName.hasPrefixedName:(Ljava/lang/String;)Z
            ifeq 86
        84: .line 1159
            aload 0 /* this */
            bipush 10
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        85: .line 1160
            goto 90
      StackMap locals:
      StackMap stack:
        86: aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ldc "standalone"
            invokevirtual com.fasterxml.aalto.in.PName.hasPrefixedName:(Ljava/lang/String;)Z
            ifeq 89
        87: .line 1161
            aload 0 /* this */
            bipush 16
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        88: .line 1162
            goto 192
        89: .line 1164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Unexpected keyword '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' in XML declaration: expected 'encoding'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportInputProblem:(Ljava/lang/String;)V
        90: .line 1166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 92
        91: .line 1167
            goto 192
        92: .line 1171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 94
        93: .line 1172
            goto 192
        94: .line 1175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
        95: .line 1176
            iload 1 /* b */
            bipush 61
            if_icmpeq 97
        96: .line 1177
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected '=' after 'encoding' in xml declaration)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
        97: .line 1180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 11
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        98: .line 1181
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 100
        99: .line 1182
            goto 192
       100: .line 1186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 102
       101: .line 1187
            goto 192
       102: .line 1189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            putfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
       103: .line 1190
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            bipush 34
            if_icmpeq 105
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            bipush 39
            if_icmpeq 105
       104: .line 1191
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected '\"' or ''' in xml declaration for encoding value)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
       105: .line 1193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 12
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       106: .line 1195
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 1 /* buf */
        start local 1 // char[] buf
       107: .line 1196
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmpge 108
            aload 0 /* this */
            aload 1 /* buf */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseXmlDeclAttr:([CI)Z
            ifne 110
       108: .line 1197
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            bipush 12
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       109: .line 1198
            goto 192
        end local 1 // char[] buf
       110: .line 1201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.verifyAndSetXmlEncoding:()V
       111: .line 1202
            aload 0 /* this */
            bipush 13
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       112: .line 1203
            goto 192
       113: .line 1206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getCurrentLength:()I
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseXmlDeclAttr:([CI)Z
            ifne 116
       114: .line 1207
            aload 0 /* this */
            bipush 12
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       115: .line 1208
            goto 192
       116: .line 1210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.verifyAndSetXmlEncoding:()V
       117: .line 1211
            aload 0 /* this */
            bipush 13
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       118: .line 1212
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 120
       119: .line 1213
            goto 192
       120: .line 1219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
       121: .line 1220
            iload 1 /* b */
            bipush 63
            if_icmpne 124
       122: .line 1221
            aload 0 /* this */
            bipush 20
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       123: .line 1222
            goto 192
       124: .line 1224
      StackMap locals: int
      StackMap stack:
            iload 1 /* b */
            bipush 32
            if_icmpeq 125
            iload 1 /* b */
            bipush 13
            if_icmpeq 125
            iload 1 /* b */
            bipush 10
            if_icmpeq 125
            iload 1 /* b */
            bipush 9
            if_icmpne 127
       125: .line 1225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 14
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       126: .line 1226
            goto 128
       127: .line 1227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected space after encoding value in xml declaration)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
       128: .line 1230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 130
       129: .line 1231
            goto 192
       130: .line 1236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 132
       131: .line 1237
            goto 192
       132: .line 1240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
       133: .line 1241
            iload 1 /* b */
            bipush 63
            if_icmpne 136
       134: .line 1242
            aload 0 /* this */
            bipush 20
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       135: .line 1243
            goto 192
       136: .line 1245
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._parseNewXmlDeclName:(B)Lcom/fasterxml/aalto/in/PName;
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 139
       137: .line 1246
            aload 0 /* this */
            bipush 15
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       138: .line 1247
            goto 192
       139: .line 1249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ldc "standalone"
            invokevirtual com.fasterxml.aalto.in.PName.hasPrefixedName:(Ljava/lang/String;)Z
            ifne 141
       140: .line 1250
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Unexpected keyword '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' in XML declaration: expected 'standalone'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportInputProblem:(Ljava/lang/String;)V
        end local 1 // byte b
       141: .line 1253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 16
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       142: .line 1254
            goto 192
       143: .line 1257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._parseXmlDeclName:()Lcom/fasterxml/aalto/in/PName;
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 145
       144: .line 1258
            goto 192
       145: .line 1260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ldc "standalone"
            invokevirtual com.fasterxml.aalto.in.PName.hasPrefixedName:(Ljava/lang/String;)Z
            ifne 147
       146: .line 1261
            aload 0 /* this */
            ldc "Unexpected keyword 'encoding' in XML declaration: expected 'standalone'"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportInputProblem:(Ljava/lang/String;)V
       147: .line 1263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 16
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       148: .line 1264
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 150
       149: .line 1265
            goto 192
       150: .line 1269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 152
       151: .line 1270
            goto 192
       152: .line 1273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
       153: .line 1274
            iload 1 /* b */
            bipush 61
            if_icmpeq 155
       154: .line 1275
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected '=' after 'standalone' in xml declaration)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
       155: .line 1278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 17
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       156: .line 1279
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 158
       157: .line 1280
            goto 192
       158: .line 1284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 160
       159: .line 1285
            goto 192
       160: .line 1287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            putfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
       161: .line 1288
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            bipush 34
            if_icmpeq 163
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            bipush 39
            if_icmpeq 163
       162: .line 1289
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected '\"' or ''' in xml declaration for standalone value)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
       163: .line 1292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 1 /* buf */
        start local 1 // char[] buf
       164: .line 1293
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmpge 165
            aload 0 /* this */
            aload 1 /* buf */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseXmlDeclAttr:([CI)Z
            ifne 167
       165: .line 1294
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            bipush 18
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       166: .line 1295
            goto 192
        end local 1 // char[] buf
       167: .line 1298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.verifyAndSetXmlStandalone:()V
       168: .line 1299
            aload 0 /* this */
            bipush 19
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       169: .line 1300
            goto 192
       170: .line 1304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getCurrentLength:()I
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseXmlDeclAttr:([CI)Z
            ifne 173
       171: .line 1305
            aload 0 /* this */
            bipush 18
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       172: .line 1306
            goto 192
       173: .line 1308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.verifyAndSetXmlStandalone:()V
       174: .line 1309
            aload 0 /* this */
            bipush 19
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       175: .line 1310
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 177
       176: .line 1311
            goto 192
       177: .line 1315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 179
       178: .line 1316
            goto 192
       179: .line 1318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            bipush 63
            if_icmpeq 181
       180: .line 1319
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._prevByte:()B
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected '?>' to end xml declaration)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
       181: .line 1321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 20
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       182: .line 1322
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 184
       183: .line 1323
            goto 192
       184: .line 1329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
       185: .line 1330
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       186: .line 1331
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
       187: .line 1332
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            bipush 62
            if_icmpeq 189
       188: .line 1333
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._prevByte:()B
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected '>' to end xml declaration)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
       189: .line 1336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._activateEncoding:()V
       190: .line 1337
            bipush 7
            ireturn
       191: .line 1340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
       192: .line 1023
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 3
       193: .line 1344
            sipush 257
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0  194     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            5    9     1     b  B
           30   32     1     b  B
           41   44     1   buf  [C
           55   62     1     b  B
           67   80     1     b  B
           95   97     1     b  B
          107  110     1   buf  [C
          121  128     1     b  B
          133  141     1     b  B
          153  155     1     b  B
          164  167     1   buf  [C
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private int handleDTD();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 1350
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._pendingInput:I
            iconst_m1
            if_icmpne 3
         1: .line 1351
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handlePartialCR:()Z
            ifne 3
         2: .line 1352
            sipush 257
            ireturn
         3: .line 1355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
            bipush 16
            if_icmpne 160
         4: .line 1356
            aload 0 /* this */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handleDTDInternalSubset:(Z)Z
            ifeq 7
         5: .line 1357
            aload 0 /* this */
            bipush 50
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
         6: .line 1358
            goto 160
         7: .line 1359
      StackMap locals:
      StackMap stack:
            sipush 257
            ireturn
         8: .line 1365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
            lookupswitch { // 17
                    0: 9
                    1: 17
                    2: 25
                    3: 30
                    4: 37
                    5: 42
                    6: 51
                    7: 71
                    8: 84
                    9: 90
                   10: 96
                   11: 108
                   12: 114
                   13: 119
                   14: 131
                   15: 137
                   50: 151
              default: 159
          }
         9: .line 1367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            bipush 68
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseNewName:(B)Lcom/fasterxml/aalto/in/PName;
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        10: .line 1368
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 13
        11: .line 1369
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        12: .line 1370
            sipush 257
            ireturn
        13: .line 1372
      StackMap locals:
      StackMap stack:
            ldc "DOCTYPE"
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 15
        14: .line 1373
            aload 0 /* this */
            iconst_1
            ldc "expected 'DOCTYPE'"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologProblem:(ZLjava/lang/String;)V
        15: .line 1375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        16: .line 1376
            goto 160
        17: .line 1378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parsePName:()Lcom/fasterxml/aalto/in/PName;
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
        18: .line 1379
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 21
        19: .line 1380
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        20: .line 1381
            sipush 257
            ireturn
        21: .line 1383
      StackMap locals:
      StackMap stack:
            ldc "DOCTYPE"
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 23
        22: .line 1384
            aload 0 /* this */
            iconst_1
            ldc "expected 'DOCTYPE'"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologProblem:(ZLjava/lang/String;)V
        23: .line 1386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 25
        24: .line 1387
            goto 160
        25: .line 1392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
        26: .line 1393
            iload 1 /* b */
            bipush 32
            if_icmpeq 27
            iload 1 /* b */
            bipush 13
            if_icmpeq 27
            iload 1 /* b */
            bipush 10
            if_icmpeq 27
            iload 1 /* b */
            bipush 9
            if_icmpne 29
        27: .line 1394
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        28: .line 1395
            goto 30
        29: .line 1396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected space after 'DOCTYPE')"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
        30: .line 1401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 32
        31: .line 1402
            goto 160
        32: .line 1404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseNewName:(B)Lcom/fasterxml/aalto/in/PName;
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 35
        33: .line 1405
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        34: .line 1406
            goto 160
        35: .line 1408
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        36: .line 1409
            goto 160
        37: .line 1411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parsePName:()Lcom/fasterxml/aalto/in/PName;
            dup_x1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._tokenName:Lcom/fasterxml/aalto/in/PName;
            ifnonnull 39
        38: .line 1412
            goto 160
        39: .line 1414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        40: .line 1415
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 42
        41: .line 1416
            goto 160
        42: .line 1421
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
        43: .line 1422
            iload 1 /* b */
            bipush 62
            if_icmpne 47
        44: .line 1423
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        45: .line 1424
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
        46: .line 1425
            bipush 11
            ireturn
        47: .line 1427
      StackMap locals: int
      StackMap stack:
            iload 1 /* b */
            bipush 32
            if_icmpeq 48
            iload 1 /* b */
            bipush 13
            if_icmpeq 48
            iload 1 /* b */
            bipush 10
            if_icmpeq 48
            iload 1 /* b */
            bipush 9
            if_icmpne 50
        48: .line 1428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        49: .line 1429
            goto 51
        50: .line 1430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected space after root name in DOCTYPE declaration)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
        51: .line 1435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 53
        52: .line 1436
            goto 160
        53: .line 1439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
        54: .line 1440
            iload 1 /* b */
            bipush 62
            if_icmpne 58
        55: .line 1441
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        56: .line 1442
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
        57: .line 1443
            bipush 11
            ireturn
        58: .line 1446
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseNewName:(B)Lcom/fasterxml/aalto/in/PName;
            dup
            astore 2 /* name */
        start local 2 // com.fasterxml.aalto.in.PName name
        59: ifnonnull 62
        60: .line 1447
            aload 0 /* this */
            bipush 7
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        61: .line 1448
            goto 160
        62: .line 1450
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 2 /* name */
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            astore 3 /* str */
        start local 3 // java.lang.String str
        63: .line 1451
            ldc "PUBLIC"
            aload 3 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 66
        64: .line 1452
            aload 0 /* this */
            bipush 8
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        65: .line 1453
            goto 160
      StackMap locals: java.lang.String
      StackMap stack:
        66: ldc "SYSTEM"
            aload 3 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 69
        67: .line 1454
            aload 0 /* this */
            bipush 9
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        68: .line 1455
            goto 160
        69: .line 1456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            new java.lang.StringBuilder
            dup
            ldc "unexpected token '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* str */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "': expected either PUBLIC or SYSTEM"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologProblem:(ZLjava/lang/String;)V
        end local 3 // java.lang.String str
        end local 2 // com.fasterxml.aalto.in.PName name
        end local 1 // byte b
        70: .line 1459
            goto 160
        71: .line 1464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parsePName:()Lcom/fasterxml/aalto/in/PName;
            dup
            astore 1 /* name */
        start local 1 // com.fasterxml.aalto.in.PName name
        72: ifnonnull 75
        73: .line 1465
            aload 0 /* this */
            bipush 7
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        74: .line 1466
            goto 160
        75: .line 1468
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 1 /* name */
            invokevirtual com.fasterxml.aalto.in.PName.getPrefixedName:()Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
        76: .line 1469
            ldc "PUBLIC"
            aload 2 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 79
        77: .line 1470
            aload 0 /* this */
            bipush 8
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        78: .line 1471
            goto 160
      StackMap locals: java.lang.String
      StackMap stack:
        79: ldc "SYSTEM"
            aload 2 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 82
        80: .line 1472
            aload 0 /* this */
            bipush 9
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        81: .line 1473
            goto 160
        82: .line 1474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            new java.lang.StringBuilder
            dup
            ldc "unexpected token '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* str */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "': expected either PUBLIC or SYSTEM"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologProblem:(ZLjava/lang/String;)V
        end local 2 // java.lang.String str
        end local 1 // com.fasterxml.aalto.in.PName name
        83: .line 1477
            goto 160
        84: .line 1481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
        85: .line 1482
            iload 1 /* b */
            bipush 32
            if_icmpeq 86
            iload 1 /* b */
            bipush 13
            if_icmpeq 86
            iload 1 /* b */
            bipush 10
            if_icmpeq 86
            iload 1 /* b */
            bipush 9
            if_icmpne 88
        86: .line 1483
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush 10
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        87: .line 1484
            goto 160
        88: .line 1485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected space after PUBLIC keyword)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
        89: .line 1488
            goto 160
        90: .line 1492
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
        91: .line 1493
            iload 1 /* b */
            bipush 32
            if_icmpeq 92
            iload 1 /* b */
            bipush 13
            if_icmpeq 92
            iload 1 /* b */
            bipush 10
            if_icmpeq 92
            iload 1 /* b */
            bipush 9
            if_icmpne 94
        92: .line 1494
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush 13
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
        93: .line 1495
            goto 160
        94: .line 1496
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected space after SYSTEM keyword)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
        95: .line 1499
            goto 160
        96: .line 1502
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 98
        97: .line 1503
            goto 160
        98: .line 1505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            putfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
        99: .line 1506
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            bipush 34
            if_icmpeq 101
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            bipush 39
            if_icmpeq 101
       100: .line 1507
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected '\"' or ''' for PUBLIC ID)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
       101: .line 1510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 1 /* buf */
        start local 1 // char[] buf
       102: .line 1511
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmpge 103
            aload 0 /* this */
            aload 1 /* buf */
            iconst_0
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseDtdId:([CIZ)Z
            ifne 105
       103: .line 1512
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            bipush 11
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       104: .line 1513
            goto 160
        end local 1 // char[] buf
       105: .line 1516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.verifyAndSetPublicId:()V
       106: .line 1517
            aload 0 /* this */
            bipush 12
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       107: .line 1518
            goto 160
       108: .line 1521
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getCurrentLength:()I
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseDtdId:([CIZ)Z
            ifne 110
       109: .line 1522
            goto 160
       110: .line 1524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.verifyAndSetPublicId:()V
       111: .line 1525
            aload 0 /* this */
            bipush 12
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       112: .line 1526
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 114
       113: .line 1527
            goto 160
       114: .line 1532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
       115: .line 1533
            iload 1 /* b */
            bipush 32
            if_icmpeq 116
            iload 1 /* b */
            bipush 13
            if_icmpeq 116
            iload 1 /* b */
            bipush 10
            if_icmpeq 116
            iload 1 /* b */
            bipush 9
            if_icmpne 118
       116: .line 1534
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush 13
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       117: .line 1535
            goto 119
       118: .line 1536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected space after PUBLIC ID)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
       119: .line 1542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 121
       120: .line 1543
            goto 160
       121: .line 1545
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            putfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
       122: .line 1546
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            bipush 34
            if_icmpeq 124
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            bipush 39
            if_icmpeq 124
       123: .line 1547
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected '\"' or ''' for SYSTEM ID)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
       124: .line 1550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.resetWithEmpty:()[C
            astore 1 /* buf */
        start local 1 // char[] buf
       125: .line 1551
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmpge 126
            aload 0 /* this */
            aload 1 /* buf */
            iconst_0
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseDtdId:([CIZ)Z
            ifne 128
       126: .line 1552
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            bipush 14
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       127: .line 1553
            goto 160
        end local 1 // char[] buf
       128: .line 1556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.verifyAndSetSystemId:()V
       129: .line 1557
            aload 0 /* this */
            bipush 15
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       130: .line 1558
            goto 160
       131: .line 1561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getBufferWithoutReset:()[C
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.getCurrentLength:()I
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.parseDtdId:([CIZ)Z
            ifne 133
       132: .line 1562
            goto 160
       133: .line 1564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.verifyAndSetSystemId:()V
       134: .line 1565
            aload 0 /* this */
            bipush 15
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       135: .line 1566
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 137
       136: .line 1567
            goto 160
       137: .line 1572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 139
       138: .line 1573
            goto 160
       139: .line 1576
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
       140: .line 1577
            iload 1 /* b */
            bipush 62
            if_icmpne 144
       141: .line 1578
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       142: .line 1579
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
       143: .line 1580
            bipush 11
            ireturn
       144: .line 1582
      StackMap locals: int
      StackMap stack:
            iload 1 /* b */
            bipush 91
            if_icmpeq 146
       145: .line 1583
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (expected either '[' for internal subset, or '>' to end DOCTYPE)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
       146: .line 1586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 16
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       147: .line 1587
            aload 0 /* this */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.handleDTDInternalSubset:(Z)Z
            ifeq 150
       148: .line 1588
            aload 0 /* this */
            bipush 50
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       149: .line 1589
            goto 151
       150: .line 1590
      StackMap locals:
      StackMap stack:
            sipush 257
            ireturn
       151: .line 1595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.asyncSkipSpace:()Z
            ifne 153
       152: .line 1596
            goto 160
       153: .line 1599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            istore 1 /* b */
        start local 1 // byte b
       154: .line 1600
            iload 1 /* b */
            bipush 62
            if_icmpeq 156
       155: .line 1601
            aload 0 /* this */
            iconst_1
            iload 1 /* b */
            ldc "expected '>' to end DTD"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        end local 1 // byte b
       156: .line 1604
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._state:I
       157: .line 1605
            aload 0 /* this */
            sipush 257
            putfield com.fasterxml.aalto.async.AsyncByteScanner._nextEvent:I
       158: .line 1606
            bipush 11
            ireturn
       159: .line 1608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwInternal:()I
            pop
       160: .line 1364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 8
       161: .line 1611
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._currToken:I
            ireturn
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0  162     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
           26   30     1     b  B
           43   51     1     b  B
           54   70     1     b  B
           59   70     2  name  Lcom/fasterxml/aalto/in/PName;
           63   70     3   str  Ljava/lang/String;
           72   83     1  name  Lcom/fasterxml/aalto/in/PName;
           76   83     2   str  Ljava/lang/String;
           85   89     1     b  B
           91   95     1     b  B
          102  105     1   buf  [C
          115  119     1     b  B
          125  128     1   buf  [C
          140  146     1     b  B
          154  156     1     b  B
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  private final boolean parseDtdId(char[], int, boolean);
    descriptor: ([CIZ)Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // char[] outputBuffer
        start local 2 // int outputPtr
        start local 3 // boolean system
         0: .line 1616
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            istore 4 /* quote */
        start local 4 // int quote
         1: .line 1617
            goto 14
         2: .line 1618
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            sipush 255
            iand
            istore 5 /* ch */
        start local 5 // int ch
         3: .line 1619
            iload 5 /* ch */
            iload 4 /* quote */
            if_icmpne 6
         4: .line 1620
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* outputPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
         5: .line 1621
            iconst_1
            ireturn
         6: .line 1623
      StackMap locals: int
      StackMap stack:
            iload 3 /* system */
            ifne 10
            aload 0 /* this */
            iload 5 /* ch */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.validPublicIdChar:(I)Z
            ifne 10
         7: .line 1624
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 5 /* ch */
            i2b
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            new java.lang.StringBuilder
            dup
            ldc " (not valid in "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* system */
            ifeq 8
            ldc "SYSTEM"
            goto 9
      StackMap locals: com.fasterxml.aalto.async.AsyncByteScanner char[] int int int int
      StackMap stack: com.fasterxml.aalto.async.AsyncByteScanner int int java.lang.StringBuilder
         8: ldc "PUBLIC"
      StackMap locals: com.fasterxml.aalto.async.AsyncByteScanner char[] int int int int
      StackMap stack: com.fasterxml.aalto.async.AsyncByteScanner int int java.lang.StringBuilder java.lang.String
         9: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " ID)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
        10: .line 1626
      StackMap locals:
      StackMap stack:
            iload 2 /* outputPtr */
            aload 1 /* outputBuffer */
            arraylength
            if_icmplt 13
        11: .line 1627
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 1 /* outputBuffer */
        12: .line 1628
            iconst_0
            istore 2 /* outputPtr */
        13: .line 1630
      StackMap locals:
      StackMap stack:
            aload 1 /* outputBuffer */
            iload 2 /* outputPtr */
            iinc 2 /* outputPtr */ 1
            iload 5 /* ch */
            i2c
            castore
        end local 5 // int ch
        14: .line 1617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 2
        15: .line 1632
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* outputPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        16: .line 1633
            iconst_0
            ireturn
        end local 4 // int quote
        end local 3 // boolean system
        end local 2 // int outputPtr
        end local 1 // char[] outputBuffer
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0   17     1  outputBuffer  [C
            0   17     2     outputPtr  I
            0   17     3        system  Z
            1   17     4         quote  I
            3   14     5            ch  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
              Name  Flags
      outputBuffer  
      outputPtr     
      system        

  private final com.fasterxml.aalto.in.PName _parseNewXmlDeclName(byte);
    descriptor: (B)Lcom/fasterxml/aalto/in/PName;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // byte b
         0: .line 1643
            iload 1 /* b */
            sipush 255
            iand
            istore 2 /* q */
        start local 2 // int q
         1: .line 1644
            iload 2 /* q */
            bipush 65
            if_icmpge 3
         2: .line 1645
            aload 0 /* this */
            iload 2 /* q */
            ldc "; expected a name start character"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.throwUnexpectedChar:(ILjava/lang/String;)V
         3: .line 1647
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._quadCount:I
         4: .line 1648
            aload 0 /* this */
            iload 2 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currQuad:I
         5: .line 1649
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currQuadBytes:I
         6: .line 1650
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._parseXmlDeclName:()Lcom/fasterxml/aalto/in/PName;
            areturn
        end local 2 // int q
        end local 1 // byte b
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0    7     1     b  B
            1    7     2     q  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      b     

  private final com.fasterxml.aalto.in.PName _parseXmlDeclName();
    descriptor: ()Lcom/fasterxml/aalto/in/PName;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
         0: .line 1655
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._currQuad:I
            istore 1 /* q */
        start local 1 // int q
         1: .line 1660
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._currQuadBytes:I
            tableswitch { // 0 - 3
                    0: 2
                    1: 8
                    2: 17
                    3: 26
              default: 35
          }
         2: .line 1662
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 4
         3: .line 1663
            aconst_null
            areturn
         4: .line 1665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            sipush 255
            iand
            istore 1 /* q */
         5: .line 1667
            iload 1 /* q */
            bipush 65
            if_icmpge 8
         6: .line 1668
            iload 1 /* q */
            bipush 45
            if_icmplt 7
            iload 1 /* q */
            bipush 58
            if_icmpgt 7
            iload 1 /* q */
            bipush 47
            if_icmpne 8
         7: .line 1669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* q */
            iconst_0
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._findXmlDeclName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
         8: .line 1674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 12
         9: .line 1675
            aload 0 /* this */
            iload 1 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currQuad:I
        10: .line 1676
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currQuadBytes:I
        11: .line 1677
            aconst_null
            areturn
        12: .line 1679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            sipush 255
            iand
            istore 2 /* i */
        start local 2 // int i
        13: .line 1680
            iload 2 /* i */
            bipush 65
            if_icmpge 16
        14: .line 1681
            iload 2 /* i */
            bipush 45
            if_icmplt 15
            iload 2 /* i */
            bipush 58
            if_icmpgt 15
            iload 2 /* i */
            bipush 47
            if_icmpne 16
        15: .line 1682
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* q */
            iconst_1
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._findXmlDeclName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
        16: .line 1685
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            bipush 8
            ishl
            iload 2 /* i */
            ior
            istore 1 /* q */
        end local 2 // int i
        17: .line 1688
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 21
        18: .line 1689
            aload 0 /* this */
            iload 1 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currQuad:I
        19: .line 1690
            aload 0 /* this */
            iconst_2
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currQuadBytes:I
        20: .line 1691
            aconst_null
            areturn
        21: .line 1693
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            sipush 255
            iand
            istore 2 /* i */
        start local 2 // int i
        22: .line 1694
            iload 2 /* i */
            bipush 65
            if_icmpge 25
        23: .line 1695
            iload 2 /* i */
            bipush 45
            if_icmplt 24
            iload 2 /* i */
            bipush 58
            if_icmpgt 24
            iload 2 /* i */
            bipush 47
            if_icmpne 25
        24: .line 1696
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* q */
            iconst_2
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._findXmlDeclName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
        25: .line 1699
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            bipush 8
            ishl
            iload 2 /* i */
            ior
            istore 1 /* q */
        end local 2 // int i
        26: .line 1702
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 30
        27: .line 1703
            aload 0 /* this */
            iload 1 /* q */
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currQuad:I
        28: .line 1704
            aload 0 /* this */
            iconst_3
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currQuadBytes:I
        29: .line 1705
            aconst_null
            areturn
        30: .line 1707
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            sipush 255
            iand
            istore 2 /* i */
        start local 2 // int i
        31: .line 1708
            iload 2 /* i */
            bipush 65
            if_icmpge 34
        32: .line 1709
            iload 2 /* i */
            bipush 45
            if_icmplt 33
            iload 2 /* i */
            bipush 58
            if_icmpgt 33
            iload 2 /* i */
            bipush 47
            if_icmpne 34
        33: .line 1710
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* q */
            iconst_3
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._findXmlDeclName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
        34: .line 1713
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            bipush 8
            ishl
            iload 2 /* i */
            ior
            istore 1 /* q */
        end local 2 // int i
        35: .line 1717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadCount:I
            ifne 39
        36: .line 1718
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iconst_0
            iload 1 /* q */
            iastore
        37: .line 1719
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.aalto.async.AsyncByteScanner._quadCount:I
        38: .line 1720
            goto 42
        39: .line 1721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadCount:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            arraylength
            if_icmplt 41
        40: .line 1722
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            arraylength
            invokestatic com.fasterxml.aalto.util.DataUtil.growArrayBy:([II)[I
            putfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
        41: .line 1724
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.async.AsyncByteScanner._quadCount:I
            iload 1 /* q */
            iastore
        42: .line 1726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.aalto.async.AsyncByteScanner._currQuadBytes:I
        43: .line 1657
            goto 1
        end local 1 // int q
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   44     0  this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            1   44     1     q  I
           13   17     2     i  I
           22   26     2     i  I
           31   35     2     i  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException

  protected final com.fasterxml.aalto.in.PName _findXmlDeclName(int, int);
    descriptor: (II)Lcom/fasterxml/aalto/in/PName;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // int lastQuad
        start local 2 // int lastByteCount
         0: .line 1732
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadCount:I
            istore 3 /* qlen */
        start local 3 // int qlen
         1: .line 1734
            iload 2 /* lastByteCount */
            ifne 3
         2: .line 1735
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iinc 3 /* qlen */ -1
            iload 3 /* qlen */
            iaload
            istore 1 /* lastQuad */
         3: .line 1744
      StackMap locals: int
      StackMap stack:
            iload 3 /* qlen */
            tableswitch { // 0 - 2
                    0: 4
                    1: 6
                    2: 8
              default: 10
          }
         4: .line 1746
      StackMap locals:
      StackMap stack:
            iload 1 /* lastQuad */
            invokestatic com.fasterxml.aalto.async.AsyncXmlDeclHelper.find:(I)Lcom/fasterxml/aalto/in/PName;
            astore 4 /* pname */
        start local 4 // com.fasterxml.aalto.in.PName pname
         5: .line 1747
            goto 11
        end local 4 // com.fasterxml.aalto.in.PName pname
         6: .line 1749
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iconst_0
            iaload
            iload 1 /* lastQuad */
            invokestatic com.fasterxml.aalto.async.AsyncXmlDeclHelper.find:(II)Lcom/fasterxml/aalto/in/PName;
            astore 4 /* pname */
        start local 4 // com.fasterxml.aalto.in.PName pname
         7: .line 1750
            goto 11
        end local 4 // com.fasterxml.aalto.in.PName pname
         8: .line 1752
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iconst_0
            iaload
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._quadBuffer:[I
            iconst_1
            iaload
            iload 1 /* lastQuad */
            invokestatic com.fasterxml.aalto.async.AsyncXmlDeclHelper.find:(III)Lcom/fasterxml/aalto/in/PName;
            astore 4 /* pname */
        start local 4 // com.fasterxml.aalto.in.PName pname
         9: .line 1753
            goto 11
        end local 4 // com.fasterxml.aalto.in.PName pname
        10: .line 1755
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* pname */
        start local 4 // com.fasterxml.aalto.in.PName pname
        11: .line 1757
      StackMap locals: com.fasterxml.aalto.in.PName
      StackMap stack:
            aload 4 /* pname */
            ifnull 14
        12: .line 1759
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            iconst_1
            isub
            putfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
        13: .line 1760
            aload 4 /* pname */
            areturn
        14: .line 1765
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._activateEncoding:()V
        15: .line 1766
            aload 0 /* this */
            iload 1 /* lastQuad */
            iload 2 /* lastByteCount */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.findPName:(II)Lcom/fasterxml/aalto/in/PName;
            areturn
        end local 4 // com.fasterxml.aalto.in.PName pname
        end local 3 // int qlen
        end local 2 // int lastByteCount
        end local 1 // int lastQuad
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0   16     1       lastQuad  I
            0   16     2  lastByteCount  I
            1   16     3           qlen  I
            5    6     4          pname  Lcom/fasterxml/aalto/in/PName;
            7    8     4          pname  Lcom/fasterxml/aalto/in/PName;
            9   10     4          pname  Lcom/fasterxml/aalto/in/PName;
           11   16     4          pname  Lcom/fasterxml/aalto/in/PName;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
               Name  Flags
      lastQuad       
      lastByteCount  

  protected boolean parseXmlDeclAttr(char[], int);
    descriptor: ([CI)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
        start local 1 // char[] outputBuffer
        start local 2 // int outputPtr
         0: .line 1781
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._elemAttrQuote:B
            istore 3 /* quote */
        start local 3 // int quote
         1: .line 1782
            goto 12
         2: .line 1783
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner._nextByte:()B
            sipush 255
            iand
            istore 4 /* ch */
        start local 4 // int ch
         3: .line 1784
            iload 4 /* ch */
            iload 3 /* quote */
            if_icmpne 6
         4: .line 1785
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* outputPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
         5: .line 1786
            iconst_1
            ireturn
         6: .line 1789
      StackMap locals: int
      StackMap stack:
            iload 4 /* ch */
            bipush 32
            if_icmple 7
            iload 4 /* ch */
            bipush 122
            if_icmple 8
         7: .line 1790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            iload 4 /* ch */
            i2b
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.decodeCharForError:(B)I
            ldc " (not valid in XML pseudo-attribute values)"
            invokevirtual com.fasterxml.aalto.async.AsyncByteScanner.reportPrologUnexpChar:(ZILjava/lang/String;)V
         8: .line 1792
      StackMap locals:
      StackMap stack:
            iload 2 /* outputPtr */
            aload 1 /* outputBuffer */
            arraylength
            if_icmplt 11
         9: .line 1793
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            invokevirtual com.fasterxml.aalto.util.TextBuilder.finishCurrentSegment:()[C
            astore 1 /* outputBuffer */
        10: .line 1794
            iconst_0
            istore 2 /* outputPtr */
        11: .line 1796
      StackMap locals:
      StackMap stack:
            aload 1 /* outputBuffer */
            iload 2 /* outputPtr */
            iinc 2 /* outputPtr */ 1
            iload 4 /* ch */
            i2c
            castore
        end local 4 // int ch
        12: .line 1782
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._inputEnd:I
            if_icmplt 2
        13: .line 1798
            aload 0 /* this */
            getfield com.fasterxml.aalto.async.AsyncByteScanner._textBuilder:Lcom/fasterxml/aalto/util/TextBuilder;
            iload 2 /* outputPtr */
            invokevirtual com.fasterxml.aalto.util.TextBuilder.setCurrentLength:(I)V
        14: .line 1799
            iconst_0
            ireturn
        end local 3 // int quote
        end local 2 // int outputPtr
        end local 1 // char[] outputBuffer
        end local 0 // com.fasterxml.aalto.async.AsyncByteScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lcom/fasterxml/aalto/async/AsyncByteScanner;
            0   15     1  outputBuffer  [C
            0   15     2     outputPtr  I
            1   15     3         quote  I
            3   12     4            ch  I
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
              Name  Flags
      outputBuffer  
      outputPtr     
}
SourceFile: "AsyncByteScanner.java"