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 654
            iconst_0
            istore 2 /* st */
        start local 2 // short st
         1: goto 47
         2: .line 655
      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
         3: .line 656
            iload 2 /* st */
            tableswitch { // 0 - 1
                    0: 4
                    1: 40
              default: 46
          }
         4: .line 658
      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: 33
                   37: 29
                   60: 5
                   90: 34
                   93: 31
              default: 38
          }
         5: .line 660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 1 /* ch */
         6: .line 661
            iload 1 /* ch */
            lookupswitch { // 2
                   33: 9
                   63: 7
              default: 27
          }
         7: .line 663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.pi:()V
         8: .line 664
            goto 47
         9: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 1 /* ch */
        10: .line 668
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        11: .line 669
            iload 1 /* ch */
            bipush 45
            if_icmpne 14
        12: .line 670
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.comm:()V
        13: .line 671
            goto 47
        14: .line 674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bntok:()V
        15: .line 675
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkeyword:()C
            lookupswitch { // 4
                   97: 18
                  101: 20
                  110: 16
                  111: 22
              default: 24
          }
        16: .line 677
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtdent:()V
        17: .line 678
            goto 25
        18: .line 681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtdattl:()V
        19: .line 682
            goto 25
        20: .line 685
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtdelm:()V
        21: .line 686
            goto 25
        22: .line 689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtdnot:()V
        23: .line 690
            goto 25
        24: .line 693
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        25: .line 696
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* st */
        26: .line 697
            goto 47
        27: .line 700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        28: .line 703
            goto 47
        29: .line 707
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        30: .line 708
            goto 47
        31: .line 712
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 2 /* st */
        32: .line 713
            goto 47
        33: .line 717
      StackMap locals:
      StackMap stack:
            goto 47
        34: .line 721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 93
            if_icmpeq 36
        35: .line 722
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        36: .line 724
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 2 /* st */
        37: .line 725
            goto 47
        38: .line 728
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        39: .line 730
            goto 47
        40: .line 733
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            lookupswitch { // 5
                    9: 43
                   10: 43
                   13: 43
                   32: 43
                   62: 41
              default: 44
          }
        41: .line 735
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* st */
        42: .line 736
            goto 47
        43: .line 743
      StackMap locals:
      StackMap stack:
            goto 47
        44: .line 746
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        45: .line 749
            goto 47
        46: .line 752
      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
        47: .line 654
      StackMap locals: jdk.internal.util.xml.impl.Parser top int
      StackMap stack:
            iload 2 /* st */
            ifge 2
        end local 2 // short st
        48: .line 755
            return
        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;
            3   47     1    ch  C
            1   48     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 768
            aconst_null
            astore 1 /* str */
        start local 1 // java.lang.String str
         1: .line 769
            aconst_null
            astore 2 /* val */
        start local 2 // char[] val
         2: .line 770
            aconst_null
            astore 3 /* inp */
        start local 3 // jdk.internal.util.xml.impl.Input inp
         3: .line 771
            aconst_null
            astore 4 /* ids */
        start local 4 // jdk.internal.util.xml.impl.Pair ids
         4: .line 773
            iconst_0
            istore 6 /* st */
        start local 6 // short st
         5: goto 85
         6: .line 774
      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 775
            iload 6 /* st */
            tableswitch { // 0 - 1
                    0: 8
                    1: 49
              default: 84
          }
         8: .line 777
      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 780
      StackMap locals:
      StackMap stack:
            goto 85
        10: .line 784
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 5 /* ch */
        11: .line 785
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        12: .line 786
            aload 0 /* this */
            iload 5 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.chtyp:(C)C
            bipush 32
            if_icmpne 43
        13: .line 788
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        14: .line 789
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            astore 1 /* str */
        15: .line 790
            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 793
      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 794
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            bipush 62
            if_icmpne 24
        18: .line 796
            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 797
            new jdk.internal.util.xml.impl.Input
            dup
            invokespecial jdk.internal.util.xml.impl.Input.<init>:()V
            astore 3 /* inp */
        20: .line 798
            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 799
            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 800
            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 802
            goto 25
        24: .line 803
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        25: .line 805
      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 806
            iconst_m1
            istore 6 /* st */
        27: .line 807
            goto 85
        28: .line 812
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 100
            invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
        29: .line 814
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
            newarray 5
            astore 2 /* val */
        30: .line 815
            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 817
            aload 2 /* val */
            iconst_0
            bipush 32
            castore
        32: .line 819
            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 820
            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 821
            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 822
            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 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.xmlenc:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.xmlenc:Ljava/lang/String;
        37: .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.xmlver:C
            putfield jdk.internal.util.xml.impl.Input.xmlver:C
        38: .line 825
            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 827
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
        40: .line 828
            goto 85
        41: .line 831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        42: .line 834
            goto 85
        43: .line 836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        44: .line 838
            goto 85
        45: .line 841
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        46: .line 842
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            astore 1 /* str */
        47: .line 843
            iconst_1
            istore 6 /* st */
        48: .line 846
            goto 85
        49: .line 849
      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 852
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        51: .line 853
            aload 0 /* this */
            bipush 100
            invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
        52: .line 854
            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 856
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            newarray 5
            astore 2 /* val */
        54: .line 857
            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 859
            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 860
            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 861
            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 862
            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 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.xmlenc:Ljava/lang/String;
            putfield jdk.internal.util.xml.impl.Input.xmlenc:Ljava/lang/String;
        60: .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.xmlver:C
            putfield jdk.internal.util.xml.impl.Input.xmlver:C
        61: .line 865
            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 868
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
        63: .line 869
            goto 85
        64: .line 872
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        65: .line 873
            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 874
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            lookupswitch { // 2
                   62: 67
                   78: 73
              default: 77
          }
        67: .line 876
      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 877
            new jdk.internal.util.xml.impl.Input
            dup
            invokespecial jdk.internal.util.xml.impl.Input.<init>:()V
            astore 3 /* inp */
        69: .line 878
            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 879
            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 880
            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 882
            goto 78
        73: .line 885
      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 886
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        75: .line 887
            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 888
            goto 78
        77: .line 891
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        78: .line 894
      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 895
            iconst_m1
            istore 6 /* st */
        80: .line 896
            goto 85
        81: .line 900
      StackMap locals:
      StackMap stack:
            goto 85
        82: .line 903
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        83: .line 906
            goto 85
        84: .line 909
      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 773
      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 912
            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 926
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
         1: .line 927
            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 931
      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 932
            iload 1 /* ch */
            lookupswitch { // 2
                   62: 4
                65535: 6
              default: 7
          }
         4: .line 934
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
         5: .line 935
            return
         6: .line 938
      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 930
      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 955
            aconst_null
            astore 1 /* elmqn */
        start local 1 // char[] elmqn
         1: .line 956
            aconst_null
            astore 2 /* elm */
        start local 2 // jdk.internal.util.xml.impl.Pair elm
         2: .line 958
            iconst_0
            istore 4 /* st */
        start local 4 // short st
         3: goto 32
         4: .line 959
      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 960
            iload 4 /* st */
            tableswitch { // 0 - 1
                    0: 6
                    1: 21
              default: 31
          }
         6: .line 962
      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 968
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
         8: .line 970
            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 971
            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 972
            aload 2 /* elm */
            ifnonnull 14
        11: .line 973
            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 974
            aload 2 /* elm */
            aload 1 /* elmqn */
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
        13: .line 975
            aload 0 /* this */
            aload 2 /* elm */
            putfield jdk.internal.util.xml.impl.Parser.mAttL:Ljdk/internal/util/xml/impl/Pair;
        14: .line 977
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* st */
        15: .line 978
            goto 32
        16: .line 981
      StackMap locals:
      StackMap stack:
            goto 32
        17: .line 984
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        18: .line 985
            goto 32
        19: .line 988
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        20: .line 991
            goto 32
        21: .line 994
      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 1000
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        23: .line 1001
            aload 0 /* this */
            aload 2 /* elm */
            invokevirtual jdk.internal.util.xml.impl.Parser.dtdatt:(Ljdk/internal/util/xml/impl/Pair;)V
        24: .line 1002
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            bipush 62
            if_icmpne 32
        25: .line 1003
            return
        26: .line 1008
      StackMap locals:
      StackMap stack:
            goto 32
        27: .line 1011
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        28: .line 1012
            goto 32
        29: .line 1015
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        30: .line 1018
            goto 32
        31: .line 1021
      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 958
      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 1025
            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 1041
            aconst_null
            astore 2 /* attqn */
        start local 2 // char[] attqn
         1: .line 1042
            aconst_null
            astore 3 /* att */
        start local 3 // jdk.internal.util.xml.impl.Pair att
         2: .line 1044
            iconst_0
            istore 5 /* st */
        start local 5 // short st
         3: goto 122
         4: .line 1045
      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 1046
            iload 5 /* st */
            tableswitch { // 0 - 5
                    0: 6
                    1: 26
                    2: 47
                    3: 64
                    4: 82
                    5: 104
              default: 121
          }
         6: .line 1048
      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 1054
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
         8: .line 1056
            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 1057
            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 1058
            aload 3 /* att */
            ifnonnull 15
        11: .line 1060
            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 1061
            aload 3 /* att */
            aload 2 /* attqn */
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
        13: .line 1062
            aload 1 /* elm */
            aload 3 /* att */
            putfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
        14: .line 1063
            goto 18
        15: .line 1065
      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 1066
            aload 3 /* att */
            aload 2 /* attqn */
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
        17: .line 1067
            aload 3 /* att */
            bipush 99
            putfield jdk.internal.util.xml.impl.Pair.id:I
        18: .line 1069
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        19: .line 1070
            iconst_1
            istore 5 /* st */
        20: .line 1071
            goto 122
        21: .line 1074
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        22: .line 1075
            goto 122
        23: .line 1078
      StackMap locals:
      StackMap stack:
            goto 122
        24: .line 1081
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        25: .line 1084
            goto 122
        26: .line 1087
      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 1089
      StackMap locals:
      StackMap stack:
            aload 3 /* att */
            bipush 117
            putfield jdk.internal.util.xml.impl.Pair.id:I
        28: .line 1090
            iconst_2
            istore 5 /* st */
        29: .line 1091
            goto 122
        30: .line 1094
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        31: .line 1095
            goto 122
        32: .line 1098
      StackMap locals:
      StackMap stack:
            goto 122
        33: .line 1101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        34: .line 1102
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bntok:()V
        35: .line 1103
            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 1104
            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 1106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            bipush 40
            if_icmpeq 39
        38: .line 1107
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        39: .line 1109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            istore 4 /* ch */
        40: .line 1110
            iconst_2
            istore 5 /* st */
        41: .line 1111
            goto 122
        42: .line 1121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        43: .line 1122
            iconst_4
            istore 5 /* st */
        44: .line 1123
            goto 122
        45: .line 1126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        46: .line 1131
            goto 122
        47: .line 1134
      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 1143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        49: .line 1144
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.id:I
            lookupswitch { // 2
                  111: 52
                  117: 50
              default: 55
          }
        50: .line 1146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bntok:()V
        51: .line 1147
            goto 56
        52: .line 1150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        53: .line 1151
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.bname:(Z)V
        54: .line 1152
            goto 56
        55: .line 1155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        56: .line 1158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        57: .line 1159
            iconst_3
            istore 5 /* st */
        58: .line 1160
            goto 122
        59: .line 1163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        60: .line 1164
            goto 122
        61: .line 1167
      StackMap locals:
      StackMap stack:
            goto 122
        62: .line 1170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        63: .line 1173
            goto 122
        64: .line 1176
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 3
                   37: 78
                   41: 65
                  124: 68
              default: 80
          }
        65: .line 1178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        66: .line 1179
            iconst_4
            istore 5 /* st */
        67: .line 1180
            goto 122
        68: .line 1183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        69: .line 1184
            aload 3 /* att */
            getfield jdk.internal.util.xml.impl.Pair.id:I
            lookupswitch { // 2
                  111: 72
                  117: 70
              default: 75
          }
        70: .line 1186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bntok:()V
        71: .line 1187
            goto 76
        72: .line 1190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        73: .line 1191
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.bname:(Z)V
        74: .line 1192
            goto 76
        75: .line 1195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        76: .line 1198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        77: .line 1199
            goto 122
        78: .line 1202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        79: .line 1203
            goto 122
        80: .line 1206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        81: .line 1209
            goto 122
        82: .line 1212
      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 1214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bntok:()V
        84: .line 1215
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkeyword:()C
            lookupswitch { // 3
                   70: 85
                   73: 91
                   81: 91
              default: 93
          }
        85: .line 1217
      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 1220
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 5 /* st */
        87: .line 1221
            goto 122
        88: .line 1224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        89: .line 1227
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 5 /* st */
        90: .line 1230
            goto 122
        91: .line 1234
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 5 /* st */
        92: .line 1235
            goto 122
        93: .line 1238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        94: .line 1241
            goto 122
        95: .line 1245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        96: .line 1246
            iconst_5
            istore 5 /* st */
        97: .line 1247
            goto 122
        98: .line 1253
      StackMap locals:
      StackMap stack:
            goto 122
        99: .line 1256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
       100: .line 1257
            goto 122
       101: .line 1260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
       102: .line 1261
            iconst_m1
            istore 5 /* st */
       103: .line 1264
            goto 122
       104: .line 1267
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 2
                   34: 105
                   39: 105
              default: 119
          }
       105: .line 1270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
       106: .line 1271
            aload 0 /* this */
            bipush 100
            invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
       107: .line 1272
            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 1274
            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 1276
            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 1275
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
       111: .line 1277
            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 1278
            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 1280
            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 1279
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
       115: .line 1281
            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 1282
            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 1283
            iconst_m1
            istore 5 /* st */
       118: .line 1284
            goto 122
       119: .line 1287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       120: .line 1290
            goto 122
       121: .line 1293
      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 1044
      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 1297
            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 1308
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
         1: .line 1309
            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 1310
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
         3: .line 1311
            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 1312
            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 1313
            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 1314
            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 1335
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            lookupswitch { // 3
                   47: 1
                   62: 1
                65535: 19
              default: 20
          }
         1: .line 1338
      StackMap locals:
      StackMap stack:
            aload 1 /* att */
            getfield jdk.internal.util.xml.impl.Pair.num:I
            iconst_2
            iand
            ifne 16
         2: .line 1339
            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 1340
            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 1342
            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 1343
      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 1345
            goto 11
         8: .line 1349
      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 1350
            aload 4 /* act */
            ifnonnull 11
        10: .line 1351
            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 1342
      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 1354
            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 1355
            aload 0 /* this */
            aload 1 /* att */
            invokevirtual jdk.internal.util.xml.impl.Parser.attr:(Ljdk/internal/util/xml/impl/Pair;)V
        15: .line 1356
            return
        end local 2 // jdk.internal.util.xml.impl.Input inp
        16: .line 1360
      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 1361
            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 1362
            return
        19: .line 1365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        20: .line 1369
      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 1370
            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 1371
            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 1372
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        24: .line 1373
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 61
            if_icmpeq 26
        25: .line 1374
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        26: .line 1376
      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 1377
            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 1378
            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 1379
            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 1381
            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 1383
      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 1384
            aload 0 /* this */
            aload 4 /* next */
            invokevirtual jdk.internal.util.xml.impl.Parser.attr:(Ljdk/internal/util/xml/impl/Pair;)V
        33: .line 1385
            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 1387
            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 1388
            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 1389
            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 1390
            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 1391
            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 1392
            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 1394
      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 1395
            goto 47
        44: .line 1398
      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 1399
            goto 47
        46: .line 1402
      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 1407
      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 1408
            goto 53
        51: .line 1412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.newPrefix:()V
        52: .line 1414
            aload 0 /* this */
            aload 4 /* next */
            invokevirtual jdk.internal.util.xml.impl.Parser.attr:(Ljdk/internal/util/xml/impl/Pair;)V
        53: .line 1417
      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 1420
            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 1437
            aload 1 /* att */
            bipush 99
            putfield jdk.internal.util.xml.impl.Pair.id:I
         1: .line 1438
            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 1439
      StackMap locals:
      StackMap stack:
            ldc "CDATA"
            areturn
        start local 2 // jdk.internal.util.xml.impl.Pair attr
         4: .line 1442
      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 1445
            aload 1 /* att */
            bipush 105
            putfield jdk.internal.util.xml.impl.Pair.id:I
         6: .line 1446
            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 1448
      StackMap locals:
      StackMap stack:
            ldc "ID"
            areturn
         8: .line 1451
      StackMap locals:
      StackMap stack:
            ldc "IDREF"
            areturn
         9: .line 1454
      StackMap locals:
      StackMap stack:
            ldc "IDREFS"
            areturn
        10: .line 1457
      StackMap locals:
      StackMap stack:
            ldc "ENTITY"
            areturn
        11: .line 1460
      StackMap locals:
      StackMap stack:
            ldc "ENTITIES"
            areturn
        12: .line 1463
      StackMap locals:
      StackMap stack:
            ldc "NMTOKEN"
            areturn
        13: .line 1466
      StackMap locals:
      StackMap stack:
            ldc "NMTOKENS"
            areturn
        14: .line 1469
      StackMap locals:
      StackMap stack:
            ldc "NMTOKEN"
            areturn
        15: .line 1472
      StackMap locals:
      StackMap stack:
            ldc "NOTATION"
            areturn
        16: .line 1475
      StackMap locals:
      StackMap stack:
            aload 1 /* att */
            bipush 99
            putfield jdk.internal.util.xml.impl.Pair.id:I
        17: .line 1476
            ldc "CDATA"
            areturn
        18: .line 1479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        19: .line 1481
            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 1494
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            ifne 2
         1: .line 1495
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mPh:I
         2: .line 1498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         3: .line 1499
            iconst_0
            istore 2 /* st */
        start local 2 // short st
         4: goto 38
         5: .line 1500
      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 1501
            iload 1 /* ch */
            ldc 65535
            if_icmpne 10
         9: .line 1502
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        10: .line 1504
      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 1506
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 45
            if_icmpne 14
        12: .line 1507
            iconst_1
            istore 2 /* st */
        13: .line 1508
            goto 38
        14: .line 1509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        15: .line 1511
            goto 38
        16: .line 1514
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 45
            if_icmpne 19
        17: .line 1515
            iconst_2
            istore 2 /* st */
        18: .line 1516
            goto 38
        19: .line 1517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        20: .line 1519
            goto 38
        21: .line 1522
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            tableswitch { // 45 - 45
                   45: 22
              default: 24
          }
        22: .line 1524
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 2 /* st */
        23: .line 1525
            goto 38
        24: .line 1528
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        25: .line 1531
            goto 38
        26: .line 1534
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            tableswitch { // 45 - 45
                   45: 27
              default: 29
          }
        27: .line 1536
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 2 /* st */
        28: .line 1537
            goto 38
        29: .line 1540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 45
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        30: .line 1541
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        31: .line 1542
            iconst_2
            istore 2 /* st */
        32: .line 1545
            goto 38
        33: .line 1548
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 62
            if_icmpne 37
        34: .line 1549
            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 1550
            iconst_m1
            istore 2 /* st */
        36: .line 1551
            goto 38
        37: .line 1556
      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 1499
      StackMap locals: jdk.internal.util.xml.impl.Parser top int
      StackMap stack:
            iload 2 /* st */
            ifge 5
        end local 2 // short st
        39: .line 1559
            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 1573
            aconst_null
            astore 2 /* str */
        start local 2 // java.lang.String str
         1: .line 1574
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         2: .line 1575
            iconst_0
            istore 3 /* st */
        start local 3 // short st
         3: goto 38
         4: .line 1576
      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 1577
            iload 1 /* ch */
            ldc 65535
            if_icmpne 7
         6: .line 1578
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         7: .line 1580
      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 1582
      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 1588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        10: .line 1589
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.name:(Z)Ljava/lang/String;
            astore 2 /* str */
        11: .line 1592
            aload 2 /* str */
            invokevirtual java.lang.String.length:()I
            ifeq 13
        12: .line 1593
            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 1594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        14: .line 1597
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            ifne 16
        15: .line 1599
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mPh:I
        16: .line 1601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
        17: .line 1602
            iconst_1
            istore 3 /* st */
        18: .line 1603
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        19: .line 1604
            goto 38
        20: .line 1607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        21: .line 1609
            goto 38
        22: .line 1612
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            tableswitch { // 63 - 63
                   63: 23
              default: 25
          }
        23: .line 1614
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 3 /* st */
        24: .line 1615
            goto 38
        25: .line 1618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        26: .line 1621
            goto 38
        27: .line 1624
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            tableswitch { // 62 - 63
                   62: 28
                   63: 31
              default: 33
          }
        28: .line 1627
      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 1628
            iconst_m1
            istore 3 /* st */
        30: .line 1629
            goto 38
        31: .line 1632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 63
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        32: .line 1633
            goto 38
        33: .line 1636
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 63
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        34: .line 1637
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        35: .line 1638
            iconst_1
            istore 3 /* st */
        36: .line 1641
            goto 38
        37: .line 1644
      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 1575
      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 1647
            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 1662
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         1: .line 1663
            iconst_0
            istore 2 /* st */
        start local 2 // short st
         2: goto 50
         3: .line 1664
      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 1665
            iload 2 /* st */
            tableswitch { // 0 - 5
                    0: 5
                    1: 10
                    2: 21
                    3: 26
                    4: 31
                    5: 38
              default: 49
          }
         5: .line 1667
      StackMap locals: jdk.internal.util.xml.impl.Parser int int
      StackMap stack:
            iload 1 /* ch */
            bipush 91
            if_icmpne 8
         6: .line 1668
            iconst_1
            istore 2 /* st */
         7: .line 1669
            goto 50
         8: .line 1670
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         9: .line 1672
            goto 50
        10: .line 1675
      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 1676
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        12: .line 1677
            goto 50
        13: .line 1678
      StackMap locals:
      StackMap stack:
            ldc "CDATA"
        14: .line 1679
            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 1678
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
        16: .line 1679
            ifne 18
        17: .line 1680
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        18: .line 1682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        19: .line 1683
            iconst_2
            istore 2 /* st */
        20: .line 1685
            goto 50
        21: .line 1688
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 91
            if_icmpeq 23
        22: .line 1689
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        23: .line 1691
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        24: .line 1692
            iconst_3
            istore 2 /* st */
        25: .line 1693
            goto 50
        26: .line 1696
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 93
            if_icmpeq 29
        27: .line 1697
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        28: .line 1698
            goto 50
        29: .line 1699
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 2 /* st */
        30: .line 1701
            goto 50
        31: .line 1704
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            bipush 93
            if_icmpeq 36
        32: .line 1705
            aload 0 /* this */
            bipush 93
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        33: .line 1706
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        34: .line 1707
            iconst_3
            istore 2 /* st */
        35: .line 1708
            goto 50
        36: .line 1709
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 2 /* st */
        37: .line 1711
            goto 50
        38: .line 1714
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            lookupswitch { // 2
                   62: 41
                   93: 39
              default: 44
          }
        39: .line 1716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 93
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        40: .line 1717
            goto 50
        41: .line 1720
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bflash:()V
        42: .line 1721
            iconst_m1
            istore 2 /* st */
        43: .line 1722
            goto 50
        44: .line 1725
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 93
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        45: .line 1726
            aload 0 /* this */
            bipush 93
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        46: .line 1727
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        47: .line 1728
            iconst_3
            istore 2 /* st */
        48: .line 1731
            goto 50
        49: .line 1734
      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 1663
      StackMap locals: jdk.internal.util.xml.impl.Parser top int
      StackMap stack:
            iload 2 /* st */
            ifge 3
        end local 2 // short st
        51: .line 1737
            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 1754
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         1: .line 1755
            aload 0 /* this */
            iload 1 /* ns */
            invokevirtual jdk.internal.util.xml.impl.Parser.bname:(Z)V
         2: .line 1756
            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 1775
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         1: .line 1776
            aload 0 /* this */
            iload 1 /* ns */
            invokevirtual jdk.internal.util.xml.impl.Parser.bname:(Z)V
         2: .line 1777
            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 1778
            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 1779
            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 1791
            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 1792
            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 1793
            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 1794
            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 1795
            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 1807
            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 1808
            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 1809
            ldc "PUBLIC"
            aload 3 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
         3: .line 1810
            aload 0 /* this */
            bipush 105
            invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
         4: .line 1811
            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 1812
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            lookupswitch { // 3
                   34: 6
                   39: 6
                65535: 9
              default: 10
          }
         6: .line 1815
      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 1816
            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 1817
            goto 13
         9: .line 1820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        10: .line 1823
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 78
            if_icmpeq 12
        11: .line 1825
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        12: .line 1827
      StackMap locals:
      StackMap stack:
            aload 2 /* ids */
            aconst_null
            putfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
        13: .line 1830
      StackMap locals:
      StackMap stack:
            aload 2 /* ids */
            areturn
        14: .line 1831
      StackMap locals:
      StackMap stack:
            ldc "SYSTEM"
            aload 3 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
        15: .line 1832
            aload 2 /* ids */
            aconst_null
            putfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
        16: .line 1833
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.bqstr:(C)V
        17: .line 1834
            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 1835
            aload 2 /* ids */
            areturn
        19: .line 1837
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        20: .line 1838
            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 1861
            iload 1 /* flag */
            bipush 61
            if_icmpne 4
         1: .line 1862
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.wsskip:()C
            pop
         2: .line 1863
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 61
            if_icmpeq 4
         3: .line 1864
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         4: .line 1867
      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 1868
            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 1887
            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 1888
            aconst_null
            astore 4 /* inp */
        start local 4 // jdk.internal.util.xml.impl.Input inp
         2: .line 1889
            aconst_null
            astore 5 /* str */
        start local 5 // java.lang.String str
         3: .line 1890
            aload 0 /* this */
            sipush 256
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
         4: .line 1891
            aload 0 /* this */
            bipush 38
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
         5: .line 1892
            iconst_0
            istore 6 /* st */
        start local 6 // short st
         6: goto 106
         7: .line 1893
      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 1894
            iload 6 /* st */
            tableswitch { // 0 - 3
                    0: 11
                    1: 11
                    2: 62
                    3: 85
              default: 105
          }
        11: .line 1897
      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 1901
      StackMap locals:
      StackMap stack:
            iload 6 /* st */
            iconst_1
            if_icmpeq 14
        13: .line 1902
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        14: .line 1908
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        15: .line 1909
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.eappend:(C)V
        16: .line 1910
            iconst_1
            istore 6 /* st */
        17: .line 1911
            goto 106
        18: .line 1914
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mIsNSAware:Z
            ifeq 20
        19: .line 1915
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        20: .line 1917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        21: .line 1918
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.eappend:(C)V
        22: .line 1919
            iconst_1
            istore 6 /* st */
        23: .line 1920
            goto 106
        24: .line 1923
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mESt:C
            sipush 256
            if_icmpge 29
        25: .line 1925
            aload 0 /* this */
            iload 3 /* idx */
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        26: .line 1926
            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 1927
            iconst_m1
            istore 6 /* st */
        28: .line 1928
            goto 106
        29: .line 1929
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            iconst_2
            if_icmpne 33
        30: .line 1932
            aload 0 /* this */
            bipush 59
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        31: .line 1933
            iconst_m1
            istore 6 /* st */
        32: .line 1934
            goto 106
        33: .line 1937
      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 1938
            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 1940
            aload 0 /* this */
            iload 3 /* idx */
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        36: .line 1941
            aload 4 /* inp */
            ifnull 52
        37: .line 1942
            aload 4 /* inp */
            getfield jdk.internal.util.xml.impl.Input.chars:[C
            ifnonnull 49
        38: .line 1944
            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 1945
            aload 7 /* is */
            ifnull 46
        40: .line 1946
            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 1947
            aload 0 /* this */
            aload 7 /* is */
            invokevirtual jdk.internal.util.xml.impl.Parser.setinp:(Ljdk/internal/org/xml/sax/InputSource;)V
        42: .line 1948
            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 1949
            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 1950
            aconst_null
            astore 5 /* str */
        45: .line 1951
            goto 54
        46: .line 1953
      StackMap locals: jdk.internal.org.xml.sax.InputSource
      StackMap stack:
            iload 1 /* flag */
            bipush 120
            if_icmpeq 54
        47: .line 1954
            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 1957
            goto 54
        49: .line 1959
      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 1960
            aconst_null
            astore 5 /* str */
        51: .line 1962
            goto 54
        52: .line 1964
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 120
            if_icmpeq 54
        53: .line 1965
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        54: .line 1968
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
        55: .line 1969
            goto 106
        56: .line 1972
      StackMap locals:
      StackMap stack:
            iload 6 /* st */
            ifeq 58
        57: .line 1973
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        58: .line 1975
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 6 /* st */
        59: .line 1976
            goto 106
        60: .line 1979
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        61: .line 1981
            goto 106
        62: .line 1984
      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 1986
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        64: .line 1987
            goto 106
        65: .line 1993
      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 1992
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;I)I
            istore 7 /* i */
        start local 7 // int i
        67: .line 1994
            iload 7 /* i */
            ldc 65535
            if_icmplt 69
        68: .line 1995
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        69: .line 1997
      StackMap locals: int
      StackMap stack:
            iload 7 /* i */
            i2c
            istore 2 /* ch */
        end local 7 // int i
        70: .line 1998
            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 1999
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        73: .line 2002
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* idx */
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        74: .line 2003
            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 2004
      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 2005
            goto 78
        77: .line 2006
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        78: .line 2008
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
        79: .line 2009
            goto 106
        80: .line 2013
      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 2014
            iconst_3
            istore 6 /* st */
        82: .line 2015
            goto 106
        83: .line 2018
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        84: .line 2020
            goto 106
        85: .line 2023
      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 2027
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        87: .line 2028
            goto 106
        88: .line 2034
      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 2033
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;I)I
            istore 7 /* i */
        start local 7 // int i
        90: .line 2035
            iload 7 /* i */
            ldc 65535
            if_icmplt 92
        91: .line 2036
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        92: .line 2038
      StackMap locals: int
      StackMap stack:
            iload 7 /* i */
            i2c
            istore 2 /* ch */
        end local 7 // int i
        93: .line 2039
            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 2040
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        96: .line 2043
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* idx */
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        97: .line 2044
            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 2045
      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 2046
            goto 101
       100: .line 2047
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
       101: .line 2049
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
       102: .line 2050
            goto 106
       103: .line 2053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       104: .line 2055
            goto 106
       105: .line 2058
      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 1892
      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 2062
            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 2079
            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 2080
            aconst_null
            astore 3 /* inp */
        start local 3 // jdk.internal.util.xml.impl.Input inp
         2: .line 2081
            aconst_null
            astore 4 /* str */
        start local 4 // java.lang.String str
         3: .line 2082
            aload 0 /* this */
            bipush 37
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
         4: .line 2083
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            iconst_2
            if_icmpeq 6
         5: .line 2085
            return
         6: .line 2087
      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 2088
            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 2089
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 59
            if_icmpeq 10
         9: .line 2090
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        10: .line 2092
      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 2094
            aload 0 /* this */
            iload 2 /* idx */
            iconst_1
            isub
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        12: .line 2095
            aload 3 /* inp */
            ifnull 32
        13: .line 2096
            aload 3 /* inp */
            getfield jdk.internal.util.xml.impl.Input.chars:[C
            ifnonnull 25
        14: .line 2098
            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 2099
            aload 5 /* is */
            ifnull 23
        16: .line 2100
            iload 1 /* flag */
            bipush 45
            if_icmpeq 18
        17: .line 2101
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        18: .line 2103
      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 2105
            aload 0 /* this */
            aload 5 /* is */
            invokevirtual jdk.internal.util.xml.impl.Parser.setinp:(Ljdk/internal/org/xml/sax/InputSource;)V
        20: .line 2106
            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 2107
            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 2108
            goto 33
        23: .line 2110
      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 2112
            goto 33
        25: .line 2114
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 45
            if_icmpne 28
        26: .line 2116
            aload 3 /* inp */
            iconst_1
            putfield jdk.internal.util.xml.impl.Input.chIdx:I
        27: .line 2117
            goto 30
        28: .line 2119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        29: .line 2120
            aload 3 /* inp */
            iconst_0
            putfield jdk.internal.util.xml.impl.Input.chIdx:I
        30: .line 2122
      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 2124
            goto 33
        32: .line 2126
      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 2128
      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 2142
            aload 1 /* name */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            iconst_0
            caload
            ifne 9
         1: .line 2143
            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 2145
            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 2146
            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 2147
            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 2148
            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 2149
            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 2150
            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 2151
            iconst_1
            ireturn
         9: .line 2154
      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 2156
            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 2157
            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 2158
            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 2159
            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 2160
            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 2161
            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 2162
            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 2163
            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 2164
            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 2165
            iconst_1
            ireturn
        end local 3 // int len
        20: .line 2168
      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 2179
            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 2180
      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 2181
            aload 2 /* pref */
            getfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
            areturn
         4: .line 2179
      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 2184
            aload 1 /* qname */
            iconst_0
            caload
            iconst_1
            if_icmpne 13
         7: .line 2185
            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 2186
      StackMap locals:
      StackMap stack:
            aload 2 /* pref */
            getfield jdk.internal.util.xml.impl.Pair.chars:[C
            iconst_0
            caload
            ifne 11
        10: .line 2187
            aload 2 /* pref */
            getfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
            areturn
        11: .line 2185
      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 2191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        14: .line 2192
            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 2209
      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 2210
            iload 1 /* ch */
            sipush 128
            if_icmpge 5
         4: .line 2211
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            iload 1 /* ch */
            baload
            iconst_3
            if_icmpeq 0
         5: .line 2213
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            iconst_1
            isub
         6: .line 2219
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
         7: .line 2220
            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  

  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 2328
            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 2329
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            istore 4 /* bqname */
        start local 4 // int bqname
         2: .line 2330
            iload 4 /* bqname */
            istore 5 /* bcolon */
        start local 5 // int bcolon
         3: .line 2331
            iload 4 /* bqname */
            iconst_1
            iadd
            istore 6 /* bchidx */
        start local 6 // int bchidx
         4: .line 2332
            iload 6 /* bchidx */
            istore 7 /* bstart */
        start local 7 // int bstart
         5: .line 2333
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            istore 8 /* cstart */
        start local 8 // int cstart
         6: .line 2334
            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 2337
      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 2338
            aload 0 /* this */
            iload 8 /* cstart */
            iload 7 /* bstart */
            invokevirtual jdk.internal.util.xml.impl.Parser.bcopy:(II)V
        11: .line 2339
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            pop
        12: .line 2340
            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 2341
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            istore 8 /* cstart */
        14: .line 2342
            iload 6 /* bchidx */
            istore 7 /* bstart */
        15: .line 2344
      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 2345
            iconst_0
            istore 3 /* type */
        start local 3 // char type
        17: .line 2346
            iload 2 /* ch */
            sipush 128
            if_icmpge 20
        18: .line 2347
            getstatic jdk.internal.util.xml.impl.Parser.nmttyp:[B
            iload 2 /* ch */
            baload
            i2c
            istore 3 /* type */
        19: .line 2348
            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 2349
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        22: .line 2352
      StackMap locals:
      StackMap stack:
            iload 9 /* st */
            tableswitch { // 0 - 3
                    0: 23
                    1: 32
                    2: 23
                    3: 32
              default: 47
          }
        23: .line 2355
      StackMap locals:
      StackMap stack:
            iload 3 /* type */
            tableswitch { // 0 - 1
                    0: 24
                    1: 27
              default: 30
          }
        24: .line 2357
      StackMap locals:
      StackMap stack:
            iinc 6 /* bchidx */ 1
        25: .line 2358
            iload 9 /* st */
            iconst_1
            iadd
            i2s
            istore 9 /* st */
        26: .line 2359
            goto 9
        27: .line 2362
      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 2363
            iload 9 /* st */
            iconst_1
            iadd
            i2s
            istore 9 /* st */
        29: .line 2364
            goto 9
        30: .line 2367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        31: .line 2369
            goto 9
        32: .line 2373
      StackMap locals:
      StackMap stack:
            iload 3 /* type */
            tableswitch { // 0 - 2
                    0: 33
                    1: 35
                    2: 33
              default: 43
          }
        33: .line 2376
      StackMap locals:
      StackMap stack:
            iinc 6 /* bchidx */ 1
        34: .line 2377
            goto 9
        35: .line 2380
      StackMap locals:
      StackMap stack:
            iinc 6 /* bchidx */ 1
        36: .line 2381
            iload 1 /* ns */
            ifeq 9
        37: .line 2382
            iload 5 /* bcolon */
            iload 4 /* bqname */
            if_icmpeq 39
        38: .line 2383
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        39: .line 2385
      StackMap locals:
      StackMap stack:
            iload 6 /* bchidx */
            iconst_1
            isub
            istore 5 /* bcolon */
        40: .line 2386
            iload 9 /* st */
            iconst_1
            if_icmpne 9
        41: .line 2387
            iconst_2
            istore 9 /* st */
        42: .line 2390
            goto 9
        43: .line 2393
      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 2394
            aload 0 /* this */
            iload 8 /* cstart */
            iload 7 /* bstart */
            invokevirtual jdk.internal.util.xml.impl.Parser.bcopy:(II)V
        45: .line 2395
            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 2396
            return
        47: .line 2401
      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 2335
            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 2417
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         1: .line 2418
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
         2: .line 2420
      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 2421
            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 2430
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
         5: .line 2431
            goto 2
         6: .line 2434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         7: .line 2437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
         8: .line 2438
            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 2457
            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 2458
            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 2460
      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 2463
      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 2465
      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 2467
      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 2469
      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 2473
      StackMap locals:
      StackMap stack:
            goto 52
        16: .line 2476
      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 2478
      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 2480
      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 2484
      StackMap locals:
      StackMap stack:
            goto 52
        24: .line 2487
      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 2489
      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 2491
      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 2493
      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 2495
      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 2499
      StackMap locals:
      StackMap stack:
            goto 52
        38: .line 2502
      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 2504
      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 2506
      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 2508
      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 2510
      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 2514
      StackMap locals:
      StackMap stack:
            goto 52
        52: .line 2519
      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 2535
            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 2536
            aload 0 /* this */
            iconst_m1
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
         2: .line 2537
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
         3: .line 2539
            iconst_0
            istore 4 /* st */
        start local 4 // short st
         4: goto 51
         5: .line 2540
      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 2541
            iload 4 /* st */
            tableswitch { // 0 - 3
                    0: 9
                    1: 50
                    2: 17
                    3: 17
              default: 50
          }
         9: .line 2543
      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 2548
      StackMap locals:
      StackMap stack:
            goto 51
        11: .line 2551
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 4 /* st */
        12: .line 2552
            goto 51
        13: .line 2555
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 4 /* st */
        14: .line 2556
            goto 51
        15: .line 2559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        16: .line 2562
            goto 51
        17: .line 2566
      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 2568
      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 2569
            iconst_m1
            istore 4 /* st */
        20: .line 2570
            goto 51
        21: .line 2571
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        22: .line 2573
            goto 51
        23: .line 2576
      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 2577
            iconst_m1
            istore 4 /* st */
        25: .line 2578
            goto 51
        26: .line 2579
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        27: .line 2581
            goto 51
        28: .line 2584
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 100
            if_icmpeq 31
        29: .line 2585
            aload 0 /* this */
            iload 1 /* flag */
            invokevirtual jdk.internal.util.xml.impl.Parser.ent:(C)Ljava/lang/String;
            pop
        30: .line 2586
            goto 51
        31: .line 2587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        32: .line 2589
            goto 51
        33: .line 2592
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 100
            if_icmpne 36
        34: .line 2593
            aload 0 /* this */
            bipush 45
            invokevirtual jdk.internal.util.xml.impl.Parser.pent:(C)V
        35: .line 2594
            goto 51
        36: .line 2595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        37: .line 2597
            goto 51
        38: .line 2600
      StackMap locals:
      StackMap stack:
            iload 1 /* flag */
            bipush 45
            if_icmpeq 39
            iload 1 /* flag */
            bipush 100
            if_icmpne 41
        39: .line 2601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        40: .line 2602
            goto 51
        41: .line 2603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        42: .line 2605
            goto 51
        43: .line 2608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        44: .line 2611
      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 2612
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 10
            if_icmpeq 47
        46: .line 2613
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        47: .line 2615
      StackMap locals:
      StackMap stack:
            bipush 10
            istore 3 /* ch */
        48: .line 2618
      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 2621
            goto 51
        50: .line 2624
      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 2539
      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 2629
            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 2630
            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 2632
      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 2661
            iload 2 /* mode */
            lookupswitch { // 2
                   99: 6
                  105: 1
              default: 10
          }
         1: .line 2663
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            lookupswitch { // 4
                    9: 2
                   10: 2
                   13: 2
                   32: 2
              default: 5
          }
         2: .line 2668
      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 2669
            aload 0 /* this */
            bipush 32
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
         4: .line 2671
      StackMap locals:
      StackMap stack:
            return
         5: .line 2676
      StackMap locals:
      StackMap stack:
            goto 10
         6: .line 2679
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            tableswitch { // 9 - 13
                    9: 7
                   10: 7
                   11: 9
                   12: 9
                   13: 7
              default: 9
          }
         7: .line 2683
      StackMap locals:
      StackMap stack:
            bipush 32
            istore 1 /* ch */
         8: .line 2684
            goto 10
         9: .line 2689
      StackMap locals:
      StackMap stack:
            goto 10
        10: .line 2692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
            iconst_1
            iadd
        11: .line 2694
            putfield jdk.internal.util.xml.impl.Parser.mBuffIdx:I
        12: .line 2695
            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 2696
            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 2697
            goto 17
        15: .line 2698
      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 2699
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual jdk.internal.util.xml.impl.Parser.bappend:(C)V
        17: .line 2701
      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 2710
            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 2711
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: pop
         3: .line 2713
            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 2714
            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 2715
            aload 0 /* this */
            aload 2 /* buff */
            putfield jdk.internal.util.xml.impl.Parser.mBuff:[C
         6: .line 2716
            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 2718
      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 2728
            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 2729
            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 2731
            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 2732
            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 2733
            aload 0 /* this */
            aload 4 /* buff */
            putfield jdk.internal.util.xml.impl.Parser.mBuff:[C
        end local 4 // char[] buff
         5: .line 2735
      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 2736
            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 2737
            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 2748
            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 2750
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            lookupswitch { // 4
                   97: 6
                  103: 4
                  108: 2
                  113: 8
              default: 10
          }
         2: .line 2752
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 257
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
         3: .line 2753
            goto 52
         4: .line 2755
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 258
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
         5: .line 2756
            goto 52
         6: .line 2758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 259
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
         7: .line 2759
            goto 52
         8: .line 2761
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 263
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
         9: .line 2762
            goto 52
        10: .line 2764
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 512
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
        11: .line 2767
            goto 52
        12: .line 2770
      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 2771
            goto 52
        16: .line 2774
      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 2775
            goto 52
        20: .line 2778
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            tableswitch { // 109 - 112
                  109: 21
                  110: 25
                  111: 25
                  112: 23
              default: 25
          }
        21: .line 2780
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 260
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
        22: .line 2781
            goto 52
        23: .line 2783
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 261
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
        24: .line 2784
            goto 52
        25: .line 2786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 512
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
        26: .line 2789
            goto 52
        27: .line 2792
      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 2793
            goto 52
        31: .line 2796
      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 2797
            goto 52
        35: .line 2800
      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 2801
            goto 52
        39: .line 2804
      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 2805
            goto 52
        43: .line 2808
      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 2809
            goto 52
        47: .line 2812
      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 2813
            goto 52
        51: .line 2820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 512
            putfield jdk.internal.util.xml.impl.Parser.mESt:C
        52: .line 2824
      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 2838
            aconst_null
            astore 2 /* reader */
        start local 2 // java.io.Reader reader
         1: .line 2839
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
         2: .line 2840
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mChLen:I
         3: .line 2841
            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 2842
            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 2843
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            ifge 7
         6: .line 2844
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mIsSAlone:Z
         7: .line 2846
      StackMap locals: java.io.Reader
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mIsSAloneSet:Z
         8: .line 2847
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getCharacterStream:()Ljava/io/Reader;
            ifnull 12
         9: .line 2849
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getCharacterStream:()Ljava/io/Reader;
            astore 2 /* reader */
        10: .line 2850
            aload 0 /* this */
            aload 2 /* reader */
            invokevirtual jdk.internal.util.xml.impl.Parser.xml:(Ljava/io/Reader;)Ljava/lang/String;
            pop
        11: .line 2851
            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 2853
            aload 1 /* is */
            invokevirtual jdk.internal.org.xml.sax.InputSource.getEncoding:()Ljava/lang/String;
            ifnull 21
        14: .line 2855
            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 2856
            aload 3 /* expenc */
            ldc "UTF-16"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        16: .line 2857
            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 2858
            goto 19
        18: .line 2859
      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 2861
      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 2862
            goto 35
        end local 3 // java.lang.String expenc
        21: .line 2864
      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 2870
            aload 2 /* reader */
            ifnonnull 24
        23: .line 2871
            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 2874
      StackMap locals:
      StackMap stack:
            aload 2 /* reader */
            ifnonnull 32
        25: .line 2876
            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 2877
            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 2878
            aload 3 /* expenc */
            ldc "UTF-8"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 35
        28: .line 2879
            aload 3 /* expenc */
            ldc "UTF-16"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 30
        29: .line 2880
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        30: .line 2882
      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 2884
            goto 35
        end local 3 // java.lang.String expenc
        32: .line 2886
      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 2889
            goto 35
        34: .line 2891
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        35: .line 2893
      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 2894
            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 2895
            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 2896
            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 2913
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 3 /* val */
        start local 3 // int val
         1: .line 2914
            iload 3 /* val */
            lookupswitch { // 4
                   -1: 15
                  239: 2
                  254: 9
                  255: 12
              default: 17
          }
         2: .line 2916
      StackMap locals: int
      StackMap stack:
            iload 2 /* hint */
            bipush 85
            if_icmpne 4
         3: .line 2918
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         4: .line 2920
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            sipush 187
            if_icmpeq 6
         5: .line 2921
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         6: .line 2923
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            sipush 191
            if_icmpeq 8
         7: .line 2924
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         8: .line 2926
      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 2929
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            sipush 255
            if_icmpeq 11
        10: .line 2930
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        11: .line 2932
      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 2935
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            sipush 254
            if_icmpeq 14
        13: .line 2936
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        14: .line 2938
      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 2941
      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 2942
            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 2945
      StackMap locals:
      StackMap stack:
            iload 2 /* hint */
            bipush 85
            if_icmpne 19
        18: .line 2947
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        19: .line 2950
      StackMap locals:
      StackMap stack:
            iload 3 /* val */
            sipush 240
            iand
            lookupswitch { // 4
                  192: 20
                  208: 20
                  224: 22
                  240: 26
              default: 27
          }
        20: .line 2953
      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 2954
            goto 28
        22: .line 2957
      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 2958
            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 2957
            castore
        25: .line 2959
            goto 28
        26: .line 2962
      StackMap locals:
      StackMap stack:
            new java.io.UnsupportedEncodingException
            dup
            invokespecial java.io.UnsupportedEncodingException.<init>:()V
            athrow
        27: .line 2965
      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 2968
      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 2984
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            ifeq 18
         1: .line 2986
            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 2987
            iload 2 /* b0 */
            ifeq 3
            iload 2 /* b0 */
            bipush 60
            if_icmpne 18
         3: .line 2988
      StackMap locals: int
      StackMap stack:
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 3 /* b1 */
        start local 3 // int b1
         4: .line 2989
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 4 /* b2 */
        start local 4 // int b2
         5: .line 2990
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 5 /* b3 */
        start local 5 // int b3
         6: .line 2991
            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 2993
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            iconst_0
            iload 3 /* b1 */
            i2c
            castore
         8: .line 2994
            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 2995
            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 2996
      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 2998
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            iconst_0
            iload 2 /* b0 */
            i2c
            castore
        12: .line 2999
            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 3000
            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 3005
      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 3006
            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 3007
            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 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 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 3013
      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 3029
            aconst_null
            astore 2 /* str */
        start local 2 // java.lang.String str
         1: .line 3030
            ldc "UTF-8"
            astore 3 /* enc */
        start local 3 // java.lang.String enc
         2: .line 3033
            iconst_0
            istore 6 /* st */
        start local 6 // short st
         3: .line 3034
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            istore 7 /* byteRead */
        start local 7 // int byteRead
         4: .line 3036
            goto 61
         5: .line 3037
      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 3038
            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 3039
            goto 13
        end local 4 // char ch
         8: .line 3040
      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 3041
            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 3044
      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 3046
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 2
                   60: 15
                65279: 17
              default: 26
          }
        15: .line 3048
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 6 /* st */
        16: .line 3049
            goto 61
        17: .line 3052
      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 3053
            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 3054
            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 3055
            goto 61
        end local 5 // int val
        26: .line 3058
      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 3061
            goto 61
        28: .line 3064
      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 3065
            goto 61
        32: .line 3068
      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 3069
            goto 61
        36: .line 3072
      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 3073
            goto 61
        40: .line 3076
      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 3077
            goto 61
        44: .line 3080
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 4
                    9: 45
                   10: 45
                   13: 45
                   32: 45
              default: 47
          }
        45: .line 3085
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 6 /* st */
        46: .line 3086
            goto 61
        47: .line 3089
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
        48: .line 3092
            goto 61
        49: .line 3095
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 2
                   63: 50
                65535: 52
              default: 54
          }
        50: .line 3097
      StackMap locals:
      StackMap stack:
            bipush 7
            istore 6 /* st */
        51: .line 3098
            goto 61
        52: .line 3101
      StackMap locals:
      StackMap stack:
            bipush -2
            istore 6 /* st */
        53: .line 3102
            goto 61
        54: .line 3107
      StackMap locals:
      StackMap stack:
            goto 61
        55: .line 3110
      StackMap locals:
      StackMap stack:
            iload 4 /* ch */
            lookupswitch { // 2
                   62: 56
                65535: 56
              default: 58
          }
        56: .line 3113
      StackMap locals:
      StackMap stack:
            bipush -2
            istore 6 /* st */
        57: .line 3114
            goto 61
        58: .line 3117
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 6 /* st */
        59: .line 3120
            goto 61
        60: .line 3123
      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 3036
      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 3127
      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 3128
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
        64: .line 3130
            iload 6 /* st */
            iconst_m1
            if_icmpne 66
        65: .line 3131
            aload 3 /* enc */
            areturn
        66: .line 3133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
        67: .line 3135
            iconst_0
            istore 6 /* st */
            goto 127
        68: .line 3136
      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 3137
            iload 6 /* st */
            tableswitch { // 0 - 4
                    0: 70
                    1: 74
                    2: 74
                    3: 74
                    4: 116
              default: 126
          }
        70: .line 3139
      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 3140
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        72: .line 3141
            iconst_1
            istore 6 /* st */
        73: .line 3143
            goto 127
        74: .line 3148
      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 3152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
        76: .line 3153
            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 3154
            ldc "version"
            aload 2 /* str */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 85
        78: .line 3155
            iload 6 /* st */
            iconst_1
            if_icmpeq 80
        79: .line 3156
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        80: .line 3158
      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 3159
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        82: .line 3161
      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 3162
            iconst_2
            istore 6 /* st */
        84: .line 3163
            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 3164
            iload 6 /* st */
            iconst_2
            if_icmpeq 88
        87: .line 3165
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        88: .line 3167
      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 3168
            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 3169
            iconst_3
            istore 6 /* st */
        91: .line 3170
            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 3171
            iload 6 /* st */
            iconst_1
            if_icmpeq 94
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            iflt 95
        94: .line 3173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
        95: .line 3175
      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 3177
            aload 2 /* str */
            ldc "yes"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 99
        97: .line 3178
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mIsSAlone:Z
        98: .line 3179
            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 3180
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mIsSAlone:Z
       101: .line 3181
            goto 103
       102: .line 3182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       103: .line 3184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mIsSAloneSet:Z
       104: .line 3185
            iconst_4
            istore 6 /* st */
       105: .line 3186
            goto 127
       106: .line 3187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       107: .line 3189
            goto 127
       108: .line 3192
      StackMap locals:
      StackMap stack:
            goto 127
       109: .line 3195
      StackMap locals:
      StackMap stack:
            iload 6 /* st */
            iconst_1
            if_icmpne 111
       110: .line 3196
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       111: .line 3198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.bkch:()V
       112: .line 3199
            iconst_4
            istore 6 /* st */
       113: .line 3200
            goto 127
       114: .line 3203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       115: .line 3205
            goto 127
       116: .line 3208
      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 3210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            bipush 62
            if_icmpeq 119
       118: .line 3211
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       119: .line 3213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mPh:I
            ifgt 121
       120: .line 3214
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mPh:I
       121: .line 3216
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* st */
       122: .line 3217
            goto 127
       123: .line 3220
      StackMap locals:
      StackMap stack:
            goto 127
       124: .line 3223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
       125: .line 3225
            goto 127
       126: .line 3228
      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 3135
      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 3231
            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 3245
            aload 1 /* name */
            ldc "UTF-8"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 3246
            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 3247
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "UTF-16LE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 3248
            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 3249
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "UTF-16BE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 3250
            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 3252
      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 3262
            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 3263
            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 3264
            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 3265
            aload 0 /* this */
            aload 1 /* inp */
            putfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
         4: .line 3266
            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 3267
            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 3268
            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 3269
            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 3275
            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 3277
            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 3278
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         3: pop
         4: .line 3280
      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 3282
      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 3283
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mInp:Ljdk/internal/util/xml/impl/Input;
            ifnull 11
         7: .line 3284
            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 3285
            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 3286
            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 3287
            goto 14
        11: .line 3288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.util.xml.impl.Parser.mChars:[C
        12: .line 3289
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mChLen:I
        13: .line 3290
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.util.xml.impl.Parser.mChIdx:I
        14: .line 3292
      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 3314
            iload 1 /* ch */
            sipush 128
            if_icmpge 2
         1: .line 3315
            getstatic jdk.internal.util.xml.impl.Parser.asctyp:[B
            iload 1 /* ch */
            baload
            i2c
            ireturn
         2: .line 3317
      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 3327
            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 3328
            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 3329
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.pop:()V
         3: .line 3330
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            ireturn
         4: .line 3333
      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 3334
            iload 1 /* Num */
            ifge 12
         6: .line 3335
            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 3336
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.pop:()V
         8: .line 3337
            aload 0 /* this */
            invokevirtual jdk.internal.util.xml.impl.Parser.getch:()C
            ireturn
         9: .line 3339
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChars:[C
            iconst_0
            ldc 65535
            castore
        10: .line 3340
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.util.xml.impl.Parser.mChLen:I
        11: .line 3342
            goto 13
        12: .line 3343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* Num */
            putfield jdk.internal.util.xml.impl.Parser.mChLen:I
        13: .line 3345
      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 3347
      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 3358
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mChIdx:I
            ifgt 2
         1: .line 3359
            aload 0 /* this */
            ldc ""
            invokevirtual jdk.internal.util.xml.impl.Parser.panic:(Ljava/lang/String;)V
         2: .line 3361
      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 3362
            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 3370
            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 3371
            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 3381
            aload 1 /* chain */
            astore 3 /* pair */
        start local 3 // jdk.internal.util.xml.impl.Pair pair
         1: goto 5
         2: .line 3382
      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 3383
            aload 3 /* pair */
            areturn
         4: .line 3381
      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 3386
            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 3398
            aload 0 /* this */
            getfield jdk.internal.util.xml.impl.Parser.mDltd:Ljdk/internal/util/xml/impl/Pair;
            ifnull 4
         1: .line 3399
            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 3400
            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 3401
            goto 5
        end local 2 // jdk.internal.util.xml.impl.Pair pair
         4: .line 3402
      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 3404
      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 3406
            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 3416
            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 3418
            aload 1 /* pair */
            aconst_null
            putfield jdk.internal.util.xml.impl.Pair.name:Ljava/lang/String;
         2: .line 3419
            aload 1 /* pair */
            aconst_null
            putfield jdk.internal.util.xml.impl.Pair.value:Ljava/lang/String;
         3: .line 3420
            aload 1 /* pair */
            aconst_null
            putfield jdk.internal.util.xml.impl.Pair.chars:[C
         4: .line 3421
            aload 1 /* pair */
            aconst_null
            putfield jdk.internal.util.xml.impl.Pair.list:Ljdk/internal/util/xml/impl/Pair;
         5: .line 3422
            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 3423
            aload 0 /* this */
            aload 1 /* pair */
            putfield jdk.internal.util.xml.impl.Parser.mDltd:Ljdk/internal/util/xml/impl/Pair;
         7: .line 3425
            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"