public abstract class jdk.internal.util.xml.impl.Parser
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: jdk.internal.util.xml.impl.Parser
  super_class: java.lang.Object
{
  public static final java.lang.String FAULT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: ""

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

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

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

  private jdk.internal.util.xml.impl.Pair mNoNS;
    descriptor: Ljdk/internal/util/xml/impl/Pair;
    flags: (0x0002) ACC_PRIVATE

  private jdk.internal.util.xml.impl.Pair mXml;
    descriptor: Ljdk/internal/util/xml/impl/Pair;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, jdk.internal.util.xml.impl.Input> mEnt;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljdk/internal/util/xml/impl/Input;>;

  private java.util.Map<java.lang.String, jdk.internal.util.xml.impl.Input> mPEnt;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljdk/internal/util/xml/impl/Input;>;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  protected jdk.internal.util.xml.impl.Pair mPref;
    descriptor: Ljdk/internal/util/xml/impl/Pair;
    flags: (0x0004) ACC_PROTECTED

  protected jdk.internal.util.xml.impl.Pair mElm;
    descriptor: Ljdk/internal/util/xml/impl/Pair;
    flags: (0x0004) ACC_PROTECTED

  protected jdk.internal.util.xml.impl.Pair mAttL;
    descriptor: Ljdk/internal/util/xml/impl/Pair;
    flags: (0x0004) ACC_PROTECTED

  protected jdk.internal.util.xml.impl.Input mDoc;
    descriptor: Ljdk/internal/util/xml/impl/Input;
    flags: (0x0004) ACC_PROTECTED

  protected jdk.internal.util.xml.impl.Input mInp;
    descriptor: Ljdk/internal/util/xml/impl/Input;
    flags: (0x0004) ACC_PROTECTED

  private char[] mChars;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

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

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

  protected jdk.internal.util.xml.impl.Attrs mAttrs;
    descriptor: Ljdk/internal/util/xml/impl/Attrs;
    flags: (0x0004) ACC_PROTECTED

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

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

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

  private jdk.internal.util.xml.impl.Pair mDltd;
    descriptor: Ljdk/internal/util/xml/impl/Pair;
    flags: (0x0002) ACC_PRIVATE

  private static final char[] NONS;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final char[] XML;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final char[] XMLNS;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=1, args_size=0
         0: .line 128
            iconst_1
            newarray 5
            putstatic jdk.internal.util.xml.impl.Parser.NONS:[C
         1: .line 129
            getstatic jdk.internal.util.xml.impl.Parser.NONS:[C
            iconst_0
            iconst_0
            castore
         2: .line 131
            iconst_4
            newarray 5
            putstatic jdk.internal.util.xml.impl.Parser.XML:[C
         3: .line 132
            getstatic jdk.internal.util.xml.impl.Parser.XML:[C
            iconst_0
            iconst_4
            castore
         4: .line 133
            getstatic jdk.internal.util.xml.impl.Parser.XML:[C
            iconst_1
            bipush 120
            castore
         5: .line 134
            getstatic jdk.internal.util.xml.impl.Parser.XML:[C
            iconst_2
            bipush 109
            castore
         6: .line 135
            getstatic jdk.internal.util.xml.impl.Parser.XML:[C
            iconst_3
            bipush 108
            castore
         7: .line 137
            bipush 6
            newarray 5
            putstatic jdk.internal.util.xml.impl.Parser.XMLNS:[C
         8: .line 138
            getstatic jdk.internal.util.xml.impl.Parser.XMLNS:[C
            iconst_0
            bipush 6
            castore
         9: .line 139
            getstatic jdk.internal.util.xml.impl.Parser.XMLNS:[C
            iconst_1
            bipush 120
            castore
        10: .line 140
            getstatic jdk.internal.util.xml.impl.Parser.XMLNS:[C
            iconst_2
            bipush 109
            castore
        11: .line 141
            getstatic jdk.internal.util.xml.impl.Parser.XMLNS:[C
            iconst_3
            bipush 108
            castore
        12: .line 142
            getstatic jdk.internal.util.xml.impl.Parser.XMLNS:[C
            iconst_4
            bipush 110
            castore
        13: .line 143
            getstatic jdk.internal.util.xml.impl.Parser.XMLNS:[C
            iconst_5
            bipush 115
            castore
        14: .line 178
            iconst_0
            istore 0 /* i */
        start local 0 // short i
        15: .line 180
            sipush 128
            newarray 8
            putstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
        16: .line 181
            goto 18
        17: .line 182
      StackMap locals: int
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            iload 0 /* i */
            dup
            iconst_1
            iadd
            i2s
            istore 0 /* i */
            bipush 122
            bastore
        18: .line 181
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            bipush 32
            if_icmplt 17
        19: .line 184
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            bipush 9
            bipush 32
            bastore
        20: .line 185
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            bipush 13
            bipush 32
            bastore
        21: .line 186
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            bipush 10
            bipush 32
            bastore
        22: .line 187
            goto 24
        23: .line 188
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            iload 0 /* i */
            iload 0 /* i */
            dup
            iconst_1
            iadd
            i2s
            istore 0 /* i */
            i2b
            bastore
        24: .line 187
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            bipush 48
            if_icmplt 23
        25: .line 190
            goto 27
        26: .line 191
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            iload 0 /* i */
            dup
            iconst_1
            iadd
            i2s
            istore 0 /* i */
            bipush 100
            bastore
        27: .line 190
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            bipush 57
            if_icmple 26
        28: .line 193
            goto 30
        29: .line 194
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            iload 0 /* i */
            iload 0 /* i */
            dup
            iconst_1
            iadd
            i2s
            istore 0 /* i */
            i2b
            bastore
        30: .line 193
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            bipush 65
            if_icmplt 29
        31: .line 196
            goto 33
        32: .line 197
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            iload 0 /* i */
            dup
            iconst_1
            iadd
            i2s
            istore 0 /* i */
            bipush 65
            bastore
        33: .line 196
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            bipush 90
            if_icmple 32
        34: .line 199
            goto 36
        35: .line 200
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            iload 0 /* i */
            iload 0 /* i */
            dup
            iconst_1
            iadd
            i2s
            istore 0 /* i */
            i2b
            bastore
        36: .line 199
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            bipush 97
            if_icmplt 35
        37: .line 202
            goto 39
        38: .line 203
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            iload 0 /* i */
            dup
            iconst_1
            iadd
            i2s
            istore 0 /* i */
            bipush 97
            bastore
        39: .line 202
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            bipush 122
            if_icmple 38
        40: .line 205
            goto 42
        41: .line 206
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            iload 0 /* i */
            iload 0 /* i */
            dup
            iconst_1
            iadd
            i2s
            istore 0 /* i */
            i2b
            bastore
        42: .line 205
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            sipush 128
            if_icmplt 41
        43: .line 209
            sipush 128
            newarray 8
            putstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
        44: .line 210
            iconst_0
            istore 0 /* i */
            goto 47
        45: .line 211
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            iload 0 /* i */
            iconst_m1
            bastore
        46: .line 210
            iload 0 /* i */
            iconst_1
            iadd
            i2s
            istore 0 /* i */
      StackMap locals:
      StackMap stack:
        47: iload 0 /* i */
            bipush 48
            if_icmplt 45
        48: .line 213
            goto 50
        49: .line 214
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            iload 0 /* i */
            dup
            iconst_1
            iadd
            i2s
            istore 0 /* i */
            iconst_2
            bastore
        50: .line 213
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            bipush 57
            if_icmple 49
        51: .line 216
            goto 53
        52: .line 217
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            iload 0 /* i */
            dup
            iconst_1
            iadd
            i2s
            istore 0 /* i */
            iconst_m1
            bastore
        53: .line 216
      StackMap locals:
      StackMap stack:
            iload 0 /* i */
            bipush 65
            if_icmplt 52
        54: .line 220
            bipush 91
            istore 0 /* i */
            goto 57
        55: .line 221
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            iload 0 /* i */
            iconst_m1
            bastore
        56: .line 220
            iload 0 /* i */
            iconst_1
            iadd
            i2s
            istore 0 /* i */
      StackMap locals:
      StackMap stack:
        57: iload 0 /* i */
            bipush 97
            if_icmplt 55
        58: .line 224
            bipush 123
            istore 0 /* i */
            goto 61
        59: .line 225
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            iload 0 /* i */
            iconst_m1
            bastore
        60: .line 224
            iload 0 /* i */
            iconst_1
            iadd
            i2s
            istore 0 /* i */
      StackMap locals:
      StackMap stack:
        61: iload 0 /* i */
            sipush 128
            if_icmplt 59
        62: .line 227
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            bipush 95
            iconst_0
            bastore
        63: .line 228
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            bipush 58
            iconst_1
            bastore
        64: .line 229
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            bipush 46
            iconst_2
            bastore
        65: .line 230
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            bipush 45
            iconst_2
            bastore
        66: .line 231
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            bipush 32
            iconst_3
            bastore
        67: .line 232
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            bipush 9
            iconst_3
            bastore
        68: .line 233
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            bipush 13
            iconst_3
            bastore
        69: .line 234
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            bipush 10
            iconst_3
            bastore
        end local 0 // short i
        70: .line 235
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
           15   70     0     i  S

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 240
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 241
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mPh:I
         2: .line 244
            aload 0 /* this */
            sipush 128
            newarray 5
            putfield jdk.internal.util.xml.impl.Parser.mBuff:[C
         3: .line 245
            aload 0 /* this */
            new jdk.internal.util.xml.impl.Attrs
            dup
            invokespecial jdk.internal.util.xml.impl.Attrs.<init>:()V
            putfield jdk.internal.util.xml.impl.Parser.mAttrs:Ljdk/internal/util/xml/impl/Attrs;
         4: .line 248
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Parser.pair:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
         5: .line 249
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            ldc ""
            putfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
         6: .line 250
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            ldc ""
            putfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
         7: .line 251
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            getstatic jdk.internal.util.xml.impl.Parser.NONS:[C
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
         8: .line 252
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Parser.mNoNS:Ljdk/internal/util/xml/impl/Pair;
         9: .line 254
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Parser.pair:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
        10: .line 255
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            ldc "xml"
            putfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
        11: .line 256
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            ldc "http://www.w3.org/XML/1998/namespace"
            putfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
        12: .line 257
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            getstatic jdk.internal.util.xml.impl.Parser.XML:[C
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
        13: .line 258
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Parser.mXml:Ljdk/internal/util/xml/impl/Pair;
        14: .line 259
            return
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Ljdk/internal/util/xml/impl/Parser;

  protected void init();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 266
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.util.xml.impl.Parser.mUnent:Ljava/lang/String;
         1: .line 267
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
         2: .line 268
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mXml:Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
         3: .line 269
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
         4: .line 270
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield jdk.internal.util.xml.impl.Parser.mPEnt:Ljava/util/Map;
         5: .line 271
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield jdk.internal.util.xml.impl.Parser.mEnt:Ljava/util/Map;
         6: .line 272
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            putfield jdk.internal.util.xml.impl.Parser.mDoc:Ljdk/internal/util/xml/impl/Input;
         7: .line 273
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.chars:[C
            putfield jdk.internal.util.xml.impl.Parser.mChars:[C
         8: .line 274
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mPh:I
         9: .line 275
            return
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljdk/internal/util/xml/impl/Parser;

  protected void cleanup();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 282
            goto 6
         1: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            ifnull 3
         2: .line 285
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Parser.del:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            pop
         3: .line 287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Parser.del:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
         4: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            ifnonnull 1
         5: .line 289
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Parser.del:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
         6: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
            ifnonnull 4
         7: .line 292
            goto 9
         8: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Parser.del:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
         9: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            ifnonnull 8
        10: .line 296
            goto 12
        11: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Parser.del:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
        12: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mXml:Ljdk/internal/util/xml/impl/Pair;
            if_acmpne 11
        13: .line 300
            goto 15
        14: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.pop:()V
        15: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            ifnonnull 14
        16: .line 304
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mDoc:Ljdk/internal/util/xml/impl/Input;
            ifnull 20
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mDoc:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.src:Ljava/io/Reader;
            ifnull 20
        17: .line 306
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mDoc:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.src:Ljava/io/Reader;
            invokevirtual java.io.Reader.close:()V
        18: .line 307
            goto 20
      StackMap locals:
      StackMap stack: java.io.IOException
        19: pop
        20: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.util.xml.impl.Parser.mPEnt:Ljava/util/Map;
        21: .line 311
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.util.xml.impl.Parser.mEnt:Ljava/util/Map;
        22: .line 312
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.util.xml.impl.Parser.mDoc:Ljdk/internal/util/xml/impl/Input;
        23: .line 313
            aload 0 /* this */
            bipush 6
            putfield jdk.internal.util.xml.impl.Parser.mPh:I
        24: .line 314
            return
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Ljdk/internal/util/xml/impl/Parser;
      Exception table:
        from    to  target  type
          17    18      19  Class java.io.IOException

  protected int step();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 326
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mEvt:I
         1: .line 327
            iconst_0
            istore 1 /* st */
        start local 1 // int st
         2: .line 328
            goto 116
         3: .line 329
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChLen:I
            if_icmpge 4
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            caload
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
      StackMap locals:
      StackMap stack: int
         5: istore 2 /* ch */
        start local 2 // char ch
         6: .line 330
            iload 1 /* st */
            tableswitch { // 0 - 2
                    0: 7
                    1: 78
                    2: 92
              default: 115
          }
         7: .line 332
      StackMap locals: int
      StackMap stack:
            iload 2 /* ch */
            bipush 60
            if_icmpeq 12
         8: .line 333
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
         9: .line 334
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        10: .line 335
            iconst_1
            istore 1 /* st */
        11: .line 336
            goto 116
        12: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            lookupswitch { // 3
                   33: 32
                   47: 13
                   63: 44
              default: 47
          }
        13: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield jdk.internal.util.xml.impl.Parser.mEvt:I
        14: .line 341
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            ifnonnull 16
        15: .line 342
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        16: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        17: .line 346
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsNSAware:Z
            invokevirtual jdk.internal.util.xml.impl.Parser.bname:(Z)V
        18: .line 347
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            astore 3 /* chars */
        start local 3 // char[] chars
        19: .line 348
            aload 3 /* chars */
            arraylength
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
            if_icmpne 27
        20: .line 349
            iconst_1
            istore 4 /* i */
        start local 4 // char i
        21: goto 25
        22: .line 350
      StackMap locals: char[] int
      StackMap stack:
            aload 3 /* chars */
            iload 4 /* i */
            caload
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iload 4 /* i */
            caload
            if_icmpeq 24
        23: .line 351
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        24: .line 349
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iconst_1
            iadd
            i2c
            istore 4 /* i */
      StackMap locals:
      StackMap stack:
        25: iload 4 /* i */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            if_icmple 22
        end local 4 // char i
        26: .line 354
            goto 28
        27: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        28: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            bipush 62
            if_icmpeq 30
        29: .line 359
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        30: .line 361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            pop
        31: .line 362
            goto 116
        end local 3 // char[] chars
        32: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 2 /* ch */
        33: .line 366
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        34: .line 367
            iload 2 /* ch */
            lookupswitch { // 2
                   45: 35
                   91: 38
              default: 41
          }
        35: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 8
            putfield jdk.internal.util.xml.impl.Parser.mEvt:I
        36: .line 370
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.comm:()V
        37: .line 371
            goto 116
        38: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 7
            putfield jdk.internal.util.xml.impl.Parser.mEvt:I
        39: .line 375
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.cdat:()V
        40: .line 376
            goto 116
        41: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 9
            putfield jdk.internal.util.xml.impl.Parser.mEvt:I
        42: .line 380
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtd:()V
        43: .line 383
            goto 116
        44: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield jdk.internal.util.xml.impl.Parser.mEvt:I
        45: .line 387
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.pi:()V
        46: .line 388
            goto 116
        47: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        48: .line 394
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Parser.pair:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
        49: .line 395
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsNSAware:Z
            invokevirtual jdk.internal.util.xml.impl.Parser.qname:(Z)[C
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
        50: .line 396
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Pair.local:()Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
        51: .line 397
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.next:Ljdk/internal/util/xml/impl/Pair;
            ifnull 52
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.next:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.id:I
            goto 53
      StackMap locals:
      StackMap stack: jdk.internal.util.xml.impl.Pair
        52: iconst_0
      StackMap locals: jdk.internal.util.xml.impl.Parser int int
      StackMap stack: jdk.internal.util.xml.impl.Pair int
        53: putfield jdk.internal.util.xml.impl.Pair.id:I
        54: .line 398
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            iconst_0
            putfield jdk.internal.util.xml.impl.Pair.num:I
        55: .line 401
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            invokevirtual jdk.internal.util.xml.impl.Parser.find:(Ljdk/internal/util/xml/impl/Pair;[C)Ljdk/internal/util/xml/impl/Pair;
            astore 4 /* elm */
        start local 4 // jdk.internal.util.xml.impl.Pair elm
        56: .line 402
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            aload 4 /* elm */
            ifnull 57
            aload 4 /* elm */
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            goto 58
      StackMap locals: jdk.internal.util.xml.impl.Parser int int top jdk.internal.util.xml.impl.Pair
      StackMap stack: jdk.internal.util.xml.impl.Pair
        57: aconst_null
      StackMap locals: jdk.internal.util.xml.impl.Parser int int top jdk.internal.util.xml.impl.Pair
      StackMap stack: jdk.internal.util.xml.impl.Pair jdk.internal.util.xml.impl.Pair
        58: putfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
        59: .line 404
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mAttrIdx:C
        60: .line 405
            aload 0 /* this */
            aconst_null
            invokevirtual jdk.internal.util.xml.impl.Parser.pair:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            astore 5 /* att */
        start local 5 // jdk.internal.util.xml.impl.Pair att
        61: .line 406
            aload 5 /* att */
            iconst_0
            putfield jdk.internal.util.xml.impl.Pair.num:I
        62: .line 407
            aload 0 /* this */
            aload 5 /* att */
            invokevirtual jdk.internal.util.xml.impl.Parser.attr:(Ljdk/internal/util/xml/impl/Pair;)V
        63: .line 408
            aload 0 /* this */
            aload 5 /* att */
            invokevirtual jdk.internal.util.xml.impl.Parser.del:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            pop
        64: .line 409
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsNSAware:Z
            ifeq 65
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            invokevirtual jdk.internal.util.xml.impl.Parser.rslv:([C)Ljava/lang/String;
            goto 66
      StackMap locals: jdk.internal.util.xml.impl.Parser int int top jdk.internal.util.xml.impl.Pair jdk.internal.util.xml.impl.Pair
      StackMap stack: jdk.internal.util.xml.impl.Pair
        65: aconst_null
      StackMap locals: jdk.internal.util.xml.impl.Parser int int top jdk.internal.util.xml.impl.Pair jdk.internal.util.xml.impl.Pair
      StackMap stack: jdk.internal.util.xml.impl.Pair java.lang.String
        66: putfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
        67: .line 411
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            lookupswitch { // 2
                   47: 71
                   62: 68
              default: 76
          }
        68: .line 413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            pop
        69: .line 414
            aload 0 /* this */
            iconst_2
            putfield jdk.internal.util.xml.impl.Parser.mEvt:I
        70: .line 415
            goto 116
        71: .line 418
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            pop
        72: .line 419
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 62
            if_icmpeq 74
        73: .line 421
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        74: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mEvt:I
        75: .line 424
            goto 116
        76: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 5 // jdk.internal.util.xml.impl.Pair att
        end local 4 // jdk.internal.util.xml.impl.Pair elm
        77: .line 431
            goto 116
        78: .line 434
      StackMap locals: jdk.internal.util.xml.impl.Parser int int
      StackMap stack:
            iload 2 /* ch */
            lookupswitch { // 5
                    9: 79
                   10: 79
                   13: 81
                   32: 79
                   60: 85
              default: 89
          }
        79: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        80: .line 439
            goto 116
        81: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 10
            if_icmpeq 83
        82: .line 443
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        83: .line 445
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 10
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        84: .line 446
            goto 116
        85: .line 449
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield jdk.internal.util.xml.impl.Parser.mEvt:I
        86: .line 450
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        87: .line 451
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bflash_ws:()V
        88: .line 452
            goto 116
        89: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        90: .line 456
            iconst_2
            istore 1 /* st */
        91: .line 459
            goto 116
        92: .line 462
      StackMap locals:
      StackMap stack:
            iload 2 /* ch */
            lookupswitch { // 4
                   13: 108
                   38: 93
                   60: 104
                65535: 112
              default: 113
          }
        93: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mUnent:Ljava/lang/String;
            ifnonnull 100
        94: .line 466
            aload 0 /* this */
            aload 0 /* this */
            bipush 120
            invokevirtual jdk.internal.util.xml.impl.Parser.ent:(C)Ljava/lang/String;
            dup_x1
            putfield jdk.internal.util.xml.impl.Parser.mUnent:Ljava/lang/String;
            ifnull 116
        95: .line 467
            aload 0 /* this */
            iconst_4
            putfield jdk.internal.util.xml.impl.Parser.mEvt:I
        96: .line 468
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        97: .line 469
            aload 0 /* this */
            bipush 38
            invokevirtual jdk.internal.util.xml.impl.Parser.setch:(C)V
        98: .line 470
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bflash:()V
        99: .line 472
            goto 116
       100: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 10
            putfield jdk.internal.util.xml.impl.Parser.mEvt:I
       101: .line 475
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mUnent:Ljava/lang/String;
            invokevirtual jdk.internal.util.xml.impl.Parser.skippedEnt:(Ljava/lang/String;)V
       102: .line 476
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.util.xml.impl.Parser.mUnent:Ljava/lang/String;
       103: .line 478
            goto 116
       104: .line 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield jdk.internal.util.xml.impl.Parser.mEvt:I
       105: .line 482
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
       106: .line 483
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bflash:()V
       107: .line 484
            goto 116
       108: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 10
            if_icmpeq 110
       109: .line 488
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
       110: .line 490
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 10
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
       111: .line 491
            goto 116
       112: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       113: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
       114: .line 500
            goto 116
       115: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 2 // char ch
       116: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mEvt:I
            ifeq 3
       117: .line 507
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mEvt:I
            ireturn
        end local 1 // int st
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0  118     0   this  Ljdk/internal/util/xml/impl/Parser;
            2  118     1     st  I
            6  116     2     ch  C
           19   32     3  chars  [C
           21   26     4      i  C
           56   77     4    elm  Ljdk/internal/util/xml/impl/Pair;
           61   77     5    att  Ljdk/internal/util/xml/impl/Pair;
    Exceptions:
      throws java.lang.Exception

  private void dtd();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 519
            aconst_null
            astore 2 /* name */
        start local 2 // java.lang.String name
         1: .line 520
            aconst_null
            astore 3 /* psid */
        start local 3 // jdk.internal.util.xml.impl.Pair psid
         2: .line 522
            ldc "DOCTYPE"
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 523
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         4: .line 525
      StackMap locals: jdk.internal.util.xml.impl.Parser top java.lang.String jdk.internal.util.xml.impl.Pair
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield jdk.internal.util.xml.impl.Parser.mPh:I
         5: .line 526
            iconst_0
            istore 4 /* st */
        start local 4 // short st
         6: goto 72
         7: .line 527
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 1 /* ch */
        start local 1 // char ch
         8: .line 528
            iload 4 /* st */
            tableswitch { // 0 - 3
                    0: 9
                    1: 15
                    2: 31
                    3: 41
              default: 71
          }
         9: .line 530
      StackMap locals: jdk.internal.util.xml.impl.Parser int java.lang.String jdk.internal.util.xml.impl.Pair int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            bipush 32
            if_icmpeq 72
        10: .line 531
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        11: .line 532
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsNSAware:Z
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            astore 2 /* name */
        12: .line 533
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        13: .line 534
            iconst_1
            istore 4 /* st */
        14: .line 536
            goto 72
        15: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 3
                   62: 25
                   65: 16
                   91: 21
              default: 29
          }
        16: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        17: .line 542
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pubsys:(C)Ljdk/internal/util/xml/impl/Pair;
            astore 3 /* psid */
        18: .line 543
            iconst_2
            istore 4 /* st */
        19: .line 544
            aload 0 /* this */
            aload 2 /* name */
            aload 3 /* psid */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            aload 3 /* psid */
            getfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
            invokevirtual jdk.internal.util.xml.impl.Parser.docType:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        20: .line 545
            goto 72
        21: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        22: .line 549
            iconst_2
            istore 4 /* st */
        23: .line 550
            aload 0 /* this */
            aload 2 /* name */
            aconst_null
            aconst_null
            invokevirtual jdk.internal.util.xml.impl.Parser.docType:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        24: .line 551
            goto 72
        25: .line 554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        26: .line 555
            iconst_3
            istore 4 /* st */
        27: .line 556
            aload 0 /* this */
            aload 2 /* name */
            aconst_null
            aconst_null
            invokevirtual jdk.internal.util.xml.impl.Parser.docType:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        28: .line 557
            goto 72
        29: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        30: .line 562
            goto 72
        31: .line 565
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 3
                   32: 38
                   62: 35
                   91: 32
              default: 39
          }
        32: .line 568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtdsub:()V
        33: .line 569
            iconst_3
            istore 4 /* st */
        34: .line 570
            goto 72
        35: .line 574
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        36: .line 575
            iconst_3
            istore 4 /* st */
        37: .line 576
            goto 72
        38: .line 580
      StackMap locals:
      StackMap stack:
            goto 72
        39: .line 583
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        40: .line 585
            goto 72
        41: .line 588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 2
                   32: 68
                   62: 42
              default: 69
          }
        42: .line 590
      StackMap locals:
      StackMap stack:
            aload 3 /* psid */
            ifnull 66
        43: .line 592
            aload 0 /* this */
            aload 2 /* name */
            aload 3 /* psid */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            aload 3 /* psid */
            getfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
            invokevirtual jdk.internal.util.xml.impl.Parser.resolveEnt:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljdk/internal/org/xml/sax/InputSource;
            astore 5 /* is */
        start local 5 // jdk.internal.org.xml.sax.InputSource is
        44: .line 593
            aload 5 /* is */
            ifnull 64
        45: .line 594
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsSAlone:Z
            ifne 54
        46: .line 596
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        47: .line 597
            aload 0 /* this */
            bipush 93
            invokevirtual jdk.internal.util.xml.impl.Parser.setch:(C)V
        48: .line 599
            aload 0 /* this */
            new jdk.internal.util.xml.impl.Input
            dup
            sipush 512
            invokespecial jdk.internal.util.xml.impl.Input.<init>:(I)V
            invokevirtual jdk.internal.util.xml.impl.Parser.push:(Ljdk/internal/util/xml/impl/Input;)V
        49: .line 600
            aload 0 /* this */
            aload 5 /* is */
            invokevirtual jdk.internal.util.xml.impl.Parser.setinp:(Ljdk/internal/org/xml/sax/InputSource;)V
        50: .line 601
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 3 /* psid */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
        51: .line 602
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 3 /* psid */
            getfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
        52: .line 604
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtdsub:()V
        53: .line 605
            goto 65
        54: .line 607
      StackMap locals: jdk.internal.org.xml.sax.InputSource
      StackMap stack:
            aload 0 /* this */
            ldc "[dtd]"
            invokevirtual jdk.internal.util.xml.impl.Parser.skippedEnt:(Ljava/lang/String;)V
        55: .line 609
            aload 5 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getCharacterStream:()Ljava/io/Reader;
            ifnull 59
        56: .line 611
            aload 5 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getCharacterStream:()Ljava/io/Reader;
            invokevirtual java.io.Reader.close:()V
        57: .line 612
            goto 59
      StackMap locals:
      StackMap stack: java.io.IOException
        58: pop
        59: .line 615
      StackMap locals:
      StackMap stack:
            aload 5 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            ifnull 65
        60: .line 617
            aload 5 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
        61: .line 618
            goto 65
      StackMap locals:
      StackMap stack: java.io.IOException
        62: pop
        63: .line 622
            goto 65
        64: .line 624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "[dtd]"
            invokevirtual jdk.internal.util.xml.impl.Parser.skippedEnt:(Ljava/lang/String;)V
        65: .line 626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* psid */
            invokevirtual jdk.internal.util.xml.impl.Parser.del:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            pop
        end local 5 // jdk.internal.org.xml.sax.InputSource is
        66: .line 628
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 4 /* st */
        67: .line 629
            goto 72
        68: .line 633
      StackMap locals:
      StackMap stack:
            goto 72
        69: .line 636
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        70: .line 638
            goto 72
        71: .line 641
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 1 // char ch
        72: .line 526
      StackMap locals: jdk.internal.util.xml.impl.Parser top java.lang.String jdk.internal.util.xml.impl.Pair int
      StackMap stack:
            iload 4 /* st */
            ifge 7
        end local 4 // short st
        73: .line 644
            return
        end local 3 // jdk.internal.util.xml.impl.Pair psid
        end local 2 // java.lang.String name
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   74     0  this  Ljdk/internal/util/xml/impl/Parser;
            8   72     1    ch  C
            1   74     2  name  Ljava/lang/String;
            2   74     3  psid  Ljdk/internal/util/xml/impl/Pair;
            6   73     4    st  S
           44   66     5    is  Ljdk/internal/org/xml/sax/InputSource;
      Exception table:
        from    to  target  type
          56    57      58  Class java.io.IOException
          60    61      62  Class java.io.IOException
    Exceptions:
      throws java.lang.Exception

  private void dtdsub();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 653
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.startInternalSub:()V
         1: .line 656
            iconst_0
            istore 2 /* st */
        start local 2 // short st
         2: goto 48
         3: .line 657
      StackMap locals: jdk.internal.util.xml.impl.Parser top int
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 1 /* ch */
        start local 1 // char ch
         4: .line 658
            iload 2 /* st */
            tableswitch { // 0 - 1
                    0: 5
                    1: 41
              default: 47
          }
         5: .line 660
      StackMap locals: jdk.internal.util.xml.impl.Parser int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 5
                   32: 34
                   37: 30
                   60: 6
                   90: 35
                   93: 32
              default: 39
          }
         6: .line 662
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 1 /* ch */
         7: .line 663
            iload 1 /* ch */
            lookupswitch { // 2
                   33: 10
                   63: 8
              default: 28
          }
         8: .line 665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.pi:()V
         9: .line 666
            goto 48
        10: .line 669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 1 /* ch */
        11: .line 670
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        12: .line 671
            iload 1 /* ch */
            bipush 45
            if_icmpne 15
        13: .line 672
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.comm:()V
        14: .line 673
            goto 48
        15: .line 676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bntok:()V
        16: .line 677
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkeyword:()C
            lookupswitch { // 4
                   97: 19
                  101: 21
                  110: 17
                  111: 23
              default: 25
          }
        17: .line 679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtdent:()V
        18: .line 680
            goto 26
        19: .line 683
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtdattl:()V
        20: .line 684
            goto 26
        21: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtdelm:()V
        22: .line 688
            goto 26
        23: .line 691
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtdnot:()V
        24: .line 692
            goto 26
        25: .line 695
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        26: .line 698
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* st */
        27: .line 699
            goto 48
        28: .line 702
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        29: .line 705
            goto 48
        30: .line 709
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        31: .line 710
            goto 48
        32: .line 714
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 2 /* st */
        33: .line 715
            goto 48
        34: .line 719
      StackMap locals:
      StackMap stack:
            goto 48
        35: .line 723
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 93
            if_icmpeq 37
        36: .line 724
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        37: .line 726
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 2 /* st */
        38: .line 727
            goto 48
        39: .line 730
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        40: .line 732
            goto 48
        41: .line 735
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            lookupswitch { // 5
                    9: 44
                   10: 44
                   13: 44
                   32: 44
                   62: 42
              default: 45
          }
        42: .line 737
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* st */
        43: .line 738
            goto 48
        44: .line 745
      StackMap locals:
      StackMap stack:
            goto 48
        45: .line 748
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        46: .line 751
            goto 48
        47: .line 754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 1 // char ch
        48: .line 656
      StackMap locals: jdk.internal.util.xml.impl.Parser top int
      StackMap stack:
            iload 2 /* st */
            ifge 3
        end local 2 // short st
        49: .line 757
            return
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   50     0  this  Ljdk/internal/util/xml/impl/Parser;
            4   48     1    ch  C
            2   49     2    st  S
    Exceptions:
      throws java.lang.Exception

  private void dtdent();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 770
            aconst_null
            astore 1 /* str */
        start local 1 // java.lang.String str
         1: .line 771
            aconst_null
            astore 2 /* val */
        start local 2 // char[] val
         2: .line 772
            aconst_null
            astore 3 /* inp */
        start local 3 // jdk.internal.util.xml.impl.Input inp
         3: .line 773
            aconst_null
            astore 4 /* ids */
        start local 4 // jdk.internal.util.xml.impl.Pair ids
         4: .line 775
            iconst_0
            istore 6 /* st */
        start local 6 // short st
         5: goto 85
         6: .line 776
      StackMap locals: jdk.internal.util.xml.impl.Parser java.lang.String char[] jdk.internal.util.xml.impl.Input jdk.internal.util.xml.impl.Pair top int
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 5 /* ch */
        start local 5 // char ch
         7: .line 777
            iload 6 /* st */
            tableswitch { // 0 - 1
                    0: 8
                    1: 49
              default: 84
          }
         8: .line 779
      StackMap locals: jdk.internal.util.xml.impl.Parser java.lang.String char[] jdk.internal.util.xml.impl.Input jdk.internal.util.xml.impl.Pair int int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 2
                   32: 9
                   37: 10
              default: 45
          }
         9: .line 782
      StackMap locals:
      StackMap stack:
            goto 85
        10: .line 786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 5 /* ch */
        11: .line 787
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        12: .line 788
            aload 0 /* this */
            iload 5 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            bipush 32
            if_icmpne 43
        13: .line 790
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        14: .line 791
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            astore 1 /* str */
        15: .line 792
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 3
                   34: 28
                   39: 28
                   65: 16
              default: 41
          }
        16: .line 795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pubsys:(C)Ljdk/internal/util/xml/impl/Pair;
            astore 4 /* ids */
        17: .line 796
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            bipush 62
            if_icmpne 24
        18: .line 798
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPEnt:Ljava/util/Map;
            aload 1 /* str */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 25
        19: .line 799
            new jdk.internal.util.xml.impl.Input
            dup
            invokespecial jdk.internal.util.xml.impl.Input.<init>:()V
            astore 3 /* inp */
        20: .line 800
            aload 3 /* inp */
            aload 4 /* ids */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
        21: .line 801
            aload 3 /* inp */
            aload 4 /* ids */
            getfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
        22: .line 802
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPEnt:Ljava/util/Map;
            aload 1 /* str */
            aload 3 /* inp */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        23: .line 804
            goto 25
        24: .line 805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        25: .line 807
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* ids */
            invokevirtual jdk.internal.util.xml.impl.Parser.del:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            pop
        26: .line 808
            iconst_m1
            istore 6 /* st */
        27: .line 809
            goto 85
        28: .line 814
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 100
            invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
        29: .line 816
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
            newarray 5
            astore 2 /* val */
        30: .line 817
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            aload 2 /* val */
            iconst_1
            aload 2 /* val */
            arraylength
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        31: .line 819
            aload 2 /* val */
            iconst_0
            bipush 32
            castore
        32: .line 821
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPEnt:Ljava/util/Map;
            aload 1 /* str */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 39
        33: .line 822
            new jdk.internal.util.xml.impl.Input
            dup
            aload 2 /* val */
            invokespecial jdk.internal.util.xml.impl.Input.<init>:([C)V
            astore 3 /* inp */
        34: .line 823
            aload 3 /* inp */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
        35: .line 824
            aload 3 /* inp */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
        36: .line 825
            aload 3 /* inp */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.xmlenc:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.xmlenc:Ljava/lang/String;
        37: .line 826
            aload 3 /* inp */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.xmlver:C
            putfield jdk.internal.util.xml.impl.Input.xmlver:C
        38: .line 827
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPEnt:Ljava/util/Map;
            aload 1 /* str */
            aload 3 /* inp */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        39: .line 829
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
        40: .line 830
            goto 85
        41: .line 833
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        42: .line 836
            goto 85
        43: .line 838
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        44: .line 840
            goto 85
        45: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        46: .line 844
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            astore 1 /* str */
        47: .line 845
            iconst_1
            istore 6 /* st */
        48: .line 848
            goto 85
        49: .line 851
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 4
                   32: 81
                   34: 50
                   39: 50
                   65: 64
              default: 82
          }
        50: .line 854
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        51: .line 855
            aload 0 /* this */
            bipush 100
            invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
        52: .line 856
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mEnt:Ljava/util/Map;
            aload 1 /* str */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 62
        53: .line 858
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            newarray 5
            astore 2 /* val */
        54: .line 859
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            aload 2 /* val */
            iconst_0
            aload 2 /* val */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        55: .line 861
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mEnt:Ljava/util/Map;
            aload 1 /* str */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 62
        56: .line 862
            new jdk.internal.util.xml.impl.Input
            dup
            aload 2 /* val */
            invokespecial jdk.internal.util.xml.impl.Input.<init>:([C)V
            astore 3 /* inp */
        57: .line 863
            aload 3 /* inp */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
        58: .line 864
            aload 3 /* inp */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
        59: .line 865
            aload 3 /* inp */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.xmlenc:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.xmlenc:Ljava/lang/String;
        60: .line 866
            aload 3 /* inp */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.xmlver:C
            putfield jdk.internal.util.xml.impl.Input.xmlver:C
        61: .line 867
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mEnt:Ljava/util/Map;
            aload 1 /* str */
            aload 3 /* inp */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        62: .line 870
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
        63: .line 871
            goto 85
        64: .line 874
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        65: .line 875
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pubsys:(C)Ljdk/internal/util/xml/impl/Pair;
            astore 4 /* ids */
        66: .line 876
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            lookupswitch { // 2
                   62: 67
                   78: 73
              default: 77
          }
        67: .line 878
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mEnt:Ljava/util/Map;
            aload 1 /* str */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 78
        68: .line 879
            new jdk.internal.util.xml.impl.Input
            dup
            invokespecial jdk.internal.util.xml.impl.Input.<init>:()V
            astore 3 /* inp */
        69: .line 880
            aload 3 /* inp */
            aload 4 /* ids */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
        70: .line 881
            aload 3 /* inp */
            aload 4 /* ids */
            getfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
        71: .line 882
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mEnt:Ljava/util/Map;
            aload 1 /* str */
            aload 3 /* inp */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        72: .line 884
            goto 78
        73: .line 887
      StackMap locals:
      StackMap stack:
            ldc "NDATA"
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 77
        74: .line 888
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        75: .line 889
            aload 0 /* this */
            aload 1 /* str */
            aload 4 /* ids */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            aload 4 /* ids */
            getfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            invokevirtual jdk.internal.util.xml.impl.Parser.unparsedEntDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        76: .line 890
            goto 78
        77: .line 893
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        78: .line 896
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* ids */
            invokevirtual jdk.internal.util.xml.impl.Parser.del:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            pop
        79: .line 897
            iconst_m1
            istore 6 /* st */
        80: .line 898
            goto 85
        81: .line 902
      StackMap locals:
      StackMap stack:
            goto 85
        82: .line 905
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        83: .line 908
            goto 85
        84: .line 911
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 5 // char ch
        85: .line 775
      StackMap locals: jdk.internal.util.xml.impl.Parser java.lang.String char[] jdk.internal.util.xml.impl.Input jdk.internal.util.xml.impl.Pair top int
      StackMap stack:
            iload 6 /* st */
            ifge 6
        end local 6 // short st
        86: .line 914
            return
        end local 4 // jdk.internal.util.xml.impl.Pair ids
        end local 3 // jdk.internal.util.xml.impl.Input inp
        end local 2 // char[] val
        end local 1 // java.lang.String str
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   87     0  this  Ljdk/internal/util/xml/impl/Parser;
            1   87     1   str  Ljava/lang/String;
            2   87     2   val  [C
            3   87     3   inp  Ljdk/internal/util/xml/impl/Input;
            4   87     4   ids  Ljdk/internal/util/xml/impl/Pair;
            7   85     5    ch  C
            5   86     6    st  S
    Exceptions:
      throws java.lang.Exception

  private void dtdelm();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 928
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
         1: .line 929
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsNSAware:Z
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            pop
         2: .line 933
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 1 /* ch */
        start local 1 // char ch
         3: .line 934
            iload 1 /* ch */
            lookupswitch { // 2
                   62: 4
                65535: 6
              default: 7
          }
         4: .line 936
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
         5: .line 937
            return
         6: .line 940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 1 // char ch
         7: .line 932
      StackMap locals:
      StackMap stack:
            goto 2
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/internal/util/xml/impl/Parser;
            3    7     1    ch  C
    Exceptions:
      throws java.lang.Exception

  private void dtdattl();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 957
            aconst_null
            astore 1 /* elmqn */
        start local 1 // char[] elmqn
         1: .line 958
            aconst_null
            astore 2 /* elm */
        start local 2 // jdk.internal.util.xml.impl.Pair elm
         2: .line 960
            iconst_0
            istore 4 /* st */
        start local 4 // short st
         3: goto 32
         4: .line 961
      StackMap locals: jdk.internal.util.xml.impl.Parser char[] jdk.internal.util.xml.impl.Pair top int
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 3 /* ch */
        start local 3 // char ch
         5: .line 962
            iload 4 /* st */
            tableswitch { // 0 - 1
                    0: 6
                    1: 21
              default: 31
          }
         6: .line 964
      StackMap locals: jdk.internal.util.xml.impl.Parser char[] jdk.internal.util.xml.impl.Pair int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 7
                   32: 16
                   37: 17
                   58: 7
                   65: 7
                   88: 7
                   95: 7
                   97: 7
              default: 19
          }
         7: .line 970
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
         8: .line 972
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsNSAware:Z
            invokevirtual jdk.internal.util.xml.impl.Parser.qname:(Z)[C
            astore 1 /* elmqn */
         9: .line 973
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
            aload 1 /* elmqn */
            invokevirtual jdk.internal.util.xml.impl.Parser.find:(Ljdk/internal/util/xml/impl/Pair;[C)Ljdk/internal/util/xml/impl/Pair;
            astore 2 /* elm */
        10: .line 974
            aload 2 /* elm */
            ifnonnull 14
        11: .line 975
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Parser.pair:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            astore 2 /* elm */
        12: .line 976
            aload 2 /* elm */
            aload 1 /* elmqn */
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
        13: .line 977
            aload 0 /* this */
            aload 2 /* elm */
            putfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
        14: .line 979
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* st */
        15: .line 980
            goto 32
        16: .line 983
      StackMap locals:
      StackMap stack:
            goto 32
        17: .line 986
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        18: .line 987
            goto 32
        19: .line 990
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        20: .line 993
            goto 32
        21: .line 996
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 7
                   32: 26
                   37: 27
                   58: 22
                   65: 22
                   88: 22
                   95: 22
                   97: 22
              default: 29
          }
        22: .line 1002
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        23: .line 1003
            aload 0 /* this */
            aload 2 /* elm */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtdatt:(Ljdk/internal/util/xml/impl/Pair;)V
        24: .line 1004
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            bipush 62
            if_icmpne 32
        25: .line 1005
            return
        26: .line 1010
      StackMap locals:
      StackMap stack:
            goto 32
        27: .line 1013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        28: .line 1014
            goto 32
        29: .line 1017
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        30: .line 1020
            goto 32
        31: .line 1023
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 3 // char ch
        32: .line 960
      StackMap locals: jdk.internal.util.xml.impl.Parser char[] jdk.internal.util.xml.impl.Pair top int
      StackMap stack:
            iload 4 /* st */
            ifge 4
        end local 4 // short st
        33: .line 1027
            return
        end local 2 // jdk.internal.util.xml.impl.Pair elm
        end local 1 // char[] elmqn
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   34     0   this  Ljdk/internal/util/xml/impl/Parser;
            1   34     1  elmqn  [C
            2   34     2    elm  Ljdk/internal/util/xml/impl/Pair;
            5   32     3     ch  C
            3   33     4     st  S
    Exceptions:
      throws java.lang.Exception

  private void dtdatt(jdk.internal.util.xml.impl.Pair);
    descriptor: (Ljdk/internal/util/xml/impl/Pair;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // jdk.internal.util.xml.impl.Pair elm
         0: .line 1043
            aconst_null
            astore 2 /* attqn */
        start local 2 // char[] attqn
         1: .line 1044
            aconst_null
            astore 3 /* att */
        start local 3 // jdk.internal.util.xml.impl.Pair att
         2: .line 1046
            iconst_0
            istore 5 /* st */
        start local 5 // short st
         3: goto 122
         4: .line 1047
      StackMap locals: jdk.internal.util.xml.impl.Parser jdk.internal.util.xml.impl.Pair char[] jdk.internal.util.xml.impl.Pair top int
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 4 /* ch */
        start local 4 // char ch
         5: .line 1048
            iload 5 /* st */
            tableswitch { // 0 - 5
                    0: 6
                    1: 26
                    2: 47
                    3: 64
                    4: 82
                    5: 104
              default: 121
          }
         6: .line 1050
      StackMap locals: jdk.internal.util.xml.impl.Parser jdk.internal.util.xml.impl.Pair char[] jdk.internal.util.xml.impl.Pair int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 7
                   32: 23
                   37: 21
                   58: 7
                   65: 7
                   88: 7
                   95: 7
                   97: 7
              default: 24
          }
         7: .line 1056
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
         8: .line 1058
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsNSAware:Z
            invokevirtual jdk.internal.util.xml.impl.Parser.qname:(Z)[C
            astore 2 /* attqn */
         9: .line 1059
            aload 0 /* this */
            aload 1 /* elm */
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            aload 2 /* attqn */
            invokevirtual jdk.internal.util.xml.impl.Parser.find:(Ljdk/internal/util/xml/impl/Pair;[C)Ljdk/internal/util/xml/impl/Pair;
            astore 3 /* att */
        10: .line 1060
            aload 3 /* att */
            ifnonnull 15
        11: .line 1062
            aload 0 /* this */
            aload 1 /* elm */
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Parser.pair:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            astore 3 /* att */
        12: .line 1063
            aload 3 /* att */
            aload 2 /* attqn */
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
        13: .line 1064
            aload 1 /* elm */
            aload 3 /* att */
            putfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
        14: .line 1065
            goto 18
        15: .line 1067
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            invokevirtual jdk.internal.util.xml.impl.Parser.pair:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            astore 3 /* att */
        16: .line 1068
            aload 3 /* att */
            aload 2 /* attqn */
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
        17: .line 1069
            aload 3 /* att */
            bipush 99
            putfield jdk.internal.util.xml.impl.Pair.id:I
        18: .line 1071
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        19: .line 1072
            iconst_1
            istore 5 /* st */
        20: .line 1073
            goto 122
        21: .line 1076
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        22: .line 1077
            goto 122
        23: .line 1080
      StackMap locals:
      StackMap stack:
            goto 122
        24: .line 1083
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        25: .line 1086
            goto 122
        26: .line 1089
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 3
                   32: 32
                   37: 30
                   40: 27
              default: 33
          }
        27: .line 1091
      StackMap locals:
      StackMap stack:
            aload 3 /* att */
            bipush 117
            putfield jdk.internal.util.xml.impl.Pair.id:I
        28: .line 1092
            iconst_2
            istore 5 /* st */
        29: .line 1093
            goto 122
        30: .line 1096
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        31: .line 1097
            goto 122
        32: .line 1100
      StackMap locals:
      StackMap stack:
            goto 122
        33: .line 1103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        34: .line 1104
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bntok:()V
        35: .line 1105
            aload 3 /* att */
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkeyword:()C
            putfield jdk.internal.util.xml.impl.Pair.id:I
        36: .line 1106
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.id:I
            lookupswitch { // 9
                   78: 42
                   82: 42
                   84: 42
                   99: 42
                  105: 42
                  110: 42
                  111: 37
                  114: 42
                  116: 42
              default: 45
          }
        37: .line 1108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            bipush 40
            if_icmpeq 39
        38: .line 1109
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        39: .line 1111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 4 /* ch */
        40: .line 1112
            iconst_2
            istore 5 /* st */
        41: .line 1113
            goto 122
        42: .line 1123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        43: .line 1124
            iconst_4
            istore 5 /* st */
        44: .line 1125
            goto 122
        45: .line 1128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        46: .line 1133
            goto 122
        47: .line 1136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 10
                   32: 61
                   37: 59
                   45: 48
                   46: 48
                   58: 48
                   65: 48
                   88: 48
                   95: 48
                   97: 48
                  100: 48
              default: 62
          }
        48: .line 1145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        49: .line 1146
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.id:I
            lookupswitch { // 2
                  111: 52
                  117: 50
              default: 55
          }
        50: .line 1148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bntok:()V
        51: .line 1149
            goto 56
        52: .line 1152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        53: .line 1153
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.bname:(Z)V
        54: .line 1154
            goto 56
        55: .line 1157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        56: .line 1160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        57: .line 1161
            iconst_3
            istore 5 /* st */
        58: .line 1162
            goto 122
        59: .line 1165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        60: .line 1166
            goto 122
        61: .line 1169
      StackMap locals:
      StackMap stack:
            goto 122
        62: .line 1172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        63: .line 1175
            goto 122
        64: .line 1178
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 3
                   37: 78
                   41: 65
                  124: 68
              default: 80
          }
        65: .line 1180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        66: .line 1181
            iconst_4
            istore 5 /* st */
        67: .line 1182
            goto 122
        68: .line 1185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        69: .line 1186
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.id:I
            lookupswitch { // 2
                  111: 72
                  117: 70
              default: 75
          }
        70: .line 1188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bntok:()V
        71: .line 1189
            goto 76
        72: .line 1192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        73: .line 1193
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.bname:(Z)V
        74: .line 1194
            goto 76
        75: .line 1197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        76: .line 1200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        77: .line 1201
            goto 122
        78: .line 1204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        79: .line 1205
            goto 122
        80: .line 1208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        81: .line 1211
            goto 122
        82: .line 1214
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 8
                    9: 98
                   10: 98
                   13: 98
                   32: 98
                   34: 95
                   35: 83
                   37: 99
                   39: 95
              default: 101
          }
        83: .line 1216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bntok:()V
        84: .line 1217
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkeyword:()C
            lookupswitch { // 3
                   70: 85
                   73: 91
                   81: 91
              default: 93
          }
        85: .line 1219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            lookupswitch { // 3
                   34: 86
                   39: 86
                65535: 88
              default: 89
          }
        86: .line 1222
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 5 /* st */
        87: .line 1223
            goto 122
        88: .line 1226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        89: .line 1229
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 5 /* st */
        90: .line 1232
            goto 122
        91: .line 1236
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 5 /* st */
        92: .line 1237
            goto 122
        93: .line 1240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        94: .line 1243
            goto 122
        95: .line 1247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        96: .line 1248
            iconst_5
            istore 5 /* st */
        97: .line 1249
            goto 122
        98: .line 1255
      StackMap locals:
      StackMap stack:
            goto 122
        99: .line 1258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
       100: .line 1259
            goto 122
       101: .line 1262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
       102: .line 1263
            iconst_m1
            istore 5 /* st */
       103: .line 1266
            goto 122
       104: .line 1269
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 2
                   34: 105
                   39: 105
              default: 119
          }
       105: .line 1272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
       106: .line 1273
            aload 0 /* this */
            bipush 100
            invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
       107: .line 1274
            aload 3 /* att */
            aload 0 /* this */
            aconst_null
            invokevirtual jdk.internal.util.xml.impl.Parser.pair:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
       108: .line 1276
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            arraylength
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iadd
            iconst_3
            iadd
            newarray 5
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
       109: .line 1278
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            iconst_1
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            iconst_0
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            arraylength
            iconst_1
            isub
       110: .line 1277
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
       111: .line 1279
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            arraylength
            iconst_1
            isub
            bipush 61
            castore
       112: .line 1280
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            arraylength
            iload 4 /* ch */
            castore
       113: .line 1282
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            arraylength
            iconst_1
            iadd
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
       114: .line 1281
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
       115: .line 1283
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            arraylength
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iadd
            iconst_1
            iadd
            iload 4 /* ch */
            castore
       116: .line 1284
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            arraylength
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iadd
            iconst_2
            iadd
            bipush 32
            castore
       117: .line 1285
            iconst_m1
            istore 5 /* st */
       118: .line 1286
            goto 122
       119: .line 1289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       120: .line 1292
            goto 122
       121: .line 1295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 4 // char ch
       122: .line 1046
      StackMap locals: jdk.internal.util.xml.impl.Parser jdk.internal.util.xml.impl.Pair char[] jdk.internal.util.xml.impl.Pair top int
      StackMap stack:
            iload 5 /* st */
            ifge 4
        end local 5 // short st
       123: .line 1299
            return
        end local 3 // jdk.internal.util.xml.impl.Pair att
        end local 2 // char[] attqn
        end local 1 // jdk.internal.util.xml.impl.Pair elm
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0  124     0   this  Ljdk/internal/util/xml/impl/Parser;
            0  124     1    elm  Ljdk/internal/util/xml/impl/Pair;
            1  124     2  attqn  [C
            2  124     3    att  Ljdk/internal/util/xml/impl/Pair;
            5  122     4     ch  C
            3  123     5     st  S
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      elm   

  private void dtdnot();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 1310
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
         1: .line 1311
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            astore 1 /* name */
        start local 1 // java.lang.String name
         2: .line 1312
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
         3: .line 1313
            aload 0 /* this */
            bipush 78
            invokevirtual jdk.internal.util.xml.impl.Parser.pubsys:(C)Ljdk/internal/util/xml/impl/Pair;
            astore 2 /* ids */
        start local 2 // jdk.internal.util.xml.impl.Pair ids
         4: .line 1314
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* ids */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            aload 2 /* ids */
            getfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
            invokevirtual jdk.internal.util.xml.impl.Parser.notDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 1315
            aload 0 /* this */
            aload 2 /* ids */
            invokevirtual jdk.internal.util.xml.impl.Parser.del:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            pop
         6: .line 1316
            return
        end local 2 // jdk.internal.util.xml.impl.Pair ids
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/internal/util/xml/impl/Parser;
            2    7     1  name  Ljava/lang/String;
            4    7     2   ids  Ljdk/internal/util/xml/impl/Pair;
    Exceptions:
      throws java.lang.Exception

  private void attr(jdk.internal.util.xml.impl.Pair);
    descriptor: (Ljdk/internal/util/xml/impl/Pair;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // jdk.internal.util.xml.impl.Pair att
         0: .line 1337
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            lookupswitch { // 3
                   47: 1
                   62: 1
                65535: 19
              default: 20
          }
         1: .line 1340
      StackMap locals:
      StackMap stack:
            aload 1 /* att */
            getfield jdk.internal.util.xml.impl.Pair.num:I
            iconst_2
            iand
            ifne 16
         2: .line 1341
            aload 1 /* att */
            dup
            getfield jdk.internal.util.xml.impl.Pair.num:I
            iconst_2
            ior
            putfield jdk.internal.util.xml.impl.Pair.num:I
         3: .line 1342
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            astore 2 /* inp */
        start local 2 // jdk.internal.util.xml.impl.Input inp
         4: .line 1344
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            astore 3 /* def */
        start local 3 // jdk.internal.util.xml.impl.Pair def
         5: goto 12
         6: .line 1345
      StackMap locals: jdk.internal.util.xml.impl.Input jdk.internal.util.xml.impl.Pair
      StackMap stack:
            aload 3 /* def */
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            ifnonnull 8
         7: .line 1347
            goto 11
         8: .line 1351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* att */
            getfield jdk.internal.util.xml.impl.Pair.next:Ljdk/internal/util/xml/impl/Pair;
            aload 3 /* def */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            invokevirtual jdk.internal.util.xml.impl.Parser.find:(Ljdk/internal/util/xml/impl/Pair;[C)Ljdk/internal/util/xml/impl/Pair;
            astore 4 /* act */
        start local 4 // jdk.internal.util.xml.impl.Pair act
         9: .line 1352
            aload 4 /* act */
            ifnonnull 11
        10: .line 1353
            aload 0 /* this */
            new jdk.internal.util.xml.impl.Input
            dup
            aload 3 /* def */
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            invokespecial jdk.internal.util.xml.impl.Input.<init>:([C)V
            invokevirtual jdk.internal.util.xml.impl.Parser.push:(Ljdk/internal/util/xml/impl/Input;)V
        end local 4 // jdk.internal.util.xml.impl.Pair act
        11: .line 1344
      StackMap locals:
      StackMap stack:
            aload 3 /* def */
            getfield jdk.internal.util.xml.impl.Pair.next:Ljdk/internal/util/xml/impl/Pair;
            astore 3 /* def */
      StackMap locals:
      StackMap stack:
        12: aload 3 /* def */
            ifnonnull 6
        end local 3 // jdk.internal.util.xml.impl.Pair def
        13: .line 1356
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 2 /* inp */
            if_acmpeq 16
        14: .line 1357
            aload 0 /* this */
            aload 1 /* att */
            invokevirtual jdk.internal.util.xml.impl.Parser.attr:(Ljdk/internal/util/xml/impl/Pair;)V
        15: .line 1358
            return
        end local 2 // jdk.internal.util.xml.impl.Input inp
        16: .line 1362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttrs:Ljdk/internal/util/xml/impl/Attrs;
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttrIdx:C
            invokevirtual jdk.internal.util.xml.impl.Attrs.setLength:(C)V
        17: .line 1363
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttrs:Ljdk/internal/util/xml/impl/Attrs;
            getfield jdk.internal.util.xml.impl.Attrs.mItems:[Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Parser.mItems:[Ljava/lang/String;
        18: .line 1364
            return
        19: .line 1367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        20: .line 1371
      StackMap locals:
      StackMap stack:
            aload 1 /* att */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsNSAware:Z
            invokevirtual jdk.internal.util.xml.impl.Parser.qname:(Z)[C
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
        21: .line 1372
            aload 1 /* att */
            aload 1 /* att */
            invokevirtual jdk.internal.util.xml.impl.Pair.local:()Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
        22: .line 1373
            aload 0 /* this */
            aload 1 /* att */
            invokevirtual jdk.internal.util.xml.impl.Parser.atype:(Ljdk/internal/util/xml/impl/Pair;)Ljava/lang/String;
            astore 2 /* type */
        start local 2 // java.lang.String type
        23: .line 1374
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        24: .line 1375
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 61
            if_icmpeq 26
        25: .line 1376
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        26: .line 1378
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* att */
            getfield jdk.internal.util.xml.impl.Pair.id:I
            i2c
            invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
        27: .line 1379
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            invokespecial java.lang.String.<init>:([CII)V
            astore 3 /* val */
        start local 3 // java.lang.String val
        28: .line 1380
            aload 0 /* this */
            aload 1 /* att */
            invokevirtual jdk.internal.util.xml.impl.Parser.pair:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            astore 4 /* next */
        start local 4 // jdk.internal.util.xml.impl.Pair next
        29: .line 1381
            aload 4 /* next */
            aload 1 /* att */
            getfield jdk.internal.util.xml.impl.Pair.num:I
            bipush -2
            iand
            putfield jdk.internal.util.xml.impl.Pair.num:I
        30: .line 1383
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsNSAware:Z
            ifeq 31
            aload 0 /* this */
            aload 1 /* att */
            aload 3 /* val */
            invokevirtual jdk.internal.util.xml.impl.Parser.isdecl:(Ljdk/internal/util/xml/impl/Pair;Ljava/lang/String;)Z
            ifne 51
        31: .line 1385
      StackMap locals: java.lang.String jdk.internal.util.xml.impl.Pair
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mAttrIdx:C
            iconst_1
            iadd
            i2c
            putfield jdk.internal.util.xml.impl.Parser.mAttrIdx:C
        32: .line 1386
            aload 0 /* this */
            aload 4 /* next */
            invokevirtual jdk.internal.util.xml.impl.Parser.attr:(Ljdk/internal/util/xml/impl/Pair;)V
        33: .line 1387
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mAttrIdx:C
            iconst_1
            isub
            i2c
            putfield jdk.internal.util.xml.impl.Parser.mAttrIdx:C
        34: .line 1389
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mAttrIdx:C
            iconst_3
            ishl
            i2c
            istore 5 /* idx */
        start local 5 // char idx
        35: .line 1390
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mItems:[Ljava/lang/String;
            iload 5 /* idx */
            iconst_1
            iadd
            aload 1 /* att */
            invokevirtual jdk.internal.util.xml.impl.Pair.qname:()Ljava/lang/String;
            aastore
        36: .line 1391
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mItems:[Ljava/lang/String;
            iload 5 /* idx */
            iconst_2
            iadd
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsNSAware:Z
            ifeq 37
            aload 1 /* att */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            goto 38
      StackMap locals: jdk.internal.util.xml.impl.Parser jdk.internal.util.xml.impl.Pair java.lang.String java.lang.String jdk.internal.util.xml.impl.Pair int
      StackMap stack: java.lang.String[] int
        37: ldc ""
      StackMap locals: jdk.internal.util.xml.impl.Parser jdk.internal.util.xml.impl.Pair java.lang.String java.lang.String jdk.internal.util.xml.impl.Pair int
      StackMap stack: java.lang.String[] int java.lang.String
        38: aastore
        39: .line 1392
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mItems:[Ljava/lang/String;
            iload 5 /* idx */
            iconst_3
            iadd
            aload 3 /* val */
            aastore
        40: .line 1393
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mItems:[Ljava/lang/String;
            iload 5 /* idx */
            iconst_4
            iadd
            aload 2 /* type */
            aastore
        41: .line 1394
            aload 1 /* att */
            getfield jdk.internal.util.xml.impl.Pair.num:I
            iconst_3
            iand
            tableswitch { // 0 - 1
                    0: 42
                    1: 44
              default: 46
          }
        42: .line 1396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mItems:[Ljava/lang/String;
            iload 5 /* idx */
            iconst_5
            iadd
            aconst_null
            aastore
        43: .line 1397
            goto 47
        44: .line 1400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mItems:[Ljava/lang/String;
            iload 5 /* idx */
            iconst_5
            iadd
            ldc "d"
            aastore
        45: .line 1401
            goto 47
        46: .line 1404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mItems:[Ljava/lang/String;
            iload 5 /* idx */
            iconst_5
            iadd
            ldc "D"
            aastore
        47: .line 1409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mItems:[Ljava/lang/String;
            iload 5 /* idx */
            iconst_0
            iadd
            aload 1 /* att */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            iconst_0
            caload
            ifeq 48
            aload 0 /* this */
            aload 1 /* att */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            invokevirtual jdk.internal.util.xml.impl.Parser.rslv:([C)Ljava/lang/String;
            goto 49
      StackMap locals: jdk.internal.util.xml.impl.Parser jdk.internal.util.xml.impl.Pair java.lang.String java.lang.String jdk.internal.util.xml.impl.Pair int
      StackMap stack: java.lang.String[] int
        48: ldc ""
      StackMap locals: jdk.internal.util.xml.impl.Parser jdk.internal.util.xml.impl.Pair java.lang.String java.lang.String jdk.internal.util.xml.impl.Pair int
      StackMap stack: java.lang.String[] int java.lang.String
        49: aastore
        end local 5 // char idx
        50: .line 1410
            goto 53
        51: .line 1414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.newPrefix:()V
        52: .line 1416
            aload 0 /* this */
            aload 4 /* next */
            invokevirtual jdk.internal.util.xml.impl.Parser.attr:(Ljdk/internal/util/xml/impl/Pair;)V
        53: .line 1419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* next */
            invokevirtual jdk.internal.util.xml.impl.Parser.del:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            pop
        end local 4 // jdk.internal.util.xml.impl.Pair next
        end local 3 // java.lang.String val
        end local 2 // java.lang.String type
        54: .line 1422
            return
        end local 1 // jdk.internal.util.xml.impl.Pair att
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   55     0  this  Ljdk/internal/util/xml/impl/Parser;
            0   55     1   att  Ljdk/internal/util/xml/impl/Pair;
            4   16     2   inp  Ljdk/internal/util/xml/impl/Input;
            5   13     3   def  Ljdk/internal/util/xml/impl/Pair;
            9   11     4   act  Ljdk/internal/util/xml/impl/Pair;
           23   54     2  type  Ljava/lang/String;
           28   54     3   val  Ljava/lang/String;
           29   54     4  next  Ljdk/internal/util/xml/impl/Pair;
           35   50     5   idx  C
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      att   

  private java.lang.String atype(jdk.internal.util.xml.impl.Pair);
    descriptor: (Ljdk/internal/util/xml/impl/Pair;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // jdk.internal.util.xml.impl.Pair att
         0: .line 1439
            aload 1 /* att */
            bipush 99
            putfield jdk.internal.util.xml.impl.Pair.id:I
         1: .line 1440
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            ifnull 3
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
            aload 1 /* att */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            invokevirtual jdk.internal.util.xml.impl.Parser.find:(Ljdk/internal/util/xml/impl/Pair;[C)Ljdk/internal/util/xml/impl/Pair;
            dup
            astore 2 /* attr */
        start local 2 // jdk.internal.util.xml.impl.Pair attr
         2: ifnonnull 4
        end local 2 // jdk.internal.util.xml.impl.Pair attr
         3: .line 1441
      StackMap locals:
      StackMap stack:
            ldc "CDATA"
            areturn
        start local 2 // jdk.internal.util.xml.impl.Pair attr
         4: .line 1444
      StackMap locals: jdk.internal.util.xml.impl.Pair
      StackMap stack:
            aload 1 /* att */
            dup
            getfield jdk.internal.util.xml.impl.Pair.num:I
            iconst_1
            ior
            putfield jdk.internal.util.xml.impl.Pair.num:I
         5: .line 1447
            aload 1 /* att */
            bipush 105
            putfield jdk.internal.util.xml.impl.Pair.id:I
         6: .line 1448
            aload 2 /* attr */
            getfield jdk.internal.util.xml.impl.Pair.id:I
            lookupswitch { // 10
                   78: 11
                   82: 9
                   84: 13
                   99: 16
                  105: 7
                  110: 10
                  111: 15
                  114: 8
                  116: 12
                  117: 14
              default: 18
          }
         7: .line 1450
      StackMap locals:
      StackMap stack:
            ldc "ID"
            areturn
         8: .line 1453
      StackMap locals:
      StackMap stack:
            ldc "IDREF"
            areturn
         9: .line 1456
      StackMap locals:
      StackMap stack:
            ldc "IDREFS"
            areturn
        10: .line 1459
      StackMap locals:
      StackMap stack:
            ldc "ENTITY"
            areturn
        11: .line 1462
      StackMap locals:
      StackMap stack:
            ldc "ENTITIES"
            areturn
        12: .line 1465
      StackMap locals:
      StackMap stack:
            ldc "NMTOKEN"
            areturn
        13: .line 1468
      StackMap locals:
      StackMap stack:
            ldc "NMTOKENS"
            areturn
        14: .line 1471
      StackMap locals:
      StackMap stack:
            ldc "NMTOKEN"
            areturn
        15: .line 1474
      StackMap locals:
      StackMap stack:
            ldc "NOTATION"
            areturn
        16: .line 1477
      StackMap locals:
      StackMap stack:
            aload 1 /* att */
            bipush 99
            putfield jdk.internal.util.xml.impl.Pair.id:I
        17: .line 1478
            ldc "CDATA"
            areturn
        18: .line 1481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        19: .line 1483
            aconst_null
            areturn
        end local 2 // jdk.internal.util.xml.impl.Pair attr
        end local 1 // jdk.internal.util.xml.impl.Pair att
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljdk/internal/util/xml/impl/Parser;
            0   20     1   att  Ljdk/internal/util/xml/impl/Pair;
            2    3     2  attr  Ljdk/internal/util/xml/impl/Pair;
            4   20     2  attr  Ljdk/internal/util/xml/impl/Pair;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      att   

  private void comm();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 1496
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            ifne 2
         1: .line 1497
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mPh:I
         2: .line 1500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         3: .line 1501
            iconst_0
            istore 2 /* st */
        start local 2 // short st
         4: goto 38
         5: .line 1502
      StackMap locals: jdk.internal.util.xml.impl.Parser top int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChLen:I
            if_icmpge 6
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            caload
            goto 7
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
      StackMap locals:
      StackMap stack: int
         7: istore 1 /* ch */
        start local 1 // char ch
         8: .line 1503
            iload 1 /* ch */
            ldc 65535
            if_icmpne 10
         9: .line 1504
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        10: .line 1506
      StackMap locals: jdk.internal.util.xml.impl.Parser int int
      StackMap stack:
            iload 2 /* st */
            tableswitch { // 0 - 4
                    0: 11
                    1: 16
                    2: 21
                    3: 26
                    4: 33
              default: 37
          }
        11: .line 1508
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 45
            if_icmpne 14
        12: .line 1509
            iconst_1
            istore 2 /* st */
        13: .line 1510
            goto 38
        14: .line 1511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        15: .line 1513
            goto 38
        16: .line 1516
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 45
            if_icmpne 19
        17: .line 1517
            iconst_2
            istore 2 /* st */
        18: .line 1518
            goto 38
        19: .line 1519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        20: .line 1521
            goto 38
        21: .line 1524
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            tableswitch { // 45 - 45
                   45: 22
              default: 24
          }
        22: .line 1526
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 2 /* st */
        23: .line 1527
            goto 38
        24: .line 1530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        25: .line 1533
            goto 38
        26: .line 1536
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            tableswitch { // 45 - 45
                   45: 27
              default: 29
          }
        27: .line 1538
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 2 /* st */
        28: .line 1539
            goto 38
        29: .line 1542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 45
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        30: .line 1543
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        31: .line 1544
            iconst_2
            istore 2 /* st */
        32: .line 1547
            goto 38
        33: .line 1550
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 62
            if_icmpne 37
        34: .line 1551
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
            invokevirtual jdk.internal.util.xml.impl.Parser.comm:([CI)V
        35: .line 1552
            iconst_m1
            istore 2 /* st */
        36: .line 1553
            goto 38
        37: .line 1558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 1 // char ch
        38: .line 1501
      StackMap locals: jdk.internal.util.xml.impl.Parser top int
      StackMap stack:
            iload 2 /* st */
            ifge 5
        end local 2 // short st
        39: .line 1561
            return
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   40     0  this  Ljdk/internal/util/xml/impl/Parser;
            8   38     1    ch  C
            4   39     2    st  S
    Exceptions:
      throws java.lang.Exception

  private void pi();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 1575
            aconst_null
            astore 2 /* str */
        start local 2 // java.lang.String str
         1: .line 1576
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         2: .line 1577
            iconst_0
            istore 3 /* st */
        start local 3 // short st
         3: goto 38
         4: .line 1578
      StackMap locals: jdk.internal.util.xml.impl.Parser top java.lang.String int
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 1 /* ch */
        start local 1 // char ch
         5: .line 1579
            iload 1 /* ch */
            ldc 65535
            if_icmpne 7
         6: .line 1580
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         7: .line 1582
      StackMap locals: jdk.internal.util.xml.impl.Parser int java.lang.String int
      StackMap stack:
            iload 3 /* st */
            tableswitch { // 0 - 2
                    0: 8
                    1: 22
                    2: 27
              default: 37
          }
         8: .line 1584
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 5
                   58: 9
                   65: 9
                   88: 9
                   95: 9
                   97: 9
              default: 20
          }
         9: .line 1590
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        10: .line 1591
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            astore 2 /* str */
        11: .line 1594
            aload 2 /* str */
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 13
        12: .line 1595
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mXml:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            aload 2 /* str */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
        13: .line 1596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        14: .line 1599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            ifne 16
        15: .line 1601
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mPh:I
        16: .line 1603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        17: .line 1604
            iconst_1
            istore 3 /* st */
        18: .line 1605
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        19: .line 1606
            goto 38
        20: .line 1609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        21: .line 1611
            goto 38
        22: .line 1614
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            tableswitch { // 63 - 63
                   63: 23
              default: 25
          }
        23: .line 1616
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 3 /* st */
        24: .line 1617
            goto 38
        25: .line 1620
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        26: .line 1623
            goto 38
        27: .line 1626
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            tableswitch { // 62 - 63
                   62: 28
                   63: 31
              default: 33
          }
        28: .line 1629
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* str */
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
            invokespecial java.lang.String.<init>:([CII)V
            invokevirtual jdk.internal.util.xml.impl.Parser.pi:(Ljava/lang/String;Ljava/lang/String;)V
        29: .line 1630
            iconst_m1
            istore 3 /* st */
        30: .line 1631
            goto 38
        31: .line 1634
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 63
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        32: .line 1635
            goto 38
        33: .line 1638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 63
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        34: .line 1639
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        35: .line 1640
            iconst_1
            istore 3 /* st */
        36: .line 1643
            goto 38
        37: .line 1646
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 1 // char ch
        38: .line 1577
      StackMap locals: jdk.internal.util.xml.impl.Parser top java.lang.String int
      StackMap stack:
            iload 3 /* st */
            ifge 4
        end local 3 // short st
        39: .line 1649
            return
        end local 2 // java.lang.String str
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   40     0  this  Ljdk/internal/util/xml/impl/Parser;
            5   38     1    ch  C
            1   40     2   str  Ljava/lang/String;
            3   39     3    st  S
    Exceptions:
      throws java.lang.Exception

  private void cdat();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 1664
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         1: .line 1665
            iconst_0
            istore 2 /* st */
        start local 2 // short st
         2: goto 50
         3: .line 1666
      StackMap locals: jdk.internal.util.xml.impl.Parser top int
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 1 /* ch */
        start local 1 // char ch
         4: .line 1667
            iload 2 /* st */
            tableswitch { // 0 - 5
                    0: 5
                    1: 10
                    2: 21
                    3: 26
                    4: 31
                    5: 38
              default: 49
          }
         5: .line 1669
      StackMap locals: jdk.internal.util.xml.impl.Parser int int
      StackMap stack:
            iload 1 /* ch */
            bipush 91
            if_icmpne 8
         6: .line 1670
            iconst_1
            istore 2 /* st */
         7: .line 1671
            goto 50
         8: .line 1672
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         9: .line 1674
            goto 50
        10: .line 1677
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            bipush 65
            if_icmpne 13
        11: .line 1678
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        12: .line 1679
            goto 50
        13: .line 1680
      StackMap locals:
      StackMap stack:
            ldc "CDATA"
        14: .line 1681
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
            invokespecial java.lang.String.<init>:([CII)V
        15: .line 1680
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
        16: .line 1681
            ifne 18
        17: .line 1682
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        18: .line 1684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        19: .line 1685
            iconst_2
            istore 2 /* st */
        20: .line 1687
            goto 50
        21: .line 1690
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 91
            if_icmpeq 23
        22: .line 1691
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        23: .line 1693
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        24: .line 1694
            iconst_3
            istore 2 /* st */
        25: .line 1695
            goto 50
        26: .line 1698
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 93
            if_icmpeq 29
        27: .line 1699
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        28: .line 1700
            goto 50
        29: .line 1701
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 2 /* st */
        30: .line 1703
            goto 50
        31: .line 1706
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 93
            if_icmpeq 36
        32: .line 1707
            aload 0 /* this */
            bipush 93
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        33: .line 1708
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        34: .line 1709
            iconst_3
            istore 2 /* st */
        35: .line 1710
            goto 50
        36: .line 1711
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 2 /* st */
        37: .line 1713
            goto 50
        38: .line 1716
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            lookupswitch { // 2
                   62: 41
                   93: 39
              default: 44
          }
        39: .line 1718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 93
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        40: .line 1719
            goto 50
        41: .line 1722
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bflash:()V
        42: .line 1723
            iconst_m1
            istore 2 /* st */
        43: .line 1724
            goto 50
        44: .line 1727
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 93
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        45: .line 1728
            aload 0 /* this */
            bipush 93
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        46: .line 1729
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        47: .line 1730
            iconst_3
            istore 2 /* st */
        48: .line 1733
            goto 50
        49: .line 1736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 1 // char ch
        50: .line 1665
      StackMap locals: jdk.internal.util.xml.impl.Parser top int
      StackMap stack:
            iload 2 /* st */
            ifge 3
        end local 2 // short st
        51: .line 1739
            return
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   52     0  this  Ljdk/internal/util/xml/impl/Parser;
            4   50     1    ch  C
            2   51     2    st  S
    Exceptions:
      throws java.lang.Exception

  protected java.lang.String name(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // boolean ns
         0: .line 1756
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         1: .line 1757
            aload 0 /* this */
            iload 1 /* ns */
            invokevirtual jdk.internal.util.xml.impl.Parser.bname:(Z)V
         2: .line 1758
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 1 // boolean ns
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/util/xml/impl/Parser;
            0    3     1    ns  Z
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ns    

  protected char[] qname(boolean);
    descriptor: (Z)[C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // boolean ns
         0: .line 1777
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         1: .line 1778
            aload 0 /* this */
            iload 1 /* ns */
            invokevirtual jdk.internal.util.xml.impl.Parser.bname:(Z)V
         2: .line 1779
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
            newarray 5
            astore 2 /* chars */
        start local 2 // char[] chars
         3: .line 1780
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_0
            aload 2 /* chars */
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 1781
            aload 2 /* chars */
            areturn
        end local 2 // char[] chars
        end local 1 // boolean ns
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljdk/internal/util/xml/impl/Parser;
            0    5     1     ns  Z
            3    5     2  chars  [C
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ns    

  private void pubsys(jdk.internal.util.xml.impl.Input);
    descriptor: (Ljdk/internal/util/xml/impl/Input;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // jdk.internal.util.xml.impl.Input inp
         0: .line 1793
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pubsys:(C)Ljdk/internal/util/xml/impl/Pair;
            astore 2 /* pair */
        start local 2 // jdk.internal.util.xml.impl.Pair pair
         1: .line 1794
            aload 1 /* inp */
            aload 2 /* pair */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
         2: .line 1795
            aload 1 /* inp */
            aload 2 /* pair */
            getfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
         3: .line 1796
            aload 0 /* this */
            aload 2 /* pair */
            invokevirtual jdk.internal.util.xml.impl.Parser.del:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            pop
         4: .line 1797
            return
        end local 2 // jdk.internal.util.xml.impl.Pair pair
        end local 1 // jdk.internal.util.xml.impl.Input inp
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/internal/util/xml/impl/Parser;
            0    5     1   inp  Ljdk/internal/util/xml/impl/Input;
            1    5     2  pair  Ljdk/internal/util/xml/impl/Pair;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      inp   

  private jdk.internal.util.xml.impl.Pair pubsys(char);
    descriptor: (C)Ljdk/internal/util/xml/impl/Pair;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // char flag
         0: .line 1809
            aload 0 /* this */
            aconst_null
            invokevirtual jdk.internal.util.xml.impl.Parser.pair:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            astore 2 /* ids */
        start local 2 // jdk.internal.util.xml.impl.Pair ids
         1: .line 1810
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            astore 3 /* str */
        start local 3 // java.lang.String str
         2: .line 1811
            ldc "PUBLIC"
            aload 3 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
         3: .line 1812
            aload 0 /* this */
            bipush 105
            invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
         4: .line 1813
            aload 2 /* ids */
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            invokespecial java.lang.String.<init>:([CII)V
            putfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
         5: .line 1814
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            lookupswitch { // 3
                   34: 6
                   39: 6
                65535: 9
              default: 10
          }
         6: .line 1817
      StackMap locals: jdk.internal.util.xml.impl.Pair java.lang.String
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
         7: .line 1818
            aload 2 /* ids */
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            invokespecial java.lang.String.<init>:([CII)V
            putfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
         8: .line 1819
            goto 13
         9: .line 1822
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        10: .line 1825
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 78
            if_icmpeq 12
        11: .line 1827
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        12: .line 1829
      StackMap locals:
      StackMap stack:
            aload 2 /* ids */
            aconst_null
            putfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
        13: .line 1832
      StackMap locals:
      StackMap stack:
            aload 2 /* ids */
            areturn
        14: .line 1833
      StackMap locals:
      StackMap stack:
            ldc "SYSTEM"
            aload 3 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
        15: .line 1834
            aload 2 /* ids */
            aconst_null
            putfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
        16: .line 1835
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
        17: .line 1836
            aload 2 /* ids */
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            invokespecial java.lang.String.<init>:([CII)V
            putfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
        18: .line 1837
            aload 2 /* ids */
            areturn
        19: .line 1839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        20: .line 1840
            aconst_null
            areturn
        end local 3 // java.lang.String str
        end local 2 // jdk.internal.util.xml.impl.Pair ids
        end local 1 // char flag
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Ljdk/internal/util/xml/impl/Parser;
            0   21     1  flag  C
            1   21     2   ids  Ljdk/internal/util/xml/impl/Pair;
            2   21     3   str  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      flag  

  protected java.lang.String eqstr(char);
    descriptor: (C)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // char flag
         0: .line 1863
            iload 1 /* flag */
            bipush 61
            if_icmpne 4
         1: .line 1864
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
         2: .line 1865
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 61
            if_icmpeq 4
         3: .line 1866
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         4: .line 1869
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* flag */
            bipush 61
            if_icmpne 5
            bipush 45
            goto 6
      StackMap locals:
      StackMap stack: jdk.internal.util.xml.impl.Parser
         5: iload 1 /* flag */
      StackMap locals: jdk.internal.util.xml.impl.Parser int
      StackMap stack: jdk.internal.util.xml.impl.Parser int
         6: invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
         7: .line 1870
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 1 // char flag
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/internal/util/xml/impl/Parser;
            0    8     1  flag  C
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      flag  

  private java.lang.String ent(char);
    descriptor: (C)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // char flag
         0: .line 1889
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
            istore 3 /* idx */
        start local 3 // int idx
         1: .line 1890
            aconst_null
            astore 4 /* inp */
        start local 4 // jdk.internal.util.xml.impl.Input inp
         2: .line 1891
            aconst_null
            astore 5 /* str */
        start local 5 // java.lang.String str
         3: .line 1892
            aload 0 /* this */
            sipush 256
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
         4: .line 1893
            aload 0 /* this */
            bipush 38
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
         5: .line 1894
            iconst_0
            istore 6 /* st */
        start local 6 // short st
         6: goto 106
         7: .line 1895
      StackMap locals: jdk.internal.util.xml.impl.Parser int top int jdk.internal.util.xml.impl.Input java.lang.String int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChLen:I
            if_icmpge 8
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            caload
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
      StackMap locals:
      StackMap stack: int
         9: istore 2 /* ch */
        start local 2 // char ch
        10: .line 1896
            iload 6 /* st */
            tableswitch { // 0 - 3
                    0: 11
                    1: 11
                    2: 62
                    3: 85
              default: 105
          }
        11: .line 1899
      StackMap locals: jdk.internal.util.xml.impl.Parser int int int jdk.internal.util.xml.impl.Input java.lang.String int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 10
                   35: 56
                   45: 12
                   46: 12
                   58: 18
                   59: 24
                   65: 14
                   88: 14
                   95: 14
                   97: 14
                  100: 12
              default: 60
          }
        12: .line 1903
      StackMap locals:
      StackMap stack:
            iload 6 /* st */
            iconst_1
            if_icmpeq 14
        13: .line 1904
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        14: .line 1910
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        15: .line 1911
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.eappend:(C)V
        16: .line 1912
            iconst_1
            istore 6 /* st */
        17: .line 1913
            goto 106
        18: .line 1916
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsNSAware:Z
            ifeq 20
        19: .line 1917
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        20: .line 1919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        21: .line 1920
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.eappend:(C)V
        22: .line 1921
            iconst_1
            istore 6 /* st */
        23: .line 1922
            goto 106
        24: .line 1925
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mESt:C
            sipush 256
            if_icmpge 29
        25: .line 1927
            aload 0 /* this */
            iload 3 /* idx */
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        26: .line 1928
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mESt:C
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        27: .line 1929
            iconst_m1
            istore 6 /* st */
        28: .line 1930
            goto 106
        29: .line 1931
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            iconst_2
            if_icmpne 33
        30: .line 1934
            aload 0 /* this */
            bipush 59
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        31: .line 1935
            iconst_m1
            istore 6 /* st */
        32: .line 1936
            goto 106
        33: .line 1939
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iload 3 /* idx */
            iconst_1
            iadd
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iload 3 /* idx */
            isub
            invokespecial java.lang.String.<init>:([CII)V
            astore 5 /* str */
        34: .line 1940
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mEnt:Ljava/util/Map;
            aload 5 /* str */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast jdk.internal.util.xml.impl.Input
            astore 4 /* inp */
        35: .line 1942
            aload 0 /* this */
            iload 3 /* idx */
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        36: .line 1943
            aload 4 /* inp */
            ifnull 52
        37: .line 1944
            aload 4 /* inp */
            getfield jdk.internal.util.xml.impl.Input.chars:[C
            ifnonnull 49
        38: .line 1946
            aload 0 /* this */
            aload 5 /* str */
            aload 4 /* inp */
            getfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
            aload 4 /* inp */
            getfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
            invokevirtual jdk.internal.util.xml.impl.Parser.resolveEnt:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljdk/internal/org/xml/sax/InputSource;
            astore 7 /* is */
        start local 7 // jdk.internal.org.xml.sax.InputSource is
        39: .line 1947
            aload 7 /* is */
            ifnull 46
        40: .line 1948
            aload 0 /* this */
            new jdk.internal.util.xml.impl.Input
            dup
            sipush 512
            invokespecial jdk.internal.util.xml.impl.Input.<init>:(I)V
            invokevirtual jdk.internal.util.xml.impl.Parser.push:(Ljdk/internal/util/xml/impl/Input;)V
        41: .line 1949
            aload 0 /* this */
            aload 7 /* is */
            invokevirtual jdk.internal.util.xml.impl.Parser.setinp:(Ljdk/internal/org/xml/sax/InputSource;)V
        42: .line 1950
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 4 /* inp */
            getfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
        43: .line 1951
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 4 /* inp */
            getfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
        44: .line 1952
            aconst_null
            astore 5 /* str */
        45: .line 1953
            goto 54
        46: .line 1955
      StackMap locals: jdk.internal.org.xml.sax.InputSource
      StackMap stack:
            iload 1 /* flag */
            bipush 120
            if_icmpeq 54
        47: .line 1956
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 7 // jdk.internal.org.xml.sax.InputSource is
        48: .line 1959
            goto 54
        49: .line 1961
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* inp */
            invokevirtual jdk.internal.util.xml.impl.Parser.push:(Ljdk/internal/util/xml/impl/Input;)V
        50: .line 1962
            aconst_null
            astore 5 /* str */
        51: .line 1964
            goto 54
        52: .line 1966
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 120
            if_icmpeq 54
        53: .line 1967
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        54: .line 1970
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
        55: .line 1971
            goto 106
        56: .line 1974
      StackMap locals:
      StackMap stack:
            iload 6 /* st */
            ifeq 58
        57: .line 1975
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        58: .line 1977
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 6 /* st */
        59: .line 1978
            goto 106
        60: .line 1981
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        61: .line 1983
            goto 106
        62: .line 1986
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 3
                   59: 65
                   97: 80
                  100: 63
              default: 83
          }
        63: .line 1988
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        64: .line 1989
            goto 106
        65: .line 1995
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iload 3 /* idx */
            iconst_1
            iadd
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iload 3 /* idx */
            isub
            invokespecial java.lang.String.<init>:([CII)V
            bipush 10
        66: .line 1994
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;I)I
            istore 7 /* i */
        start local 7 // int i
        67: .line 1996
            iload 7 /* i */
            ldc 65535
            if_icmplt 69
        68: .line 1997
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        69: .line 1999
      StackMap locals: int
      StackMap stack:
            iload 7 /* i */
            i2c
            istore 2 /* ch */
        end local 7 // int i
        70: .line 2000
            goto 73
      StackMap locals: jdk.internal.util.xml.impl.Parser int int int jdk.internal.util.xml.impl.Input java.lang.String int
      StackMap stack: java.lang.NumberFormatException
        71: pop
        72: .line 2001
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        73: .line 2004
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* idx */
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        74: .line 2005
            iload 2 /* ch */
            bipush 32
            if_icmpeq 75
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.next:Ljdk/internal/util/xml/impl/Input;
            ifnull 77
        75: .line 2006
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            iload 1 /* flag */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(CC)V
        76: .line 2007
            goto 78
        77: .line 2008
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        78: .line 2010
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
        79: .line 2011
            goto 106
        80: .line 2015
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iload 3 /* idx */
            if_icmpne 83
            iload 2 /* ch */
            bipush 120
            if_icmpne 83
        81: .line 2016
            iconst_3
            istore 6 /* st */
        82: .line 2017
            goto 106
        83: .line 2020
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        84: .line 2022
            goto 106
        85: .line 2025
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 4
                   59: 88
                   65: 86
                   97: 86
                  100: 86
              default: 103
          }
        86: .line 2029
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        87: .line 2030
            goto 106
        88: .line 2036
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iload 3 /* idx */
            iconst_1
            iadd
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iload 3 /* idx */
            isub
            invokespecial java.lang.String.<init>:([CII)V
            bipush 16
        89: .line 2035
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;I)I
            istore 7 /* i */
        start local 7 // int i
        90: .line 2037
            iload 7 /* i */
            ldc 65535
            if_icmplt 92
        91: .line 2038
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        92: .line 2040
      StackMap locals: int
      StackMap stack:
            iload 7 /* i */
            i2c
            istore 2 /* ch */
        end local 7 // int i
        93: .line 2041
            goto 96
      StackMap locals: jdk.internal.util.xml.impl.Parser int int int jdk.internal.util.xml.impl.Input java.lang.String int
      StackMap stack: java.lang.NumberFormatException
        94: pop
        95: .line 2042
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        96: .line 2045
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* idx */
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        97: .line 2046
            iload 2 /* ch */
            bipush 32
            if_icmpeq 98
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.next:Ljdk/internal/util/xml/impl/Input;
            ifnull 100
        98: .line 2047
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            iload 1 /* flag */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(CC)V
        99: .line 2048
            goto 101
       100: .line 2049
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
       101: .line 2051
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
       102: .line 2052
            goto 106
       103: .line 2055
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       104: .line 2057
            goto 106
       105: .line 2060
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 2 // char ch
       106: .line 1894
      StackMap locals: jdk.internal.util.xml.impl.Parser int top int jdk.internal.util.xml.impl.Input java.lang.String int
      StackMap stack:
            iload 6 /* st */
            ifge 7
        end local 6 // short st
       107: .line 2064
            aload 5 /* str */
            areturn
        end local 5 // java.lang.String str
        end local 4 // jdk.internal.util.xml.impl.Input inp
        end local 3 // int idx
        end local 1 // char flag
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0  108     0  this  Ljdk/internal/util/xml/impl/Parser;
            0  108     1  flag  C
           10  106     2    ch  C
            1  108     3   idx  I
            2  108     4   inp  Ljdk/internal/util/xml/impl/Input;
            3  108     5   str  Ljava/lang/String;
            6  107     6    st  S
           39   48     7    is  Ljdk/internal/org/xml/sax/InputSource;
           67   70     7     i  I
           90   93     7     i  I
      Exception table:
        from    to  target  type
          65    70      71  Class java.lang.NumberFormatException
          88    93      94  Class java.lang.NumberFormatException
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      flag  

  private void pent(char);
    descriptor: (C)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // char flag
         0: .line 2081
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
            istore 2 /* idx */
        start local 2 // int idx
         1: .line 2082
            aconst_null
            astore 3 /* inp */
        start local 3 // jdk.internal.util.xml.impl.Input inp
         2: .line 2083
            aconst_null
            astore 4 /* str */
        start local 4 // java.lang.String str
         3: .line 2084
            aload 0 /* this */
            bipush 37
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
         4: .line 2085
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            iconst_2
            if_icmpeq 6
         5: .line 2087
            return
         6: .line 2089
      StackMap locals: int jdk.internal.util.xml.impl.Input java.lang.String
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.bname:(Z)V
         7: .line 2090
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iload 2 /* idx */
            iconst_2
            iadd
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iload 2 /* idx */
            isub
            iconst_1
            isub
            invokespecial java.lang.String.<init>:([CII)V
            astore 4 /* str */
         8: .line 2091
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 59
            if_icmpeq 10
         9: .line 2092
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        10: .line 2094
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPEnt:Ljava/util/Map;
            aload 4 /* str */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast jdk.internal.util.xml.impl.Input
            astore 3 /* inp */
        11: .line 2096
            aload 0 /* this */
            iload 2 /* idx */
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        12: .line 2097
            aload 3 /* inp */
            ifnull 32
        13: .line 2098
            aload 3 /* inp */
            getfield jdk.internal.util.xml.impl.Input.chars:[C
            ifnonnull 25
        14: .line 2100
            aload 0 /* this */
            aload 4 /* str */
            aload 3 /* inp */
            getfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
            aload 3 /* inp */
            getfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
            invokevirtual jdk.internal.util.xml.impl.Parser.resolveEnt:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljdk/internal/org/xml/sax/InputSource;
            astore 5 /* is */
        start local 5 // jdk.internal.org.xml.sax.InputSource is
        15: .line 2101
            aload 5 /* is */
            ifnull 23
        16: .line 2102
            iload 1 /* flag */
            bipush 45
            if_icmpeq 18
        17: .line 2103
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        18: .line 2105
      StackMap locals: jdk.internal.org.xml.sax.InputSource
      StackMap stack:
            aload 0 /* this */
            new jdk.internal.util.xml.impl.Input
            dup
            sipush 512
            invokespecial jdk.internal.util.xml.impl.Input.<init>:(I)V
            invokevirtual jdk.internal.util.xml.impl.Parser.push:(Ljdk/internal/util/xml/impl/Input;)V
        19: .line 2107
            aload 0 /* this */
            aload 5 /* is */
            invokevirtual jdk.internal.util.xml.impl.Parser.setinp:(Ljdk/internal/org/xml/sax/InputSource;)V
        20: .line 2108
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 3 /* inp */
            getfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
        21: .line 2109
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 3 /* inp */
            getfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
        22: .line 2110
            goto 33
        23: .line 2112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "%"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* str */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual jdk.internal.util.xml.impl.Parser.skippedEnt:(Ljava/lang/String;)V
        end local 5 // jdk.internal.org.xml.sax.InputSource is
        24: .line 2114
            goto 33
        25: .line 2116
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 45
            if_icmpne 28
        26: .line 2118
            aload 3 /* inp */
            iconst_1
            putfield jdk.internal.util.xml.impl.Input.chIdx:I
        27: .line 2119
            goto 30
        28: .line 2121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        29: .line 2122
            aload 3 /* inp */
            iconst_0
            putfield jdk.internal.util.xml.impl.Input.chIdx:I
        30: .line 2124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* inp */
            invokevirtual jdk.internal.util.xml.impl.Parser.push:(Ljdk/internal/util/xml/impl/Input;)V
        31: .line 2126
            goto 33
        32: .line 2128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "%"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* str */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual jdk.internal.util.xml.impl.Parser.skippedEnt:(Ljava/lang/String;)V
        33: .line 2130
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String str
        end local 3 // jdk.internal.util.xml.impl.Input inp
        end local 2 // int idx
        end local 1 // char flag
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   34     0  this  Ljdk/internal/util/xml/impl/Parser;
            0   34     1  flag  C
            1   34     2   idx  I
            2   34     3   inp  Ljdk/internal/util/xml/impl/Input;
            3   34     4   str  Ljava/lang/String;
           15   24     5    is  Ljdk/internal/org/xml/sax/InputSource;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      flag  

  private boolean isdecl(jdk.internal.util.xml.impl.Pair, java.lang.String);
    descriptor: (Ljdk/internal/util/xml/impl/Pair;Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // jdk.internal.util.xml.impl.Pair name
        start local 2 // java.lang.String value
         0: .line 2144
            aload 1 /* name */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            iconst_0
            caload
            ifne 9
         1: .line 2145
            ldc "xmlns"
            aload 1 /* name */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 20
         2: .line 2147
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Parser.pair:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
         3: .line 2148
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
         4: .line 2149
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            aload 2 /* value */
            putfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
         5: .line 2150
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            ldc ""
            putfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
         6: .line 2151
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            getstatic jdk.internal.util.xml.impl.Parser.NONS:[C
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
         7: .line 2152
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            dup
            getfield jdk.internal.util.xml.impl.Pair.num:I
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Pair.num:I
         8: .line 2153
            iconst_1
            ireturn
         9: .line 2156
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            getstatic jdk.internal.util.xml.impl.Parser.XMLNS:[C
            invokevirtual jdk.internal.util.xml.impl.Pair.eqpref:([C)Z
            ifeq 20
        10: .line 2158
            aload 1 /* name */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
        11: .line 2159
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            invokevirtual jdk.internal.util.xml.impl.Parser.pair:(Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
        12: .line 2160
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
        13: .line 2161
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            aload 2 /* value */
            putfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
        14: .line 2162
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            aload 1 /* name */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
        15: .line 2163
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            iload 3 /* len */
            iconst_1
            iadd
            newarray 5
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
        16: .line 2164
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            iconst_0
            iload 3 /* len */
            iconst_1
            iadd
            i2c
            castore
        17: .line 2165
            aload 1 /* name */
            getfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
            iconst_0
            iload 3 /* len */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            iconst_1
            invokevirtual java.lang.String.getChars:(II[CI)V
        18: .line 2166
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mElm:Ljdk/internal/util/xml/impl/Pair;
            dup
            getfield jdk.internal.util.xml.impl.Pair.num:I
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Pair.num:I
        19: .line 2167
            iconst_1
            ireturn
        end local 3 // int len
        20: .line 2170
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.lang.String value
        end local 1 // jdk.internal.util.xml.impl.Pair name
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Ljdk/internal/util/xml/impl/Parser;
            0   21     1   name  Ljdk/internal/util/xml/impl/Pair;
            0   21     2  value  Ljava/lang/String;
           11   20     3    len  I
    MethodParameters:
       Name  Flags
      name   
      value  

  private java.lang.String rslv(char[]);
    descriptor: ([C)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // char[] qname
         0: .line 2181
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            astore 2 /* pref */
        start local 2 // jdk.internal.util.xml.impl.Pair pref
         1: goto 5
         2: .line 2182
      StackMap locals: jdk.internal.util.xml.impl.Pair
      StackMap stack:
            aload 2 /* pref */
            aload 1 /* qname */
            invokevirtual jdk.internal.util.xml.impl.Pair.eqpref:([C)Z
            ifeq 4
         3: .line 2183
            aload 2 /* pref */
            getfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
            areturn
         4: .line 2181
      StackMap locals:
      StackMap stack:
            aload 2 /* pref */
            getfield jdk.internal.util.xml.impl.Pair.next:Ljdk/internal/util/xml/impl/Pair;
            astore 2 /* pref */
      StackMap locals:
      StackMap stack:
         5: aload 2 /* pref */
            ifnonnull 2
        end local 2 // jdk.internal.util.xml.impl.Pair pref
         6: .line 2186
            aload 1 /* qname */
            iconst_0
            caload
            iconst_1
            if_icmpne 13
         7: .line 2187
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPref:Ljdk/internal/util/xml/impl/Pair;
            astore 2 /* pref */
        start local 2 // jdk.internal.util.xml.impl.Pair pref
         8: goto 12
         9: .line 2188
      StackMap locals:
      StackMap stack:
            aload 2 /* pref */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            iconst_0
            caload
            ifne 11
        10: .line 2189
            aload 2 /* pref */
            getfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
            areturn
        11: .line 2187
      StackMap locals:
      StackMap stack:
            aload 2 /* pref */
            getfield jdk.internal.util.xml.impl.Pair.next:Ljdk/internal/util/xml/impl/Pair;
            astore 2 /* pref */
      StackMap locals:
      StackMap stack:
        12: aload 2 /* pref */
            ifnonnull 9
        end local 2 // jdk.internal.util.xml.impl.Pair pref
        13: .line 2193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        14: .line 2194
            aconst_null
            areturn
        end local 1 // char[] qname
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Ljdk/internal/util/xml/impl/Parser;
            0   15     1  qname  [C
            1    6     2   pref  Ljdk/internal/util/xml/impl/Pair;
            8   13     2   pref  Ljdk/internal/util/xml/impl/Pair;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      qname  

  protected char wsskip();
    descriptor: ()C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 2211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChLen:I
            if_icmpge 1
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            caload
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* ch */
        start local 1 // char ch
         3: .line 2212
            iload 1 /* ch */
            sipush 128
            if_icmpge 5
         4: .line 2213
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            iload 1 /* ch */
            baload
            iconst_3
            if_icmpeq 0
         5: .line 2215
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iconst_1
            isub
         6: .line 2221
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
         7: .line 2222
            iload 1 /* ch */
            ireturn
        end local 1 // char ch
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/internal/util/xml/impl/Parser;
            3    8     1    ch  C
    Exceptions:
      throws java.io.IOException

  protected abstract void docType(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws jdk.internal.org.xml.sax.SAXException
    MethodParameters:
       Name  Flags
      name   
      pubid  
      sysid  

  public abstract void startInternalSub();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws jdk.internal.org.xml.sax.SAXException

  protected abstract void comm(char[], int);
    descriptor: ([CI)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      text    
      length  

  protected abstract void pi(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      target  
      body    

  protected abstract void newPrefix();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception

  protected abstract void skippedEnt(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      name  

  protected abstract jdk.internal.org.xml.sax.InputSource resolveEnt(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljdk/internal/org/xml/sax/InputSource;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      name   
      pubid  
      sysid  

  protected abstract void notDecl(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      name   
      pubid  
      sysid  

  protected abstract void unparsedEntDecl(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      name      
      pubid     
      sysid     
      notation  

  protected abstract void panic(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   

  private void bname(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // boolean ns
         0: .line 2337
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         1: .line 2338
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            istore 4 /* bqname */
        start local 4 // int bqname
         2: .line 2339
            iload 4 /* bqname */
            istore 5 /* bcolon */
        start local 5 // int bcolon
         3: .line 2340
            iload 4 /* bqname */
            iconst_1
            iadd
            istore 6 /* bchidx */
        start local 6 // int bchidx
         4: .line 2341
            iload 6 /* bchidx */
            istore 7 /* bstart */
        start local 7 // int bstart
         5: .line 2342
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            istore 8 /* cstart */
        start local 8 // int cstart
         6: .line 2343
            iload 1 /* ns */
            ifeq 7
            iconst_0
            goto 8
      StackMap locals: jdk.internal.util.xml.impl.Parser int top top int int int int int
      StackMap stack:
         7: iconst_2
      StackMap locals:
      StackMap stack: int
         8: i2s
            istore 9 /* st */
        start local 9 // short st
         9: .line 2346
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChLen:I
            if_icmplt 15
        10: .line 2347
            aload 0 /* this */
            iload 8 /* cstart */
            iload 7 /* bstart */
            invokevirtual jdk.internal.util.xml.impl.Parser.bcopy:(II)V
        11: .line 2348
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            pop
        12: .line 2349
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
        13: .line 2350
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            istore 8 /* cstart */
        14: .line 2351
            iload 6 /* bchidx */
            istore 7 /* bstart */
        15: .line 2353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            caload
            istore 2 /* ch */
        start local 2 // char ch
        16: .line 2354
            iconst_0
            istore 3 /* type */
        start local 3 // char type
        17: .line 2355
            iload 2 /* ch */
            sipush 128
            if_icmpge 20
        18: .line 2356
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            iload 2 /* ch */
            baload
            i2c
            istore 3 /* type */
        19: .line 2357
            goto 22
      StackMap locals: jdk.internal.util.xml.impl.Parser int int int int int int int int int
      StackMap stack:
        20: iload 2 /* ch */
            ldc 65535
            if_icmpne 22
        21: .line 2358
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        22: .line 2361
      StackMap locals:
      StackMap stack:
            iload 9 /* st */
            tableswitch { // 0 - 3
                    0: 23
                    1: 32
                    2: 23
                    3: 32
              default: 47
          }
        23: .line 2364
      StackMap locals:
      StackMap stack:
            iload 3 /* type */
            tableswitch { // 0 - 1
                    0: 24
                    1: 27
              default: 30
          }
        24: .line 2366
      StackMap locals:
      StackMap stack:
            iinc 6 /* bchidx */ 1
        25: .line 2367
            iload 9 /* st */
            iconst_1
            iadd
            i2s
            istore 9 /* st */
        26: .line 2368
            goto 9
        27: .line 2371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
        28: .line 2372
            iload 9 /* st */
            iconst_1
            iadd
            i2s
            istore 9 /* st */
        29: .line 2373
            goto 9
        30: .line 2376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        31: .line 2378
            goto 9
        32: .line 2382
      StackMap locals:
      StackMap stack:
            iload 3 /* type */
            tableswitch { // 0 - 2
                    0: 33
                    1: 35
                    2: 33
              default: 43
          }
        33: .line 2385
      StackMap locals:
      StackMap stack:
            iinc 6 /* bchidx */ 1
        34: .line 2386
            goto 9
        35: .line 2389
      StackMap locals:
      StackMap stack:
            iinc 6 /* bchidx */ 1
        36: .line 2390
            iload 1 /* ns */
            ifeq 9
        37: .line 2391
            iload 5 /* bcolon */
            iload 4 /* bqname */
            if_icmpeq 39
        38: .line 2392
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        39: .line 2394
      StackMap locals:
      StackMap stack:
            iload 6 /* bchidx */
            iconst_1
            isub
            istore 5 /* bcolon */
        40: .line 2395
            iload 9 /* st */
            iconst_1
            if_icmpne 9
        41: .line 2396
            iconst_2
            istore 9 /* st */
        42: .line 2399
            goto 9
        43: .line 2402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
        44: .line 2403
            aload 0 /* this */
            iload 8 /* cstart */
            iload 7 /* bstart */
            invokevirtual jdk.internal.util.xml.impl.Parser.bcopy:(II)V
        45: .line 2404
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iload 4 /* bqname */
            iload 5 /* bcolon */
            iload 4 /* bqname */
            isub
            i2c
            castore
        46: .line 2405
            return
        47: .line 2410
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 3 // char type
        end local 2 // char ch
        48: .line 2344
            goto 9
        end local 9 // short st
        end local 8 // int cstart
        end local 7 // int bstart
        end local 6 // int bchidx
        end local 5 // int bcolon
        end local 4 // int bqname
        end local 1 // boolean ns
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   49     0    this  Ljdk/internal/util/xml/impl/Parser;
            0   49     1      ns  Z
           16   48     2      ch  C
           17   48     3    type  C
            2   49     4  bqname  I
            3   49     5  bcolon  I
            4   49     6  bchidx  I
            5   49     7  bstart  I
            6   49     8  cstart  I
            9   49     9      st  S
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ns    

  private void bntok();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 2426
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         1: .line 2427
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
         2: .line 2429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 1 /* ch */
        start local 1 // char ch
         3: .line 2430
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 9
                   45: 4
                   46: 4
                   58: 4
                   65: 4
                   88: 4
                   90: 6
                   95: 4
                   97: 4
                  100: 4
              default: 7
          }
         4: .line 2439
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
         5: .line 2440
            goto 2
         6: .line 2443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         7: .line 2446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
         8: .line 2447
            return
        end local 1 // char ch
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljdk/internal/util/xml/impl/Parser;
            3    9     1    ch  C
    Exceptions:
      throws java.lang.Exception

  private char bkeyword();
    descriptor: ()C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 2466
            new java.lang.String
            dup
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            invokespecial java.lang.String.<init>:([CII)V
            astore 1 /* str */
        start local 1 // java.lang.String str
         1: .line 2467
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            tableswitch { // 2 - 8
                    2: 2
                    3: 52
                    4: 52
                    5: 5
                    6: 16
                    7: 24
                    8: 38
              default: 52
          }
         2: .line 2469
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "ID"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
            bipush 105
            goto 4
      StackMap locals:
      StackMap stack:
         3: bipush 63
      StackMap locals:
      StackMap stack: int
         4: ireturn
         5: .line 2472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            caload
            tableswitch { // 67 - 73
                   67: 9
                   68: 15
                   69: 15
                   70: 12
                   71: 15
                   72: 15
                   73: 6
              default: 15
          }
         6: .line 2474
      StackMap locals:
      StackMap stack:
            ldc "IDREF"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
            bipush 114
            goto 8
      StackMap locals:
      StackMap stack:
         7: bipush 63
      StackMap locals:
      StackMap stack: int
         8: ireturn
         9: .line 2476
      StackMap locals:
      StackMap stack:
            ldc "CDATA"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
            bipush 99
            goto 11
      StackMap locals:
      StackMap stack:
        10: bipush 63
      StackMap locals:
      StackMap stack: int
        11: ireturn
        12: .line 2478
      StackMap locals:
      StackMap stack:
            ldc "FIXED"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
            bipush 70
            goto 14
      StackMap locals:
      StackMap stack:
        13: bipush 63
      StackMap locals:
      StackMap stack: int
        14: ireturn
        15: .line 2482
      StackMap locals:
      StackMap stack:
            goto 52
        16: .line 2485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            caload
            tableswitch { // 69 - 73
                   69: 20
                   70: 23
                   71: 23
                   72: 23
                   73: 17
              default: 23
          }
        17: .line 2487
      StackMap locals:
      StackMap stack:
            ldc "IDREFS"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
            bipush 82
            goto 19
      StackMap locals:
      StackMap stack:
        18: bipush 63
      StackMap locals:
      StackMap stack: int
        19: ireturn
        20: .line 2489
      StackMap locals:
      StackMap stack:
            ldc "ENTITY"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 21
            bipush 110
            goto 22
      StackMap locals:
      StackMap stack:
        21: bipush 63
      StackMap locals:
      StackMap stack: int
        22: ireturn
        23: .line 2493
      StackMap locals:
      StackMap stack:
            goto 52
        24: .line 2496
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_1
            caload
            lookupswitch { // 4
                   65: 31
                   69: 34
                   73: 25
                   78: 28
              default: 37
          }
        25: .line 2498
      StackMap locals:
      StackMap stack:
            ldc "IMPLIED"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 26
            bipush 73
            goto 27
      StackMap locals:
      StackMap stack:
        26: bipush 63
      StackMap locals:
      StackMap stack: int
        27: ireturn
        28: .line 2500
      StackMap locals:
      StackMap stack:
            ldc "NMTOKEN"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 29
            bipush 116
            goto 30
      StackMap locals:
      StackMap stack:
        29: bipush 63
      StackMap locals:
      StackMap stack: int
        30: ireturn
        31: .line 2502
      StackMap locals:
      StackMap stack:
            ldc "ATTLIST"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 32
            bipush 97
            goto 33
      StackMap locals:
      StackMap stack:
        32: bipush 63
      StackMap locals:
      StackMap stack: int
        33: ireturn
        34: .line 2504
      StackMap locals:
      StackMap stack:
            ldc "ELEMENT"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 35
            bipush 101
            goto 36
      StackMap locals:
      StackMap stack:
        35: bipush 63
      StackMap locals:
      StackMap stack: int
        36: ireturn
        37: .line 2508
      StackMap locals:
      StackMap stack:
            goto 52
        38: .line 2511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_2
            caload
            lookupswitch { // 4
                   69: 48
                   77: 42
                   78: 39
                   79: 45
              default: 51
          }
        39: .line 2513
      StackMap locals:
      StackMap stack:
            ldc "ENTITIES"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 40
            bipush 78
            goto 41
      StackMap locals:
      StackMap stack:
        40: bipush 63
      StackMap locals:
      StackMap stack: int
        41: ireturn
        42: .line 2515
      StackMap locals:
      StackMap stack:
            ldc "NMTOKENS"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 43
            bipush 84
            goto 44
      StackMap locals:
      StackMap stack:
        43: bipush 63
      StackMap locals:
      StackMap stack: int
        44: ireturn
        45: .line 2517
      StackMap locals:
      StackMap stack:
            ldc "NOTATION"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 46
            bipush 111
            goto 47
      StackMap locals:
      StackMap stack:
        46: bipush 63
      StackMap locals:
      StackMap stack: int
        47: ireturn
        48: .line 2519
      StackMap locals:
      StackMap stack:
            ldc "REQUIRED"
            aload 1 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 49
            bipush 81
            goto 50
      StackMap locals:
      StackMap stack:
        49: bipush 63
      StackMap locals:
      StackMap stack: int
        50: ireturn
        51: .line 2523
      StackMap locals:
      StackMap stack:
            goto 52
        52: .line 2528
      StackMap locals:
      StackMap stack:
            bipush 63
            ireturn
        end local 1 // java.lang.String str
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   53     0  this  Ljdk/internal/util/xml/impl/Parser;
            1   53     1   str  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception

  private void bqstr(char);
    descriptor: (C)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // char flag
         0: .line 2544
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            astore 2 /* inp */
        start local 2 // jdk.internal.util.xml.impl.Input inp
         1: .line 2545
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         2: .line 2546
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
         3: .line 2548
            iconst_0
            istore 4 /* st */
        start local 4 // short st
         4: goto 51
         5: .line 2549
      StackMap locals: jdk.internal.util.xml.impl.Parser int jdk.internal.util.xml.impl.Input top int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChLen:I
            if_icmpge 6
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            caload
            goto 7
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
      StackMap locals:
      StackMap stack: int
         7: istore 3 /* ch */
        start local 3 // char ch
         8: .line 2550
            iload 4 /* st */
            tableswitch { // 0 - 3
                    0: 9
                    1: 50
                    2: 17
                    3: 17
              default: 50
          }
         9: .line 2552
      StackMap locals: jdk.internal.util.xml.impl.Parser int jdk.internal.util.xml.impl.Input int int
      StackMap stack:
            iload 3 /* ch */
            lookupswitch { // 6
                    9: 10
                   10: 10
                   13: 10
                   32: 10
                   34: 13
                   39: 11
              default: 15
          }
        10: .line 2557
      StackMap locals:
      StackMap stack:
            goto 51
        11: .line 2560
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 4 /* st */
        12: .line 2561
            goto 51
        13: .line 2564
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 4 /* st */
        14: .line 2565
            goto 51
        15: .line 2568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        16: .line 2571
            goto 51
        17: .line 2575
      StackMap locals:
      StackMap stack:
            iload 3 /* ch */
            lookupswitch { // 7
                   13: 44
                   34: 23
                   37: 33
                   38: 28
                   39: 18
                   60: 38
                65535: 43
              default: 48
          }
        18: .line 2577
      StackMap locals:
      StackMap stack:
            iload 4 /* st */
            iconst_2
            if_icmpne 21
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 2 /* inp */
            if_acmpne 21
        19: .line 2578
            iconst_m1
            istore 4 /* st */
        20: .line 2579
            goto 51
        21: .line 2580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        22: .line 2582
            goto 51
        23: .line 2585
      StackMap locals:
      StackMap stack:
            iload 4 /* st */
            iconst_3
            if_icmpne 26
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 2 /* inp */
            if_acmpne 26
        24: .line 2586
            iconst_m1
            istore 4 /* st */
        25: .line 2587
            goto 51
        26: .line 2588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        27: .line 2590
            goto 51
        28: .line 2593
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 100
            if_icmpeq 31
        29: .line 2594
            aload 0 /* this */
            iload 1 /* flag */
            invokevirtual jdk.internal.util.xml.impl.Parser.ent:(C)Ljava/lang/String;
            pop
        30: .line 2595
            goto 51
        31: .line 2596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        32: .line 2598
            goto 51
        33: .line 2601
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 100
            if_icmpne 36
        34: .line 2602
            aload 0 /* this */
            bipush 45
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        35: .line 2603
            goto 51
        36: .line 2604
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        37: .line 2606
            goto 51
        38: .line 2609
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 45
            if_icmpeq 39
            iload 1 /* flag */
            bipush 100
            if_icmpne 41
        39: .line 2610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        40: .line 2611
            goto 51
        41: .line 2612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        42: .line 2614
            goto 51
        43: .line 2617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        44: .line 2620
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 32
            if_icmpeq 48
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.next:Ljdk/internal/util/xml/impl/Input;
            ifnonnull 48
        45: .line 2621
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 10
            if_icmpeq 47
        46: .line 2622
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        47: .line 2624
      StackMap locals:
      StackMap stack:
            bipush 10
            istore 3 /* ch */
        48: .line 2627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            iload 1 /* flag */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(CC)V
        49: .line 2630
            goto 51
        50: .line 2633
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 3 // char ch
        51: .line 2548
      StackMap locals: jdk.internal.util.xml.impl.Parser int jdk.internal.util.xml.impl.Input top int
      StackMap stack:
            iload 4 /* st */
            ifge 5
        end local 4 // short st
        52: .line 2638
            iload 1 /* flag */
            bipush 105
            if_icmpne 54
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            caload
            bipush 32
            if_icmpne 54
        53: .line 2639
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        54: .line 2641
      StackMap locals: jdk.internal.util.xml.impl.Parser int jdk.internal.util.xml.impl.Input
      StackMap stack:
            return
        end local 2 // jdk.internal.util.xml.impl.Input inp
        end local 1 // char flag
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   55     0  this  Ljdk/internal/util/xml/impl/Parser;
            0   55     1  flag  C
            1   55     2   inp  Ljdk/internal/util/xml/impl/Input;
            8   51     3    ch  C
            4   52     4    st  S
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      flag  

  protected abstract void bflash();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception

  protected abstract void bflash_ws();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception

  private void bappend(char, char);
    descriptor: (CC)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // char ch
        start local 2 // char mode
         0: .line 2670
            iload 2 /* mode */
            lookupswitch { // 2
                   99: 6
                  105: 1
              default: 10
          }
         1: .line 2672
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            lookupswitch { // 4
                    9: 2
                   10: 2
                   13: 2
                   32: 2
              default: 5
          }
         2: .line 2677
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            ifle 4
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            caload
            bipush 32
            if_icmpeq 4
         3: .line 2678
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
         4: .line 2680
      StackMap locals:
      StackMap stack:
            return
         5: .line 2685
      StackMap locals:
      StackMap stack:
            goto 10
         6: .line 2688
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            tableswitch { // 9 - 13
                    9: 7
                   10: 7
                   11: 9
                   12: 9
                   13: 7
              default: 9
          }
         7: .line 2692
      StackMap locals:
      StackMap stack:
            bipush 32
            istore 1 /* ch */
         8: .line 2693
            goto 10
         9: .line 2698
      StackMap locals:
      StackMap stack:
            goto 10
        10: .line 2701
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
        11: .line 2703
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        12: .line 2704
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            arraylength
            if_icmpge 15
        13: .line 2705
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iload 1 /* ch */
            castore
        14: .line 2706
            goto 17
        15: .line 2707
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        16: .line 2708
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        17: .line 2710
      StackMap locals:
      StackMap stack:
            return
        end local 2 // char mode
        end local 1 // char ch
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Ljdk/internal/util/xml/impl/Parser;
            0   18     1    ch  C
            0   18     2  mode  C
    MethodParameters:
      Name  Flags
      ch    
      mode  

  private void bappend(char);
    descriptor: (C)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // char ch
         0: .line 2719
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
            dup_x1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iload 1 /* ch */
            castore
         1: .line 2720
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: pop
         3: .line 2722
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            arraylength
            iconst_1
            ishl
            newarray 5
            astore 2 /* buff */
        start local 2 // char[] buff
         4: .line 2723
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_0
            aload 2 /* buff */
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 2724
            aload 0 /* this */
            aload 2 /* buff */
            putfield jdk.internal.util.xml.impl.Parser.mBuff:[C
         6: .line 2725
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iload 1 /* ch */
            castore
        end local 2 // char[] buff
         7: .line 2727
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char ch
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/internal/util/xml/impl/Parser;
            0    8     1    ch  C
            4    7     2  buff  [C
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      ch    

  private void bcopy(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // int cidx
        start local 2 // int bidx
         0: .line 2737
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iload 1 /* cidx */
            isub
            istore 3 /* length */
        start local 3 // int length
         1: .line 2738
            iload 2 /* bidx */
            iload 3 /* length */
            iadd
            iconst_1
            iadd
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            arraylength
            if_icmplt 5
         2: .line 2740
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            arraylength
            iload 3 /* length */
            iadd
            newarray 5
            astore 4 /* buff */
        start local 4 // char[] buff
         3: .line 2741
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iconst_0
            aload 4 /* buff */
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 2742
            aload 0 /* this */
            aload 4 /* buff */
            putfield jdk.internal.util.xml.impl.Parser.mBuff:[C
        end local 4 // char[] buff
         5: .line 2744
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            iload 1 /* cidx */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuff:[C
            iload 2 /* bidx */
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 2745
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iload 3 /* length */
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         7: .line 2746
            return
        end local 3 // int length
        end local 2 // int bidx
        end local 1 // int cidx
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Ljdk/internal/util/xml/impl/Parser;
            0    8     1    cidx  I
            0    8     2    bidx  I
            1    8     3  length  I
            3    5     4    buff  [C
    MethodParameters:
      Name  Flags
      cidx  
      bidx  

  private void eappend(char);
    descriptor: (C)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // char ch
         0: .line 2757
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mESt:C
            lookupswitch { // 15
                   34: 51
                   38: 51
                   39: 51
                   60: 51
                   62: 51
                  256: 1
                  257: 12
                  258: 16
                  259: 20
                  260: 27
                  261: 31
                  262: 35
                  263: 39
                  264: 43
                  265: 47
              default: 52
          }
         1: .line 2759
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            lookupswitch { // 4
                   97: 6
                  103: 4
                  108: 2
                  113: 8
              default: 10
          }
         2: .line 2761
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 257
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
         3: .line 2762
            goto 52
         4: .line 2764
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 258
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
         5: .line 2765
            goto 52
         6: .line 2767
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 259
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
         7: .line 2768
            goto 52
         8: .line 2770
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 263
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
         9: .line 2771
            goto 52
        10: .line 2773
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 512
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
        11: .line 2776
            goto 52
        12: .line 2779
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            bipush 116
            if_icmpne 13
            bipush 60
            goto 14
      StackMap locals:
      StackMap stack: jdk.internal.util.xml.impl.Parser
        13: sipush 512
      StackMap locals: jdk.internal.util.xml.impl.Parser int
      StackMap stack: jdk.internal.util.xml.impl.Parser int
        14: putfield jdk.internal.util.xml.impl.Parser.mESt:C
        15: .line 2780
            goto 52
        16: .line 2783
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            bipush 116
            if_icmpne 17
            bipush 62
            goto 18
      StackMap locals:
      StackMap stack: jdk.internal.util.xml.impl.Parser
        17: sipush 512
      StackMap locals: jdk.internal.util.xml.impl.Parser int
      StackMap stack: jdk.internal.util.xml.impl.Parser int
        18: putfield jdk.internal.util.xml.impl.Parser.mESt:C
        19: .line 2784
            goto 52
        20: .line 2787
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            tableswitch { // 109 - 112
                  109: 21
                  110: 25
                  111: 25
                  112: 23
              default: 25
          }
        21: .line 2789
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 260
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
        22: .line 2790
            goto 52
        23: .line 2792
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 261
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
        24: .line 2793
            goto 52
        25: .line 2795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 512
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
        26: .line 2798
            goto 52
        27: .line 2801
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            bipush 112
            if_icmpne 28
            bipush 38
            goto 29
      StackMap locals:
      StackMap stack: jdk.internal.util.xml.impl.Parser
        28: sipush 512
      StackMap locals: jdk.internal.util.xml.impl.Parser int
      StackMap stack: jdk.internal.util.xml.impl.Parser int
        29: putfield jdk.internal.util.xml.impl.Parser.mESt:C
        30: .line 2802
            goto 52
        31: .line 2805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            bipush 111
            if_icmpne 32
            sipush 262
            goto 33
      StackMap locals:
      StackMap stack: jdk.internal.util.xml.impl.Parser
        32: sipush 512
      StackMap locals: jdk.internal.util.xml.impl.Parser int
      StackMap stack: jdk.internal.util.xml.impl.Parser int
        33: putfield jdk.internal.util.xml.impl.Parser.mESt:C
        34: .line 2806
            goto 52
        35: .line 2809
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            bipush 115
            if_icmpne 36
            bipush 39
            goto 37
      StackMap locals:
      StackMap stack: jdk.internal.util.xml.impl.Parser
        36: sipush 512
      StackMap locals: jdk.internal.util.xml.impl.Parser int
      StackMap stack: jdk.internal.util.xml.impl.Parser int
        37: putfield jdk.internal.util.xml.impl.Parser.mESt:C
        38: .line 2810
            goto 52
        39: .line 2813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            bipush 117
            if_icmpne 40
            sipush 264
            goto 41
      StackMap locals:
      StackMap stack: jdk.internal.util.xml.impl.Parser
        40: sipush 512
      StackMap locals: jdk.internal.util.xml.impl.Parser int
      StackMap stack: jdk.internal.util.xml.impl.Parser int
        41: putfield jdk.internal.util.xml.impl.Parser.mESt:C
        42: .line 2814
            goto 52
        43: .line 2817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            bipush 111
            if_icmpne 44
            sipush 265
            goto 45
      StackMap locals:
      StackMap stack: jdk.internal.util.xml.impl.Parser
        44: sipush 512
      StackMap locals: jdk.internal.util.xml.impl.Parser int
      StackMap stack: jdk.internal.util.xml.impl.Parser int
        45: putfield jdk.internal.util.xml.impl.Parser.mESt:C
        46: .line 2818
            goto 52
        47: .line 2821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            bipush 116
            if_icmpne 48
            bipush 34
            goto 49
      StackMap locals:
      StackMap stack: jdk.internal.util.xml.impl.Parser
        48: sipush 512
      StackMap locals: jdk.internal.util.xml.impl.Parser int
      StackMap stack: jdk.internal.util.xml.impl.Parser int
        49: putfield jdk.internal.util.xml.impl.Parser.mESt:C
        50: .line 2822
            goto 52
        51: .line 2829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 512
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
        52: .line 2833
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char ch
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   53     0  this  Ljdk/internal/util/xml/impl/Parser;
            0   53     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

  protected void setinp(jdk.internal.org.xml.sax.InputSource);
    descriptor: (Ljdk/internal/org/xml/sax/InputSource;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // jdk.internal.org.xml.sax.InputSource is
         0: .line 2847
            aconst_null
            astore 2 /* reader */
        start local 2 // java.io.Reader reader
         1: .line 2848
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
         2: .line 2849
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mChLen:I
         3: .line 2850
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.chars:[C
            putfield jdk.internal.util.xml.impl.Parser.mChars:[C
         4: .line 2851
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aconst_null
            putfield jdk.internal.util.xml.impl.Input.src:Ljava/io/Reader;
         5: .line 2852
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            ifge 7
         6: .line 2853
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mIsSAlone:Z
         7: .line 2855
      StackMap locals: java.io.Reader
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mIsSAloneSet:Z
         8: .line 2856
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getCharacterStream:()Ljava/io/Reader;
            ifnull 12
         9: .line 2858
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getCharacterStream:()Ljava/io/Reader;
            astore 2 /* reader */
        10: .line 2859
            aload 0 /* this */
            aload 2 /* reader */
            invokevirtual jdk.internal.util.xml.impl.Parser.xml:(Ljava/io/Reader;)Ljava/lang/String;
            pop
        11: .line 2860
            goto 35
      StackMap locals:
      StackMap stack:
        12: aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            ifnull 34
        13: .line 2862
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getEncoding:()Ljava/lang/String;
            ifnull 21
        14: .line 2864
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getEncoding:()Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            astore 3 /* expenc */
        start local 3 // java.lang.String expenc
        15: .line 2865
            aload 3 /* expenc */
            ldc "UTF-16"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        16: .line 2866
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            bipush 85
            invokevirtual jdk.internal.util.xml.impl.Parser.bom:(Ljava/io/InputStream;C)Ljava/io/Reader;
            astore 2 /* reader */
        17: .line 2867
            goto 19
        18: .line 2868
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 3 /* expenc */
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            invokevirtual jdk.internal.util.xml.impl.Parser.enc:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/io/Reader;
            astore 2 /* reader */
        19: .line 2870
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* reader */
            invokevirtual jdk.internal.util.xml.impl.Parser.xml:(Ljava/io/Reader;)Ljava/lang/String;
            pop
        20: .line 2871
            goto 35
        end local 3 // java.lang.String expenc
        21: .line 2873
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.bom:(Ljava/io/InputStream;C)Ljava/io/Reader;
            astore 2 /* reader */
        22: .line 2879
            aload 2 /* reader */
            ifnonnull 24
        23: .line 2880
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            invokevirtual jdk.internal.util.xml.impl.Parser.utf16:(Ljava/io/InputStream;)Ljava/io/Reader;
            astore 2 /* reader */
        24: .line 2883
      StackMap locals:
      StackMap stack:
            aload 2 /* reader */
            ifnonnull 32
        25: .line 2885
            aload 0 /* this */
            ldc "UTF-8"
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            invokevirtual jdk.internal.util.xml.impl.Parser.enc:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/io/Reader;
            astore 2 /* reader */
        26: .line 2886
            aload 0 /* this */
            aload 2 /* reader */
            invokevirtual jdk.internal.util.xml.impl.Parser.xml:(Ljava/io/Reader;)Ljava/lang/String;
            astore 3 /* expenc */
        start local 3 // java.lang.String expenc
        27: .line 2887
            aload 3 /* expenc */
            ldc "UTF-8"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 35
        28: .line 2888
            aload 3 /* expenc */
            ldc "UTF-16"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 30
        29: .line 2889
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        30: .line 2891
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 3 /* expenc */
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            invokevirtual jdk.internal.util.xml.impl.Parser.enc:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/io/Reader;
            astore 2 /* reader */
        31: .line 2893
            goto 35
        end local 3 // java.lang.String expenc
        32: .line 2895
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* reader */
            invokevirtual jdk.internal.util.xml.impl.Parser.xml:(Ljava/io/Reader;)Ljava/lang/String;
            pop
        33: .line 2898
            goto 35
        34: .line 2900
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        35: .line 2902
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 2 /* reader */
            putfield jdk.internal.util.xml.impl.Input.src:Ljava/io/Reader;
        36: .line 2903
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getPublicId:()Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.pubid:Ljava/lang/String;
        37: .line 2904
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getSystemId:()Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.sysid:Ljava/lang/String;
        38: .line 2905
            return
        end local 2 // java.io.Reader reader
        end local 1 // jdk.internal.org.xml.sax.InputSource is
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   39     0    this  Ljdk/internal/util/xml/impl/Parser;
            0   39     1      is  Ljdk/internal/org/xml/sax/InputSource;
            1   39     2  reader  Ljava/io/Reader;
           15   21     3  expenc  Ljava/lang/String;
           27   32     3  expenc  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      is    

  private java.io.Reader bom(java.io.InputStream, char);
    descriptor: (Ljava/io/InputStream;C)Ljava/io/Reader;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // java.io.InputStream is
        start local 2 // char hint
         0: .line 2922
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 3 /* val */
        start local 3 // int val
         1: .line 2923
            iload 3 /* val */
            lookupswitch { // 4
                   -1: 15
                  239: 2
                  254: 9
                  255: 12
              default: 17
          }
         2: .line 2925
      StackMap locals: int
      StackMap stack:
            iload 2 /* hint */
            bipush 85
            if_icmpne 4
         3: .line 2927
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         4: .line 2929
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            sipush 187
            if_icmpeq 6
         5: .line 2930
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         6: .line 2932
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            sipush 191
            if_icmpeq 8
         7: .line 2933
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         8: .line 2935
      StackMap locals:
      StackMap stack:
            new jdk.internal.util.xml.impl.ReaderUTF8
            dup
            aload 1 /* is */
            invokespecial jdk.internal.util.xml.impl.ReaderUTF8.<init>:(Ljava/io/InputStream;)V
            areturn
         9: .line 2938
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            sipush 255
            if_icmpeq 11
        10: .line 2939
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        11: .line 2941
      StackMap locals:
      StackMap stack:
            new jdk.internal.util.xml.impl.ReaderUTF16
            dup
            aload 1 /* is */
            bipush 98
            invokespecial jdk.internal.util.xml.impl.ReaderUTF16.<init>:(Ljava/io/InputStream;C)V
            areturn
        12: .line 2944
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            sipush 254
            if_icmpeq 14
        13: .line 2945
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        14: .line 2947
      StackMap locals:
      StackMap stack:
            new jdk.internal.util.xml.impl.ReaderUTF16
            dup
            aload 1 /* is */
            bipush 108
            invokespecial jdk.internal.util.xml.impl.ReaderUTF16.<init>:(Ljava/io/InputStream;C)V
            areturn
        15: .line 2950
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            ldc 65535
            castore
        16: .line 2951
            new jdk.internal.util.xml.impl.ReaderUTF8
            dup
            aload 1 /* is */
            invokespecial jdk.internal.util.xml.impl.ReaderUTF8.<init>:(Ljava/io/InputStream;)V
            areturn
        17: .line 2954
      StackMap locals:
      StackMap stack:
            iload 2 /* hint */
            bipush 85
            if_icmpne 19
        18: .line 2956
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        19: .line 2959
      StackMap locals:
      StackMap stack:
            iload 3 /* val */
            sipush 240
            iand
            lookupswitch { // 4
                  192: 20
                  208: 20
                  224: 22
                  240: 26
              default: 27
          }
        20: .line 2962
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iload 3 /* val */
            bipush 31
            iand
            bipush 6
            ishl
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            bipush 63
            iand
            ior
            i2c
            castore
        21: .line 2963
            goto 28
        22: .line 2966
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iload 3 /* val */
            bipush 15
            iand
            bipush 12
            ishl
        23: .line 2967
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            bipush 63
            iand
            bipush 6
            ishl
            ior
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            bipush 63
            iand
            ior
            i2c
        24: .line 2966
            castore
        25: .line 2968
            goto 28
        26: .line 2971
      StackMap locals:
      StackMap stack:
            new java.io.UnsupportedEncodingException
            dup
            invokespecial java.io.UnsupportedEncodingException.<init>:()V
            athrow
        27: .line 2974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iload 3 /* val */
            i2c
            castore
        28: .line 2977
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // int val
        end local 2 // char hint
        end local 1 // java.io.InputStream is
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Ljdk/internal/util/xml/impl/Parser;
            0   29     1    is  Ljava/io/InputStream;
            0   29     2  hint  C
            1   29     3   val  I
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      is    
      hint  

  private java.io.Reader utf16(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/io/Reader;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // java.io.InputStream is
         0: .line 2993
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            ifeq 18
         1: .line 2995
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            iconst_0
            caload
            i2b
            istore 2 /* b0 */
        start local 2 // byte b0
         2: .line 2996
            iload 2 /* b0 */
            ifeq 3
            iload 2 /* b0 */
            bipush 60
            if_icmpne 18
         3: .line 2997
      StackMap locals: int
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 3 /* b1 */
        start local 3 // int b1
         4: .line 2998
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 4 /* b2 */
        start local 4 // int b2
         5: .line 2999
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 5 /* b3 */
        start local 5 // int b3
         6: .line 3000
            iload 2 /* b0 */
            ifne 10
            iload 3 /* b1 */
            bipush 60
            if_icmpne 10
            iload 4 /* b2 */
            ifne 10
            iload 5 /* b3 */
            bipush 63
            if_icmpne 10
         7: .line 3002
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            iconst_0
            iload 3 /* b1 */
            i2c
            castore
         8: .line 3003
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iload 5 /* b3 */
            i2c
            castore
         9: .line 3004
            new jdk.internal.util.xml.impl.ReaderUTF16
            dup
            aload 1 /* is */
            bipush 98
            invokespecial jdk.internal.util.xml.impl.ReaderUTF16.<init>:(Ljava/io/InputStream;C)V
            areturn
        10: .line 3005
      StackMap locals: int int int
      StackMap stack:
            iload 2 /* b0 */
            bipush 60
            if_icmpne 14
            iload 3 /* b1 */
            ifne 14
            iload 4 /* b2 */
            bipush 63
            if_icmpne 14
            iload 5 /* b3 */
            ifne 14
        11: .line 3007
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            iconst_0
            iload 2 /* b0 */
            i2c
            castore
        12: .line 3008
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iload 4 /* b2 */
            i2c
            castore
        13: .line 3009
            new jdk.internal.util.xml.impl.ReaderUTF16
            dup
            aload 1 /* is */
            bipush 108
            invokespecial jdk.internal.util.xml.impl.ReaderUTF16.<init>:(Ljava/io/InputStream;C)V
            areturn
        14: .line 3014
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            iconst_0
            iload 2 /* b0 */
            i2c
            castore
        15: .line 3015
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iload 3 /* b1 */
            i2c
            castore
        16: .line 3016
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iload 4 /* b2 */
            i2c
            castore
        17: .line 3017
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iload 5 /* b3 */
            i2c
            castore
        end local 5 // int b3
        end local 4 // int b2
        end local 3 // int b1
        end local 2 // byte b0
        18: .line 3022
      StackMap locals: jdk.internal.util.xml.impl.Parser java.io.InputStream
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.io.InputStream is
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Ljdk/internal/util/xml/impl/Parser;
            0   19     1    is  Ljava/io/InputStream;
            2   18     2    b0  B
            4   18     3    b1  I
            5   18     4    b2  I
            6   18     5    b3  I
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      is    

  private java.lang.String xml(java.io.Reader);
    descriptor: (Ljava/io/Reader;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // java.io.Reader reader
         0: .line 3038
            aconst_null
            astore 2 /* str */
        start local 2 // java.lang.String str
         1: .line 3039
            ldc "UTF-8"
            astore 3 /* enc */
        start local 3 // java.lang.String enc
         2: .line 3042
            iconst_0
            istore 6 /* st */
        start local 6 // short st
         3: .line 3043
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            istore 7 /* byteRead */
        start local 7 // int byteRead
         4: .line 3045
            goto 61
         5: .line 3046
      StackMap locals: jdk.internal.util.xml.impl.Parser java.io.Reader java.lang.String java.lang.String top top int int
      StackMap stack:
            iload 6 /* st */
            iload 7 /* byteRead */
            if_icmpge 8
         6: .line 3047
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            iload 6 /* st */
            caload
            istore 4 /* ch */
        start local 4 // char ch
         7: .line 3048
            goto 13
        end local 4 // char ch
         8: .line 3049
      StackMap locals:
      StackMap stack:
            aload 1 /* reader */
            invokevirtual java.io.Reader.read:()I
            dup
            istore 5 /* val */
        start local 5 // int val
         9: iflt 10
            iload 5 /* val */
            i2c
            goto 11
      StackMap locals: jdk.internal.util.xml.impl.Parser java.io.Reader java.lang.String java.lang.String top int int int
      StackMap stack:
        10: ldc 65535
      StackMap locals:
      StackMap stack: int
        11: istore 4 /* ch */
        start local 4 // char ch
        12: .line 3050
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iload 4 /* ch */
            castore
        end local 5 // int val
        13: .line 3053
      StackMap locals: jdk.internal.util.xml.impl.Parser java.io.Reader java.lang.String java.lang.String int top int int
      StackMap stack:
            iload 6 /* st */
            tableswitch { // 0 - 7
                    0: 14
                    1: 28
                    2: 32
                    3: 36
                    4: 40
                    5: 44
                    6: 49
                    7: 55
              default: 60
          }
        14: .line 3055
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 2
                   60: 15
                65279: 17
              default: 26
          }
        15: .line 3057
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 6 /* st */
        16: .line 3058
            goto 61
        17: .line 3061
      StackMap locals:
      StackMap stack:
            aload 1 /* reader */
            invokevirtual java.io.Reader.read:()I
            dup
            istore 5 /* val */
        start local 5 // int val
        18: iflt 19
            iload 5 /* val */
            i2c
            goto 20
      StackMap locals: jdk.internal.util.xml.impl.Parser java.io.Reader java.lang.String java.lang.String int int int int
      StackMap stack:
        19: ldc 65535
      StackMap locals:
      StackMap stack: int
        20: istore 4 /* ch */
        21: .line 3062
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iconst_1
            isub
            iload 4 /* ch */
            castore
        22: .line 3063
            iload 4 /* ch */
            bipush 60
            if_icmpne 23
            iconst_1
            goto 24
      StackMap locals:
      StackMap stack:
        23: iconst_m1
      StackMap locals:
      StackMap stack: int
        24: i2s
            istore 6 /* st */
        25: .line 3064
            goto 61
        end local 5 // int val
        26: .line 3067
      StackMap locals: jdk.internal.util.xml.impl.Parser java.io.Reader java.lang.String java.lang.String int top int int
      StackMap stack:
            iconst_m1
            istore 6 /* st */
        27: .line 3070
            goto 61
        28: .line 3073
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            bipush 63
            if_icmpne 29
            iconst_2
            goto 30
      StackMap locals:
      StackMap stack:
        29: iconst_m1
      StackMap locals:
      StackMap stack: int
        30: i2s
            istore 6 /* st */
        31: .line 3074
            goto 61
        32: .line 3077
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            bipush 120
            if_icmpne 33
            iconst_3
            goto 34
      StackMap locals:
      StackMap stack:
        33: iconst_m1
      StackMap locals:
      StackMap stack: int
        34: i2s
            istore 6 /* st */
        35: .line 3078
            goto 61
        36: .line 3081
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            bipush 109
            if_icmpne 37
            iconst_4
            goto 38
      StackMap locals:
      StackMap stack:
        37: iconst_m1
      StackMap locals:
      StackMap stack: int
        38: i2s
            istore 6 /* st */
        39: .line 3082
            goto 61
        40: .line 3085
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            bipush 108
            if_icmpne 41
            iconst_5
            goto 42
      StackMap locals:
      StackMap stack:
        41: iconst_m1
      StackMap locals:
      StackMap stack: int
        42: i2s
            istore 6 /* st */
        43: .line 3086
            goto 61
        44: .line 3089
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 4
                    9: 45
                   10: 45
                   13: 45
                   32: 45
              default: 47
          }
        45: .line 3094
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 6 /* st */
        46: .line 3095
            goto 61
        47: .line 3098
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
        48: .line 3101
            goto 61
        49: .line 3104
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 2
                   63: 50
                65535: 52
              default: 54
          }
        50: .line 3106
      StackMap locals:
      StackMap stack:
            bipush 7
            istore 6 /* st */
        51: .line 3107
            goto 61
        52: .line 3110
      StackMap locals:
      StackMap stack:
            bipush -2
            istore 6 /* st */
        53: .line 3111
            goto 61
        54: .line 3116
      StackMap locals:
      StackMap stack:
            goto 61
        55: .line 3119
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 2
                   62: 56
                65535: 56
              default: 58
          }
        56: .line 3122
      StackMap locals:
      StackMap stack:
            bipush -2
            istore 6 /* st */
        57: .line 3123
            goto 61
        58: .line 3126
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 6 /* st */
        59: .line 3129
            goto 61
        60: .line 3132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 4 // char ch
        61: .line 3045
      StackMap locals: jdk.internal.util.xml.impl.Parser java.io.Reader java.lang.String java.lang.String top top int int
      StackMap stack:
            iload 6 /* st */
            iflt 62
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            arraylength
            if_icmplt 5
        62: .line 3136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            putfield jdk.internal.util.xml.impl.Parser.mChLen:I
        63: .line 3137
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
        64: .line 3139
            iload 6 /* st */
            iconst_m1
            if_icmpne 66
        65: .line 3140
            aload 3 /* enc */
            areturn
        66: .line 3142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
        67: .line 3144
            iconst_0
            istore 6 /* st */
            goto 127
        68: .line 3145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 4 /* ch */
        start local 4 // char ch
        69: .line 3146
            iload 6 /* st */
            tableswitch { // 0 - 4
                    0: 70
                    1: 74
                    2: 74
                    3: 74
                    4: 116
              default: 126
          }
        70: .line 3148
      StackMap locals: jdk.internal.util.xml.impl.Parser java.io.Reader java.lang.String java.lang.String int top int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            bipush 32
            if_icmpeq 127
        71: .line 3149
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        72: .line 3150
            iconst_1
            istore 6 /* st */
        73: .line 3152
            goto 127
        74: .line 3157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 5
                   32: 108
                   63: 109
                   65: 75
                   95: 75
                   97: 75
              default: 114
          }
        75: .line 3161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        76: .line 3162
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            astore 2 /* str */
        77: .line 3163
            ldc "version"
            aload 2 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 85
        78: .line 3164
            iload 6 /* st */
            iconst_1
            if_icmpeq 80
        79: .line 3165
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        80: .line 3167
      StackMap locals:
      StackMap stack:
            ldc "1.0"
            aload 0 /* this */
            bipush 61
            invokevirtual jdk.internal.util.xml.impl.Parser.eqstr:(C)Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 82
        81: .line 3168
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        82: .line 3170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            sipush 256
            putfield jdk.internal.util.xml.impl.Input.xmlver:C
        83: .line 3171
            iconst_2
            istore 6 /* st */
        84: .line 3172
            goto 127
      StackMap locals:
      StackMap stack:
        85: ldc "encoding"
            aload 2 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 92
        86: .line 3173
            iload 6 /* st */
            iconst_2
            if_icmpeq 88
        87: .line 3174
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        88: .line 3176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 0 /* this */
            bipush 61
            invokevirtual jdk.internal.util.xml.impl.Parser.eqstr:(C)Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.xmlenc:Ljava/lang/String;
        89: .line 3177
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.xmlenc:Ljava/lang/String;
            astore 3 /* enc */
        90: .line 3178
            iconst_3
            istore 6 /* st */
        91: .line 3179
            goto 127
      StackMap locals:
      StackMap stack:
        92: ldc "standalone"
            aload 2 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 106
        93: .line 3180
            iload 6 /* st */
            iconst_1
            if_icmpeq 94
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            iflt 95
        94: .line 3182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        95: .line 3184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 61
            invokevirtual jdk.internal.util.xml.impl.Parser.eqstr:(C)Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            astore 2 /* str */
        96: .line 3186
            aload 2 /* str */
            ldc "yes"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 99
        97: .line 3187
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mIsSAlone:Z
        98: .line 3188
            goto 103
      StackMap locals:
      StackMap stack:
        99: aload 2 /* str */
            ldc "no"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 102
       100: .line 3189
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mIsSAlone:Z
       101: .line 3190
            goto 103
       102: .line 3191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       103: .line 3193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mIsSAloneSet:Z
       104: .line 3194
            iconst_4
            istore 6 /* st */
       105: .line 3195
            goto 127
       106: .line 3196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       107: .line 3198
            goto 127
       108: .line 3201
      StackMap locals:
      StackMap stack:
            goto 127
       109: .line 3204
      StackMap locals:
      StackMap stack:
            iload 6 /* st */
            iconst_1
            if_icmpne 111
       110: .line 3205
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       111: .line 3207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
       112: .line 3208
            iconst_4
            istore 6 /* st */
       113: .line 3209
            goto 127
       114: .line 3212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       115: .line 3214
            goto 127
       116: .line 3217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            lookupswitch { // 2
                   32: 123
                   63: 117
              default: 124
          }
       117: .line 3219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 62
            if_icmpeq 119
       118: .line 3220
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       119: .line 3222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            ifgt 121
       120: .line 3223
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mPh:I
       121: .line 3225
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
       122: .line 3226
            goto 127
       123: .line 3229
      StackMap locals:
      StackMap stack:
            goto 127
       124: .line 3232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       125: .line 3234
            goto 127
       126: .line 3237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        end local 4 // char ch
       127: .line 3144
      StackMap locals: jdk.internal.util.xml.impl.Parser java.io.Reader java.lang.String java.lang.String top top int int
      StackMap stack:
            iload 6 /* st */
            ifge 68
       128: .line 3240
            aload 3 /* enc */
            areturn
        end local 7 // int byteRead
        end local 6 // short st
        end local 3 // java.lang.String enc
        end local 2 // java.lang.String str
        end local 1 // java.io.Reader reader
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0  129     0      this  Ljdk/internal/util/xml/impl/Parser;
            0  129     1    reader  Ljava/io/Reader;
            1  129     2       str  Ljava/lang/String;
            2  129     3       enc  Ljava/lang/String;
            7    8     4        ch  C
           12   61     4        ch  C
           69  127     4        ch  C
            9   13     5       val  I
           18   26     5       val  I
            3  129     6        st  S
            4  129     7  byteRead  I
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      reader  

  private java.io.Reader enc(java.lang.String, java.io.InputStream);
    descriptor: (Ljava/lang/String;Ljava/io/InputStream;)Ljava/io/Reader;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // java.lang.String name
        start local 2 // java.io.InputStream is
         0: .line 3254
            aload 1 /* name */
            ldc "UTF-8"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 3255
            new jdk.internal.util.xml.impl.ReaderUTF8
            dup
            aload 2 /* is */
            invokespecial jdk.internal.util.xml.impl.ReaderUTF8.<init>:(Ljava/io/InputStream;)V
            areturn
         2: .line 3256
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "UTF-16LE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 3257
            new jdk.internal.util.xml.impl.ReaderUTF16
            dup
            aload 2 /* is */
            bipush 108
            invokespecial jdk.internal.util.xml.impl.ReaderUTF16.<init>:(Ljava/io/InputStream;C)V
            areturn
         4: .line 3258
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "UTF-16BE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 3259
            new jdk.internal.util.xml.impl.ReaderUTF16
            dup
            aload 2 /* is */
            bipush 98
            invokespecial jdk.internal.util.xml.impl.ReaderUTF16.<init>:(Ljava/io/InputStream;C)V
            areturn
         6: .line 3261
      StackMap locals:
      StackMap stack:
            new java.io.InputStreamReader
            dup
            aload 2 /* is */
            aload 1 /* name */
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;Ljava/lang/String;)V
            areturn
        end local 2 // java.io.InputStream is
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/internal/util/xml/impl/Parser;
            0    7     1  name  Ljava/lang/String;
            0    7     2    is  Ljava/io/InputStream;
    Exceptions:
      throws java.io.UnsupportedEncodingException
    MethodParameters:
      Name  Flags
      name  
      is    

  protected void push(jdk.internal.util.xml.impl.Input);
    descriptor: (Ljdk/internal/util/xml/impl/Input;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // jdk.internal.util.xml.impl.Input inp
         0: .line 3271
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChLen:I
            putfield jdk.internal.util.xml.impl.Input.chLen:I
         1: .line 3272
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            putfield jdk.internal.util.xml.impl.Input.chIdx:I
         2: .line 3273
            aload 1 /* inp */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            putfield jdk.internal.util.xml.impl.Input.next:Ljdk/internal/util/xml/impl/Input;
         3: .line 3274
            aload 0 /* this */
            aload 1 /* inp */
            putfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
         4: .line 3275
            aload 0 /* this */
            aload 1 /* inp */
            getfield jdk.internal.util.xml.impl.Input.chars:[C
            putfield jdk.internal.util.xml.impl.Parser.mChars:[C
         5: .line 3276
            aload 0 /* this */
            aload 1 /* inp */
            getfield jdk.internal.util.xml.impl.Input.chLen:I
            putfield jdk.internal.util.xml.impl.Parser.mChLen:I
         6: .line 3277
            aload 0 /* this */
            aload 1 /* inp */
            getfield jdk.internal.util.xml.impl.Input.chIdx:I
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
         7: .line 3278
            return
        end local 1 // jdk.internal.util.xml.impl.Input inp
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/internal/util/xml/impl/Parser;
            0    8     1   inp  Ljdk/internal/util/xml/impl/Input;
    MethodParameters:
      Name  Flags
      inp   

  protected void pop();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 3284
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.src:Ljava/io/Reader;
            ifnull 5
         1: .line 3286
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.src:Ljava/io/Reader;
            invokevirtual java.io.Reader.close:()V
         2: .line 3287
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         3: pop
         4: .line 3289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aconst_null
            putfield jdk.internal.util.xml.impl.Input.src:Ljava/io/Reader;
         5: .line 3291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.next:Ljdk/internal/util/xml/impl/Input;
            putfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
         6: .line 3292
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            ifnull 11
         7: .line 3293
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.chars:[C
            putfield jdk.internal.util.xml.impl.Parser.mChars:[C
         8: .line 3294
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.chLen:I
            putfield jdk.internal.util.xml.impl.Parser.mChLen:I
         9: .line 3295
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.chIdx:I
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
        10: .line 3296
            goto 14
        11: .line 3297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.util.xml.impl.Parser.mChars:[C
        12: .line 3298
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mChLen:I
        13: .line 3299
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
        14: .line 3301
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Ljdk/internal/util/xml/impl/Parser;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException

  protected char chtyp(char);
    descriptor: (C)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // char ch
         0: .line 3323
            iload 1 /* ch */
            sipush 128
            if_icmpge 2
         1: .line 3324
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            iload 1 /* ch */
            baload
            i2c
            ireturn
         2: .line 3326
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            ldc 65535
            if_icmpeq 3
            bipush 88
            goto 4
      StackMap locals:
      StackMap stack:
         3: bipush 90
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 1 // char ch
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/internal/util/xml/impl/Parser;
            0    5     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

  protected char getch();
    descriptor: ()C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 3336
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChLen:I
            if_icmplt 14
         1: .line 3337
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.src:Ljava/io/Reader;
            ifnonnull 4
         2: .line 3338
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.pop:()V
         3: .line 3339
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            ireturn
         4: .line 3342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            getfield jdk.internal.util.xml.impl.Input.src:Ljava/io/Reader;
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            arraylength
            invokevirtual java.io.Reader.read:([CII)I
            istore 1 /* Num */
        start local 1 // int Num
         5: .line 3343
            iload 1 /* Num */
            ifge 12
         6: .line 3344
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mDoc:Ljdk/internal/util/xml/impl/Input;
            if_acmpeq 9
         7: .line 3345
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.pop:()V
         8: .line 3346
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            ireturn
         9: .line 3348
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            iconst_0
            ldc 65535
            castore
        10: .line 3349
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mChLen:I
        11: .line 3351
            goto 13
        12: .line 3352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* Num */
            putfield jdk.internal.util.xml.impl.Parser.mChLen:I
        13: .line 3354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
        end local 1 // int Num
        14: .line 3356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            caload
            ireturn
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Ljdk/internal/util/xml/impl/Parser;
            5   14     1   Num  I
    Exceptions:
      throws java.io.IOException

  protected void bkch();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.util.xml.impl.Parser this
         0: .line 3367
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            ifgt 2
         1: .line 3368
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         2: .line 3370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
         3: .line 3371
            return
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/util/xml/impl/Parser;
    Exceptions:
      throws java.lang.Exception

  protected void setch(char);
    descriptor: (C)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // char ch
         0: .line 3379
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iload 1 /* ch */
            castore
         1: .line 3380
            return
        end local 1 // char ch
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/util/xml/impl/Parser;
            0    2     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

  protected jdk.internal.util.xml.impl.Pair find(jdk.internal.util.xml.impl.Pair, char[]);
    descriptor: (Ljdk/internal/util/xml/impl/Pair;[C)Ljdk/internal/util/xml/impl/Pair;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // jdk.internal.util.xml.impl.Pair chain
        start local 2 // char[] qname
         0: .line 3390
            aload 1 /* chain */
            astore 3 /* pair */
        start local 3 // jdk.internal.util.xml.impl.Pair pair
         1: goto 5
         2: .line 3391
      StackMap locals: jdk.internal.util.xml.impl.Pair
      StackMap stack:
            aload 3 /* pair */
            aload 2 /* qname */
            invokevirtual jdk.internal.util.xml.impl.Pair.eqname:([C)Z
            ifeq 4
         3: .line 3392
            aload 3 /* pair */
            areturn
         4: .line 3390
      StackMap locals:
      StackMap stack:
            aload 3 /* pair */
            getfield jdk.internal.util.xml.impl.Pair.next:Ljdk/internal/util/xml/impl/Pair;
            astore 3 /* pair */
      StackMap locals:
      StackMap stack:
         5: aload 3 /* pair */
            ifnonnull 2
        end local 3 // jdk.internal.util.xml.impl.Pair pair
         6: .line 3395
            aconst_null
            areturn
        end local 2 // char[] qname
        end local 1 // jdk.internal.util.xml.impl.Pair chain
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Ljdk/internal/util/xml/impl/Parser;
            0    7     1  chain  Ljdk/internal/util/xml/impl/Pair;
            0    7     2  qname  [C
            1    6     3   pair  Ljdk/internal/util/xml/impl/Pair;
    MethodParameters:
       Name  Flags
      chain  
      qname  

  protected jdk.internal.util.xml.impl.Pair pair(jdk.internal.util.xml.impl.Pair);
    descriptor: (Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // jdk.internal.util.xml.impl.Pair next
         0: .line 3407
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mDltd:Ljdk/internal/util/xml/impl/Pair;
            ifnull 4
         1: .line 3408
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mDltd:Ljdk/internal/util/xml/impl/Pair;
            astore 2 /* pair */
        start local 2 // jdk.internal.util.xml.impl.Pair pair
         2: .line 3409
            aload 0 /* this */
            aload 2 /* pair */
            getfield jdk.internal.util.xml.impl.Pair.next:Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Parser.mDltd:Ljdk/internal/util/xml/impl/Pair;
         3: .line 3410
            goto 5
        end local 2 // jdk.internal.util.xml.impl.Pair pair
         4: .line 3411
      StackMap locals:
      StackMap stack:
            new jdk.internal.util.xml.impl.Pair
            dup
            invokespecial jdk.internal.util.xml.impl.Pair.<init>:()V
            astore 2 /* pair */
        start local 2 // jdk.internal.util.xml.impl.Pair pair
         5: .line 3413
      StackMap locals: jdk.internal.util.xml.impl.Pair
      StackMap stack:
            aload 2 /* pair */
            aload 1 /* next */
            putfield jdk.internal.util.xml.impl.Pair.next:Ljdk/internal/util/xml/impl/Pair;
         6: .line 3415
            aload 2 /* pair */
            areturn
        end local 2 // jdk.internal.util.xml.impl.Pair pair
        end local 1 // jdk.internal.util.xml.impl.Pair next
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/internal/util/xml/impl/Parser;
            0    7     1  next  Ljdk/internal/util/xml/impl/Pair;
            2    4     2  pair  Ljdk/internal/util/xml/impl/Pair;
            5    7     2  pair  Ljdk/internal/util/xml/impl/Pair;
    MethodParameters:
      Name  Flags
      next  

  protected jdk.internal.util.xml.impl.Pair del(jdk.internal.util.xml.impl.Pair);
    descriptor: (Ljdk/internal/util/xml/impl/Pair;)Ljdk/internal/util/xml/impl/Pair;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.internal.util.xml.impl.Parser this
        start local 1 // jdk.internal.util.xml.impl.Pair pair
         0: .line 3425
            aload 1 /* pair */
            getfield jdk.internal.util.xml.impl.Pair.next:Ljdk/internal/util/xml/impl/Pair;
            astore 2 /* next */
        start local 2 // jdk.internal.util.xml.impl.Pair next
         1: .line 3427
            aload 1 /* pair */
            aconst_null
            putfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
         2: .line 3428
            aload 1 /* pair */
            aconst_null
            putfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
         3: .line 3429
            aload 1 /* pair */
            aconst_null
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
         4: .line 3430
            aload 1 /* pair */
            aconst_null
            putfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
         5: .line 3431
            aload 1 /* pair */
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mDltd:Ljdk/internal/util/xml/impl/Pair;
            putfield jdk.internal.util.xml.impl.Pair.next:Ljdk/internal/util/xml/impl/Pair;
         6: .line 3432
            aload 0 /* this */
            aload 1 /* pair */
            putfield jdk.internal.util.xml.impl.Parser.mDltd:Ljdk/internal/util/xml/impl/Pair;
         7: .line 3434
            aload 2 /* next */
            areturn
        end local 2 // jdk.internal.util.xml.impl.Pair next
        end local 1 // jdk.internal.util.xml.impl.Pair pair
        end local 0 // jdk.internal.util.xml.impl.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/internal/util/xml/impl/Parser;
            0    8     1  pair  Ljdk/internal/util/xml/impl/Pair;
            1    8     2  next  Ljdk/internal/util/xml/impl/Pair;
    MethodParameters:
      Name  Flags
      pair  
}
SourceFile: "Parser.java"