public class org.apache.xerces.impl.XML11EntityScanner extends org.apache.xerces.impl.XMLEntityScanner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xerces.impl.XML11EntityScanner
  super_class: org.apache.xerces.impl.XMLEntityScanner
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
         0: .line 49
            aload 0 /* this */
            invokespecial org.apache.xerces.impl.XMLEntityScanner.<init>:()V
         1: .line 50
            return
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xerces/impl/XML11EntityScanner;

  public int peekChar();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
         0: .line 67
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 2
         1: .line 68
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 1 /* c */
        start local 1 // int c
         3: .line 75
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            invokevirtual org.apache.xerces.impl.XMLEntityManager$ScannedEntity.isExternal:()Z
            ifeq 7
         4: .line 76
            iload 1 /* c */
            bipush 13
            if_icmpeq 5
            iload 1 /* c */
            sipush 133
            if_icmpeq 5
            iload 1 /* c */
            sipush 8232
            if_icmpeq 5
            iload 1 /* c */
            goto 6
      StackMap locals: int
      StackMap stack:
         5: bipush 10
      StackMap locals:
      StackMap stack: int
         6: ireturn
         7: .line 79
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            ireturn
        end local 1 // int c
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/xerces/impl/XML11EntityScanner;
            3    8     1     c  I
    Exceptions:
      throws java.io.IOException

  public int scanChar();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
         0: .line 95
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 2
         1: .line 96
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         2: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 1 /* c */
        start local 1 // int c
         3: .line 101
            iconst_0
            istore 2 /* external */
        start local 2 // boolean external
         4: .line 102
            iload 1 /* c */
            bipush 10
            if_icmpeq 7
         5: .line 103
            iload 1 /* c */
            bipush 13
            if_icmpeq 6
            iload 1 /* c */
            sipush 133
            if_icmpeq 6
            iload 1 /* c */
            sipush 8232
            if_icmpne 17
      StackMap locals: int int
      StackMap stack:
         6: aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            invokevirtual org.apache.xerces.impl.XMLEntityManager$ScannedEntity.isExternal:()Z
            dup
            istore 2 /* external */
            ifeq 17
         7: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
         8: .line 105
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
         9: .line 106
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 12
        10: .line 107
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 1 /* c */
            i2c
            castore
        11: .line 108
            aload 0 /* this */
            iconst_1
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
        12: .line 110
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 13
            if_icmpne 16
            iload 2 /* external */
            ifeq 16
        13: .line 111
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* cc */
        start local 3 // int cc
        14: .line 112
            iload 3 /* cc */
            bipush 10
            if_icmpeq 16
            iload 3 /* cc */
            sipush 133
            if_icmpeq 16
        15: .line 113
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        end local 3 // int cc
        16: .line 116
      StackMap locals:
      StackMap stack:
            bipush 10
            istore 1 /* c */
        17: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        18: .line 121
            iload 1 /* c */
            ireturn
        end local 2 // boolean external
        end local 1 // int c
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lorg/apache/xerces/impl/XML11EntityScanner;
            3   19     1         c  I
            4   19     2  external  Z
           14   16     3        cc  I
    Exceptions:
      throws java.io.IOException

  public java.lang.String scanNmtoken();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
         0: .line 142
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 2
         1: .line 143
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         2: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            istore 1 /* offset */
        start local 1 // int offset
         3: .line 150
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 2 /* ch */
        start local 2 // char ch
         4: .line 151
            iload 2 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11Name:(I)Z
            ifeq 16
         5: .line 152
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 3
         6: .line 153
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 1 /* offset */
            isub
            istore 3 /* length */
        start local 3 // int length
         7: .line 154
            iload 3 /* length */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            arraylength
            if_icmpne 10
         8: .line 156
            aload 0 /* this */
            iload 1 /* offset */
            iload 3 /* length */
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.resizeBuffer:(II)V
         9: .line 157
            goto 13
        10: .line 159
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
        11: .line 160
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 3 /* length */
        12: .line 159
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 162
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* offset */
        14: .line 163
            aload 0 /* this */
            iload 3 /* length */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 3
        15: .line 164
            goto 45
        end local 3 // int length
        16: .line 168
      StackMap locals:
      StackMap stack:
            iload 2 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11NameHighSurrogate:(I)Z
            ifeq 45
        17: .line 169
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 30
        18: .line 170
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 1 /* offset */
            isub
            istore 3 /* length */
        start local 3 // int length
        19: .line 171
            iload 3 /* length */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            arraylength
            if_icmpne 22
        20: .line 173
            aload 0 /* this */
            iload 1 /* offset */
            iload 3 /* length */
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.resizeBuffer:(II)V
        21: .line 174
            goto 25
        22: .line 176
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
        23: .line 177
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 3 /* length */
        24: .line 176
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        25: .line 179
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* offset */
        26: .line 180
            aload 0 /* this */
            iload 3 /* length */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 30
        27: .line 181
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        28: .line 182
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        29: .line 183
            goto 45
        end local 3 // int length
        30: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* ch2 */
        start local 3 // char ch2
        31: .line 187
            iload 3 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.isLowSurrogate:(I)Z
            ifeq 33
        32: .line 188
            iload 2 /* ch */
            iload 3 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.supplemental:(CC)I
            invokestatic org.apache.xerces.util.XML11Char.isXML11Name:(I)Z
            ifne 35
        33: .line 189
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        34: .line 190
            goto 45
        35: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 3
        36: .line 193
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 1 /* offset */
            isub
            istore 4 /* length */
        start local 4 // int length
        37: .line 194
            iload 4 /* length */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            arraylength
            if_icmpne 40
        38: .line 196
            aload 0 /* this */
            iload 1 /* offset */
            iload 4 /* length */
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.resizeBuffer:(II)V
        39: .line 197
            goto 43
        40: .line 199
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
        41: .line 200
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 4 /* length */
        42: .line 199
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        43: .line 202
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* offset */
        44: .line 203
            aload 0 /* this */
            iload 4 /* length */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 3
        end local 4 // int length
        end local 3 // char ch2
        end local 2 // char ch
        45: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 1 /* offset */
            isub
            istore 2 /* length */
        start local 2 // int length
        46: .line 215
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iload 2 /* length */
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        47: .line 218
            aconst_null
            astore 3 /* symbol */
        start local 3 // java.lang.String symbol
        48: .line 219
            iload 2 /* length */
            ifle 50
        49: .line 220
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fSymbolTable:Lorg/apache/xerces/util/SymbolTable;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
            iload 2 /* length */
            invokevirtual org.apache.xerces.util.SymbolTable.addSymbol:([CII)Ljava/lang/String;
            astore 3 /* symbol */
        50: .line 222
      StackMap locals: int java.lang.String
      StackMap stack:
            aload 3 /* symbol */
            areturn
        end local 3 // java.lang.String symbol
        end local 2 // int length
        end local 1 // int offset
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   51     0    this  Lorg/apache/xerces/impl/XML11EntityScanner;
            3   51     1  offset  I
            4   45     2      ch  C
            7   16     3  length  I
           19   30     3  length  I
           31   45     3     ch2  C
           37   45     4  length  I
           46   51     2  length  I
           48   51     3  symbol  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException

  public java.lang.String scanName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
         0: .line 244
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 2
         1: .line 245
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         2: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            istore 1 /* offset */
        start local 1 // int offset
         3: .line 250
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
            caload
            istore 2 /* ch */
        start local 2 // char ch
         4: .line 252
            iload 2 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11NameStart:(I)Z
            ifeq 12
         5: .line 253
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 34
         6: .line 254
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 2 /* ch */
            castore
         7: .line 255
            iconst_0
            istore 1 /* offset */
         8: .line 256
            aload 0 /* this */
            iconst_1
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 34
         9: .line 257
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        10: .line 258
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fSymbolTable:Lorg/apache/xerces/util/SymbolTable;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.util.SymbolTable.addSymbol:([CII)Ljava/lang/String;
            astore 3 /* symbol */
        start local 3 // java.lang.String symbol
        11: .line 259
            aload 3 /* symbol */
            areturn
        end local 3 // java.lang.String symbol
        12: .line 263
      StackMap locals: int int
      StackMap stack:
            iload 2 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11NameHighSurrogate:(I)Z
            ifeq 33
        13: .line 264
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 20
        14: .line 265
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 2 /* ch */
            castore
        15: .line 266
            iconst_0
            istore 1 /* offset */
        16: .line 267
            aload 0 /* this */
            iconst_1
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 20
        17: .line 268
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        18: .line 269
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        19: .line 270
            aconst_null
            areturn
        20: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* ch2 */
        start local 3 // char ch2
        21: .line 274
            iload 3 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.isLowSurrogate:(I)Z
            ifeq 23
        22: .line 275
            iload 2 /* ch */
            iload 3 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.supplemental:(CC)I
            invokestatic org.apache.xerces.util.XML11Char.isXML11NameStart:(I)Z
            ifne 25
        23: .line 276
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        24: .line 277
            aconst_null
            areturn
        25: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 34
        26: .line 280
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 2 /* ch */
            castore
        27: .line 281
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_1
            iload 3 /* ch2 */
            castore
        28: .line 282
            iconst_0
            istore 1 /* offset */
        29: .line 283
            aload 0 /* this */
            iconst_2
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 34
        30: .line 284
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iconst_2
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        31: .line 285
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fSymbolTable:Lorg/apache/xerces/util/SymbolTable;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iconst_2
            invokevirtual org.apache.xerces.util.SymbolTable.addSymbol:([CII)Ljava/lang/String;
            astore 4 /* symbol */
        start local 4 // java.lang.String symbol
        32: .line 286
            aload 4 /* symbol */
            areturn
        end local 4 // java.lang.String symbol
        end local 3 // char ch2
        33: .line 291
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        34: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 2 /* ch */
        35: .line 296
            iload 2 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11Name:(I)Z
            ifeq 47
        36: .line 297
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 34
        37: .line 298
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 1 /* offset */
            isub
            istore 3 /* length */
        start local 3 // int length
        38: .line 299
            iload 3 /* length */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            arraylength
            if_icmpne 41
        39: .line 301
            aload 0 /* this */
            iload 1 /* offset */
            iload 3 /* length */
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.resizeBuffer:(II)V
        40: .line 302
            goto 44
        41: .line 304
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
        42: .line 305
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 3 /* length */
        43: .line 304
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        44: .line 307
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* offset */
        45: .line 308
            aload 0 /* this */
            iload 3 /* length */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 34
        46: .line 309
            goto 76
        end local 3 // int length
        47: .line 313
      StackMap locals:
      StackMap stack:
            iload 2 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11NameHighSurrogate:(I)Z
            ifeq 76
        48: .line 314
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 61
        49: .line 315
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 1 /* offset */
            isub
            istore 3 /* length */
        start local 3 // int length
        50: .line 316
            iload 3 /* length */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            arraylength
            if_icmpne 53
        51: .line 318
            aload 0 /* this */
            iload 1 /* offset */
            iload 3 /* length */
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.resizeBuffer:(II)V
        52: .line 319
            goto 56
        53: .line 321
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
        54: .line 322
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 3 /* length */
        55: .line 321
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        56: .line 324
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* offset */
        57: .line 325
            aload 0 /* this */
            iload 3 /* length */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 61
        58: .line 326
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        59: .line 327
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        60: .line 328
            goto 76
        end local 3 // int length
        61: .line 331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* ch2 */
        start local 3 // char ch2
        62: .line 332
            iload 3 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.isLowSurrogate:(I)Z
            ifeq 64
        63: .line 333
            iload 2 /* ch */
            iload 3 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.supplemental:(CC)I
            invokestatic org.apache.xerces.util.XML11Char.isXML11Name:(I)Z
            ifne 66
        64: .line 334
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        65: .line 335
            goto 76
        66: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 34
        67: .line 338
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 1 /* offset */
            isub
            istore 4 /* length */
        start local 4 // int length
        68: .line 339
            iload 4 /* length */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            arraylength
            if_icmpne 71
        69: .line 341
            aload 0 /* this */
            iload 1 /* offset */
            iload 4 /* length */
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.resizeBuffer:(II)V
        70: .line 342
            goto 74
        71: .line 344
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
        72: .line 345
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 4 /* length */
        73: .line 344
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        74: .line 347
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* offset */
        75: .line 348
            aload 0 /* this */
            iload 4 /* length */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 34
        end local 4 // int length
        end local 3 // char ch2
        76: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 1 /* offset */
            isub
            istore 3 /* length */
        start local 3 // int length
        77: .line 360
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iload 3 /* length */
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        78: .line 363
            aconst_null
            astore 4 /* symbol */
        start local 4 // java.lang.String symbol
        79: .line 364
            iload 3 /* length */
            ifle 81
        80: .line 365
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fSymbolTable:Lorg/apache/xerces/util/SymbolTable;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
            iload 3 /* length */
            invokevirtual org.apache.xerces.util.SymbolTable.addSymbol:([CII)Ljava/lang/String;
            astore 4 /* symbol */
        81: .line 367
      StackMap locals: int java.lang.String
      StackMap stack:
            aload 4 /* symbol */
            areturn
        end local 4 // java.lang.String symbol
        end local 3 // int length
        end local 2 // char ch
        end local 1 // int offset
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   82     0    this  Lorg/apache/xerces/impl/XML11EntityScanner;
            3   82     1  offset  I
            4   82     2      ch  C
           11   12     3  symbol  Ljava/lang/String;
           21   33     3     ch2  C
           32   33     4  symbol  Ljava/lang/String;
           38   47     3  length  I
           50   61     3  length  I
           62   76     3     ch2  C
           68   76     4  length  I
           77   82     3  length  I
           79   82     4  symbol  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException

  public java.lang.String scanNCName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
         0: .line 390
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 2
         1: .line 391
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         2: .line 395
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            istore 1 /* offset */
        start local 1 // int offset
         3: .line 396
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
            caload
            istore 2 /* ch */
        start local 2 // char ch
         4: .line 398
            iload 2 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11NCNameStart:(I)Z
            ifeq 12
         5: .line 399
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 34
         6: .line 400
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 2 /* ch */
            castore
         7: .line 401
            iconst_0
            istore 1 /* offset */
         8: .line 402
            aload 0 /* this */
            iconst_1
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 34
         9: .line 403
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        10: .line 404
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fSymbolTable:Lorg/apache/xerces/util/SymbolTable;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.util.SymbolTable.addSymbol:([CII)Ljava/lang/String;
            astore 3 /* symbol */
        start local 3 // java.lang.String symbol
        11: .line 405
            aload 3 /* symbol */
            areturn
        end local 3 // java.lang.String symbol
        12: .line 409
      StackMap locals: int int
      StackMap stack:
            iload 2 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11NameHighSurrogate:(I)Z
            ifeq 33
        13: .line 410
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 20
        14: .line 411
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 2 /* ch */
            castore
        15: .line 412
            iconst_0
            istore 1 /* offset */
        16: .line 413
            aload 0 /* this */
            iconst_1
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 20
        17: .line 414
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        18: .line 415
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        19: .line 416
            aconst_null
            areturn
        20: .line 419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* ch2 */
        start local 3 // char ch2
        21: .line 420
            iload 3 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.isLowSurrogate:(I)Z
            ifeq 23
        22: .line 421
            iload 2 /* ch */
            iload 3 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.supplemental:(CC)I
            invokestatic org.apache.xerces.util.XML11Char.isXML11NCNameStart:(I)Z
            ifne 25
        23: .line 422
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        24: .line 423
            aconst_null
            areturn
        25: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 34
        26: .line 426
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 2 /* ch */
            castore
        27: .line 427
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_1
            iload 3 /* ch2 */
            castore
        28: .line 428
            iconst_0
            istore 1 /* offset */
        29: .line 429
            aload 0 /* this */
            iconst_2
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 34
        30: .line 430
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iconst_2
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        31: .line 431
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fSymbolTable:Lorg/apache/xerces/util/SymbolTable;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iconst_2
            invokevirtual org.apache.xerces.util.SymbolTable.addSymbol:([CII)Ljava/lang/String;
            astore 4 /* symbol */
        start local 4 // java.lang.String symbol
        32: .line 432
            aload 4 /* symbol */
            areturn
        end local 4 // java.lang.String symbol
        end local 3 // char ch2
        33: .line 437
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        34: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 2 /* ch */
        35: .line 442
            iload 2 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11NCName:(I)Z
            ifeq 47
        36: .line 443
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 34
        37: .line 444
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 1 /* offset */
            isub
            istore 3 /* length */
        start local 3 // int length
        38: .line 445
            iload 3 /* length */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            arraylength
            if_icmpne 41
        39: .line 447
            aload 0 /* this */
            iload 1 /* offset */
            iload 3 /* length */
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.resizeBuffer:(II)V
        40: .line 448
            goto 44
        41: .line 450
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
        42: .line 451
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 3 /* length */
        43: .line 450
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        44: .line 453
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* offset */
        45: .line 454
            aload 0 /* this */
            iload 3 /* length */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 34
        46: .line 455
            goto 76
        end local 3 // int length
        47: .line 459
      StackMap locals:
      StackMap stack:
            iload 2 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11NameHighSurrogate:(I)Z
            ifeq 76
        48: .line 460
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 61
        49: .line 461
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 1 /* offset */
            isub
            istore 3 /* length */
        start local 3 // int length
        50: .line 462
            iload 3 /* length */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            arraylength
            if_icmpne 53
        51: .line 464
            aload 0 /* this */
            iload 1 /* offset */
            iload 3 /* length */
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.resizeBuffer:(II)V
        52: .line 465
            goto 56
        53: .line 467
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
        54: .line 468
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 3 /* length */
        55: .line 467
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        56: .line 470
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* offset */
        57: .line 471
            aload 0 /* this */
            iload 3 /* length */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 61
        58: .line 472
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        59: .line 473
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        60: .line 474
            goto 76
        end local 3 // int length
        61: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* ch2 */
        start local 3 // char ch2
        62: .line 478
            iload 3 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.isLowSurrogate:(I)Z
            ifeq 64
        63: .line 479
            iload 2 /* ch */
            iload 3 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.supplemental:(CC)I
            invokestatic org.apache.xerces.util.XML11Char.isXML11NCName:(I)Z
            ifne 66
        64: .line 480
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        65: .line 481
            goto 76
        66: .line 483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 34
        67: .line 484
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 1 /* offset */
            isub
            istore 4 /* length */
        start local 4 // int length
        68: .line 485
            iload 4 /* length */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            arraylength
            if_icmpne 71
        69: .line 487
            aload 0 /* this */
            iload 1 /* offset */
            iload 4 /* length */
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.resizeBuffer:(II)V
        70: .line 488
            goto 74
        71: .line 490
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
        72: .line 491
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 4 /* length */
        73: .line 490
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        74: .line 493
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* offset */
        75: .line 494
            aload 0 /* this */
            iload 4 /* length */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 34
        end local 4 // int length
        end local 3 // char ch2
        76: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 1 /* offset */
            isub
            istore 3 /* length */
        start local 3 // int length
        77: .line 506
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iload 3 /* length */
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        78: .line 509
            aconst_null
            astore 4 /* symbol */
        start local 4 // java.lang.String symbol
        79: .line 510
            iload 3 /* length */
            ifle 81
        80: .line 511
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fSymbolTable:Lorg/apache/xerces/util/SymbolTable;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 1 /* offset */
            iload 3 /* length */
            invokevirtual org.apache.xerces.util.SymbolTable.addSymbol:([CII)Ljava/lang/String;
            astore 4 /* symbol */
        81: .line 513
      StackMap locals: int java.lang.String
      StackMap stack:
            aload 4 /* symbol */
            areturn
        end local 4 // java.lang.String symbol
        end local 3 // int length
        end local 2 // char ch
        end local 1 // int offset
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   82     0    this  Lorg/apache/xerces/impl/XML11EntityScanner;
            3   82     1  offset  I
            4   82     2      ch  C
           11   12     3  symbol  Ljava/lang/String;
           21   33     3     ch2  C
           32   33     4  symbol  Ljava/lang/String;
           38   47     3  length  I
           50   61     3  length  I
           62   76     3     ch2  C
           68   76     4  length  I
           77   82     3  length  I
           79   82     4  symbol  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException

  public boolean scanQName(org.apache.xerces.xni.QName);
    descriptor: (Lorg/apache/xerces/xni/QName;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=2
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
        start local 1 // org.apache.xerces.xni.QName qname
         0: .line 542
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 2
         1: .line 543
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         2: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            istore 2 /* offset */
        start local 2 // int offset
         3: .line 548
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 2 /* offset */
            caload
            istore 3 /* ch */
        start local 3 // char ch
         4: .line 550
            iload 3 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11NCNameStart:(I)Z
            ifeq 13
         5: .line 551
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 36
         6: .line 552
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 3 /* ch */
            castore
         7: .line 553
            iconst_0
            istore 2 /* offset */
         8: .line 554
            aload 0 /* this */
            iconst_1
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 36
         9: .line 555
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        10: .line 556
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fSymbolTable:Lorg/apache/xerces/util/SymbolTable;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.util.SymbolTable.addSymbol:([CII)Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
        11: .line 557
            aload 1 /* qname */
            aconst_null
            aload 4 /* name */
            aload 4 /* name */
            aconst_null
            invokevirtual org.apache.xerces.xni.QName.setValues:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        12: .line 558
            iconst_1
            ireturn
        end local 4 // java.lang.String name
        13: .line 562
      StackMap locals: int int
      StackMap stack:
            iload 3 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11NameHighSurrogate:(I)Z
            ifeq 35
        14: .line 563
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 21
        15: .line 564
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 3 /* ch */
            castore
        16: .line 565
            iconst_0
            istore 2 /* offset */
        17: .line 566
            aload 0 /* this */
            iconst_1
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 21
        18: .line 567
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        19: .line 568
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        20: .line 569
            iconst_0
            ireturn
        21: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 4 /* ch2 */
        start local 4 // char ch2
        22: .line 573
            iload 4 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.isLowSurrogate:(I)Z
            ifeq 24
        23: .line 574
            iload 3 /* ch */
            iload 4 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.supplemental:(CC)I
            invokestatic org.apache.xerces.util.XML11Char.isXML11NCNameStart:(I)Z
            ifne 26
        24: .line 575
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        25: .line 576
            iconst_0
            ireturn
        26: .line 578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 36
        27: .line 579
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 3 /* ch */
            castore
        28: .line 580
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_1
            iload 4 /* ch2 */
            castore
        29: .line 581
            iconst_0
            istore 2 /* offset */
        30: .line 582
            aload 0 /* this */
            iconst_2
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 36
        31: .line 583
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iconst_2
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        32: .line 584
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fSymbolTable:Lorg/apache/xerces/util/SymbolTable;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iconst_2
            invokevirtual org.apache.xerces.util.SymbolTable.addSymbol:([CII)Ljava/lang/String;
            astore 5 /* name */
        start local 5 // java.lang.String name
        33: .line 585
            aload 1 /* qname */
            aconst_null
            aload 5 /* name */
            aload 5 /* name */
            aconst_null
            invokevirtual org.apache.xerces.xni.QName.setValues:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        34: .line 586
            iconst_1
            ireturn
        end local 5 // java.lang.String name
        end local 4 // char ch2
        35: .line 591
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        36: .line 594
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 4 /* index */
        start local 4 // int index
        37: .line 595
            iconst_0
            istore 5 /* sawIncompleteSurrogatePair */
        start local 5 // boolean sawIncompleteSurrogatePair
        38: .line 597
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* ch */
        39: .line 598
            iload 3 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11Name:(I)Z
            ifeq 57
        40: .line 599
            iload 3 /* ch */
            bipush 58
            if_icmpne 44
        41: .line 600
            iload 4 /* index */
            iconst_m1
            if_icmpeq 43
        42: .line 601
            goto 92
        43: .line 603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            istore 4 /* index */
        44: .line 605
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 38
        45: .line 606
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 2 /* offset */
            isub
            istore 6 /* length */
        start local 6 // int length
        46: .line 607
            iload 6 /* length */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            arraylength
            if_icmpne 49
        47: .line 609
            aload 0 /* this */
            iload 2 /* offset */
            iload 6 /* length */
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.resizeBuffer:(II)V
        48: .line 610
            goto 52
        49: .line 612
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 2 /* offset */
        50: .line 613
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 6 /* length */
        51: .line 612
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        52: .line 615
      StackMap locals:
      StackMap stack:
            iload 4 /* index */
            iconst_m1
            if_icmpeq 54
        53: .line 616
            iload 4 /* index */
            iload 2 /* offset */
            isub
            istore 4 /* index */
        54: .line 618
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* offset */
        55: .line 619
            aload 0 /* this */
            iload 6 /* length */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 38
        56: .line 620
            goto 92
        end local 6 // int length
        57: .line 624
      StackMap locals:
      StackMap stack:
            iload 3 /* ch */
            invokestatic org.apache.xerces.util.XML11Char.isXML11NameHighSurrogate:(I)Z
            ifeq 92
        58: .line 625
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 74
        59: .line 626
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 2 /* offset */
            isub
            istore 6 /* length */
        start local 6 // int length
        60: .line 627
            iload 6 /* length */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            arraylength
            if_icmpne 63
        61: .line 629
            aload 0 /* this */
            iload 2 /* offset */
            iload 6 /* length */
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.resizeBuffer:(II)V
        62: .line 630
            goto 66
        63: .line 632
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 2 /* offset */
        64: .line 633
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 6 /* length */
        65: .line 632
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        66: .line 635
      StackMap locals:
      StackMap stack:
            iload 4 /* index */
            iconst_m1
            if_icmpeq 68
        67: .line 636
            iload 4 /* index */
            iload 2 /* offset */
            isub
            istore 4 /* index */
        68: .line 638
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* offset */
        69: .line 639
            aload 0 /* this */
            iload 6 /* length */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 74
        70: .line 640
            iconst_1
            istore 5 /* sawIncompleteSurrogatePair */
        71: .line 641
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        72: .line 642
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        73: .line 643
            goto 92
        end local 6 // int length
        74: .line 646
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 6 /* ch2 */
        start local 6 // char ch2
        75: .line 647
            iload 6 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.isLowSurrogate:(I)Z
            ifeq 77
        76: .line 648
            iload 3 /* ch */
            iload 6 /* ch2 */
            invokestatic org.apache.xerces.util.XMLChar.supplemental:(CC)I
            invokestatic org.apache.xerces.util.XML11Char.isXML11Name:(I)Z
            ifne 80
        77: .line 649
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 5 /* sawIncompleteSurrogatePair */
        78: .line 650
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        79: .line 651
            goto 92
        80: .line 653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 38
        81: .line 654
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 2 /* offset */
            isub
            istore 7 /* length */
        start local 7 // int length
        82: .line 655
            iload 7 /* length */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            arraylength
            if_icmpne 85
        83: .line 657
            aload 0 /* this */
            iload 2 /* offset */
            iload 7 /* length */
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.resizeBuffer:(II)V
        84: .line 658
            goto 88
        85: .line 660
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 2 /* offset */
        86: .line 661
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 7 /* length */
        87: .line 660
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        88: .line 663
      StackMap locals:
      StackMap stack:
            iload 4 /* index */
            iconst_m1
            if_icmpeq 90
        89: .line 664
            iload 4 /* index */
            iload 2 /* offset */
            isub
            istore 4 /* index */
        90: .line 666
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* offset */
        91: .line 667
            aload 0 /* this */
            iload 7 /* length */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 38
        end local 7 // int length
        end local 6 // char ch2
        92: .line 678
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 2 /* offset */
            isub
            istore 6 /* length */
        start local 6 // int length
        93: .line 679
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iload 6 /* length */
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        94: .line 681
            iload 6 /* length */
            ifle 122
        95: .line 682
            aconst_null
            astore 7 /* prefix */
        start local 7 // java.lang.String prefix
        96: .line 683
            aconst_null
            astore 8 /* localpart */
        start local 8 // java.lang.String localpart
        97: .line 684
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fSymbolTable:Lorg/apache/xerces/util/SymbolTable;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
        98: .line 685
            iload 2 /* offset */
            iload 6 /* length */
        99: .line 684
            invokevirtual org.apache.xerces.util.SymbolTable.addSymbol:([CII)Ljava/lang/String;
            astore 9 /* rawname */
        start local 9 // java.lang.String rawname
       100: .line 686
            iload 4 /* index */
            iconst_m1
            if_icmpeq 119
       101: .line 687
            iload 4 /* index */
            iload 2 /* offset */
            isub
            istore 10 /* prefixLength */
        start local 10 // int prefixLength
       102: .line 688
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fSymbolTable:Lorg/apache/xerces/util/SymbolTable;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
       103: .line 689
            iload 2 /* offset */
            iload 10 /* prefixLength */
       104: .line 688
            invokevirtual org.apache.xerces.util.SymbolTable.addSymbol:([CII)Ljava/lang/String;
            astore 7 /* prefix */
       105: .line 690
            iload 6 /* length */
            iload 10 /* prefixLength */
            isub
            iconst_1
            isub
            istore 11 /* len */
        start local 11 // int len
       106: .line 691
            iload 4 /* index */
            iconst_1
            iadd
            istore 12 /* startLocal */
        start local 12 // int startLocal
       107: .line 692
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 12 /* startLocal */
            caload
            invokestatic org.apache.xerces.util.XML11Char.isXML11NCNameStart:(I)Z
            ifne 115
       108: .line 693
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 12 /* startLocal */
            caload
            invokestatic org.apache.xerces.util.XML11Char.isXML11NameHighSurrogate:(I)Z
            ifeq 110
       109: .line 694
            iload 5 /* sawIncompleteSurrogatePair */
            ifeq 115
       110: .line 695
      StackMap locals: org.apache.xerces.impl.XML11EntityScanner org.apache.xerces.xni.QName int int int int int java.lang.String java.lang.String java.lang.String int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fErrorReporter:Lorg/apache/xerces/impl/XMLErrorReporter;
            ldc "http://www.w3.org/TR/1998/REC-xml-19980210"
       111: .line 696
            ldc "IllegalQName"
       112: .line 697
            aconst_null
       113: .line 698
            iconst_2
       114: .line 695
            invokevirtual org.apache.xerces.impl.XMLErrorReporter.reportError:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;S)Ljava/lang/String;
            pop
       115: .line 700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fSymbolTable:Lorg/apache/xerces/util/SymbolTable;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
       116: .line 701
            iload 4 /* index */
            iconst_1
            iadd
            iload 11 /* len */
       117: .line 700
            invokevirtual org.apache.xerces.util.SymbolTable.addSymbol:([CII)Ljava/lang/String;
            astore 8 /* localpart */
        end local 12 // int startLocal
        end local 11 // int len
        end local 10 // int prefixLength
       118: .line 703
            goto 120
       119: .line 705
      StackMap locals:
      StackMap stack:
            aload 9 /* rawname */
            astore 8 /* localpart */
       120: .line 707
      StackMap locals:
      StackMap stack:
            aload 1 /* qname */
            aload 7 /* prefix */
            aload 8 /* localpart */
            aload 9 /* rawname */
            aconst_null
            invokevirtual org.apache.xerces.xni.QName.setValues:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       121: .line 708
            iconst_1
            ireturn
        end local 9 // java.lang.String rawname
        end local 8 // java.lang.String localpart
        end local 7 // java.lang.String prefix
       122: .line 710
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 6 // int length
        end local 5 // boolean sawIncompleteSurrogatePair
        end local 4 // int index
        end local 3 // char ch
        end local 2 // int offset
        end local 1 // org.apache.xerces.xni.QName qname
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0  123     0                        this  Lorg/apache/xerces/impl/XML11EntityScanner;
            0  123     1                       qname  Lorg/apache/xerces/xni/QName;
            3  123     2                      offset  I
            4  123     3                          ch  C
           11   13     4                        name  Ljava/lang/String;
           22   35     4                         ch2  C
           33   35     5                        name  Ljava/lang/String;
           37  123     4                       index  I
           38  123     5  sawIncompleteSurrogatePair  Z
           46   57     6                      length  I
           60   74     6                      length  I
           75   92     6                         ch2  C
           82   92     7                      length  I
           93  123     6                      length  I
           96  122     7                      prefix  Ljava/lang/String;
           97  122     8                   localpart  Ljava/lang/String;
          100  122     9                     rawname  Ljava/lang/String;
          102  118    10                prefixLength  I
          106  118    11                         len  I
          107  118    12                  startLocal  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      qname  

  public int scanContent(org.apache.xerces.xni.XMLString);
    descriptor: (Lorg/apache/xerces/xni/XMLString;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
        start local 1 // org.apache.xerces.xni.XMLString content
         0: .line 743
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 3
         1: .line 744
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         2: .line 745
            goto 8
         3: .line 746
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iconst_1
            isub
            if_icmpne 8
         4: .line 747
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iconst_1
            isub
            caload
            castore
         5: .line 748
            aload 0 /* this */
            iconst_1
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         6: .line 749
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_0
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
         7: .line 750
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_0
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
         8: .line 754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            istore 2 /* offset */
        start local 2 // int offset
         9: .line 755
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 2 /* offset */
            caload
            istore 3 /* c */
        start local 3 // int c
        10: .line 756
            iconst_0
            istore 4 /* newlines */
        start local 4 // int newlines
        11: .line 757
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            invokevirtual org.apache.xerces.impl.XMLEntityManager$ScannedEntity.isExternal:()Z
            istore 5 /* external */
        start local 5 // boolean external
        12: .line 758
            iload 3 /* c */
            bipush 10
            if_icmpeq 14
            iload 3 /* c */
            bipush 13
            if_icmpeq 13
            iload 3 /* c */
            sipush 133
            if_icmpeq 13
            iload 3 /* c */
            sipush 8232
            if_icmpne 58
      StackMap locals: org.apache.xerces.impl.XML11EntityScanner org.apache.xerces.xni.XMLString int int int int
      StackMap stack:
        13: iload 5 /* external */
            ifeq 58
        14: .line 760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* c */
        15: .line 761
            iload 3 /* c */
            bipush 13
            if_icmpne 33
            iload 5 /* external */
            ifeq 33
        16: .line 762
            iinc 4 /* newlines */ 1
        17: .line 763
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
        18: .line 764
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        19: .line 765
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 26
        20: .line 766
            iconst_0
            istore 2 /* offset */
        21: .line 767
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            isub
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
        22: .line 768
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 4 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        23: .line 769
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 4 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        24: .line 770
            aload 0 /* this */
            iload 4 /* newlines */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 26
        25: .line 771
            goto 49
        26: .line 774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 6 /* cc */
        start local 6 // int cc
        27: .line 775
            iload 6 /* cc */
            bipush 10
            if_icmpeq 28
            iload 6 /* cc */
            sipush 133
            if_icmpne 31
        28: .line 776
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        29: .line 777
            iinc 2 /* offset */ 1
        30: .line 778
            goto 47
        31: .line 781
      StackMap locals:
      StackMap stack:
            iinc 4 /* newlines */ 1
        end local 6 // int cc
        32: .line 783
            goto 47
        33: .line 784
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            bipush 10
            if_icmpeq 35
            iload 3 /* c */
            sipush 133
            if_icmpeq 34
            iload 3 /* c */
            sipush 8232
            if_icmpne 45
      StackMap locals:
      StackMap stack:
        34: iload 5 /* external */
            ifeq 45
        35: .line 785
      StackMap locals:
      StackMap stack:
            iinc 4 /* newlines */ 1
        36: .line 786
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
        37: .line 787
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        38: .line 788
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 47
        39: .line 789
            iconst_0
            istore 2 /* offset */
        40: .line 790
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            isub
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
        41: .line 791
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 4 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        42: .line 792
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 4 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        43: .line 793
            aload 0 /* this */
            iload 4 /* newlines */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 47
        44: .line 794
            goto 49
        45: .line 799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        46: .line 800
            goto 49
        47: .line 802
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iconst_1
            isub
        48: .line 759
            if_icmplt 14
        49: .line 803
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            istore 6 /* i */
        start local 6 // int i
        50: goto 53
        51: .line 804
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 6 /* i */
            bipush 10
            castore
        52: .line 803
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        53: iload 6 /* i */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            if_icmplt 51
        end local 6 // int i
        54: .line 806
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 2 /* offset */
            isub
            istore 6 /* length */
        start local 6 // int length
        55: .line 807
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iconst_1
            isub
            if_icmpne 58
        56: .line 808
            aload 1 /* content */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 2 /* offset */
            iload 6 /* length */
            invokevirtual org.apache.xerces.xni.XMLString.setValues:([CII)V
        57: .line 809
            iconst_m1
            ireturn
        end local 6 // int length
        58: .line 814
      StackMap locals:
      StackMap stack:
            iload 5 /* external */
            ifeq 70
        59: .line 815
            goto 64
        60: .line 816
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* c */
        61: .line 817
            iload 3 /* c */
            invokestatic org.apache.xerces.util.XML11Char.isXML11Content:(I)Z
            ifeq 62
            iload 3 /* c */
            sipush 133
            if_icmpeq 62
            iload 3 /* c */
            sipush 8232
            if_icmpne 64
        62: .line 818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        63: .line 819
            goto 71
        64: .line 815
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmplt 60
        65: .line 822
            goto 71
        66: .line 825
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* c */
        67: .line 827
            iload 3 /* c */
            invokestatic org.apache.xerces.util.XML11Char.isXML11InternalEntityContent:(I)Z
            ifne 70
        68: .line 828
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        69: .line 829
            goto 71
        70: .line 824
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmplt 66
        71: .line 833
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 2 /* offset */
            isub
            istore 6 /* length */
        start local 6 // int length
        72: .line 834
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iload 6 /* length */
            iload 4 /* newlines */
            isub
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        73: .line 835
            aload 1 /* content */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 2 /* offset */
            iload 6 /* length */
            invokevirtual org.apache.xerces.xni.XMLString.setValues:([CII)V
        74: .line 838
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpeq 80
        75: .line 839
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* c */
        76: .line 842
            iload 3 /* c */
            bipush 13
            if_icmpeq 77
            iload 3 /* c */
            sipush 133
            if_icmpeq 77
            iload 3 /* c */
            sipush 8232
            if_icmpne 81
      StackMap locals: int
      StackMap stack:
        77: iload 5 /* external */
            ifeq 81
        78: .line 843
            bipush 10
            istore 3 /* c */
        79: .line 845
            goto 81
        80: .line 847
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 3 /* c */
        81: .line 849
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            ireturn
        end local 6 // int length
        end local 5 // boolean external
        end local 4 // int newlines
        end local 3 // int c
        end local 2 // int offset
        end local 1 // org.apache.xerces.xni.XMLString content
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   82     0      this  Lorg/apache/xerces/impl/XML11EntityScanner;
            0   82     1   content  Lorg/apache/xerces/xni/XMLString;
            9   82     2    offset  I
           10   82     3         c  I
           11   82     4  newlines  I
           12   82     5  external  Z
           27   32     6        cc  I
           50   54     6         i  I
           55   58     6    length  I
           72   82     6    length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      content  

  public int scanLiteral(int, org.apache.xerces.xni.XMLString);
    descriptor: (ILorg/apache/xerces/xni/XMLString;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
        start local 1 // int quote
        start local 2 // org.apache.xerces.xni.XMLString content
         0: .line 885
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 3
         1: .line 886
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         2: .line 887
            goto 8
         3: .line 888
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iconst_1
            isub
            if_icmpne 8
         4: .line 889
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iconst_1
            isub
            caload
            castore
         5: .line 890
            aload 0 /* this */
            iconst_1
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         6: .line 891
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_0
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
         7: .line 892
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_0
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
         8: .line 896
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            istore 3 /* offset */
        start local 3 // int offset
         9: .line 897
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 3 /* offset */
            caload
            istore 4 /* c */
        start local 4 // int c
        10: .line 898
            iconst_0
            istore 5 /* newlines */
        start local 5 // int newlines
        11: .line 899
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            invokevirtual org.apache.xerces.impl.XMLEntityManager$ScannedEntity.isExternal:()Z
            istore 6 /* external */
        start local 6 // boolean external
        12: .line 900
            iload 4 /* c */
            bipush 10
            if_icmpeq 14
            iload 4 /* c */
            bipush 13
            if_icmpeq 13
            iload 4 /* c */
            sipush 133
            if_icmpeq 13
            iload 4 /* c */
            sipush 8232
            if_icmpne 58
      StackMap locals: org.apache.xerces.impl.XML11EntityScanner int org.apache.xerces.xni.XMLString int int int int
      StackMap stack:
        13: iload 6 /* external */
            ifeq 58
        14: .line 902
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 4 /* c */
        15: .line 903
            iload 4 /* c */
            bipush 13
            if_icmpne 33
            iload 6 /* external */
            ifeq 33
        16: .line 904
            iinc 5 /* newlines */ 1
        17: .line 905
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
        18: .line 906
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        19: .line 907
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 26
        20: .line 908
            iconst_0
            istore 3 /* offset */
        21: .line 909
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            isub
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
        22: .line 910
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 5 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        23: .line 911
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 5 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        24: .line 912
            aload 0 /* this */
            iload 5 /* newlines */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 26
        25: .line 913
            goto 49
        26: .line 916
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 7 /* cc */
        start local 7 // int cc
        27: .line 917
            iload 7 /* cc */
            bipush 10
            if_icmpeq 28
            iload 7 /* cc */
            sipush 133
            if_icmpne 31
        28: .line 918
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        29: .line 919
            iinc 3 /* offset */ 1
        30: .line 920
            goto 47
        31: .line 923
      StackMap locals:
      StackMap stack:
            iinc 5 /* newlines */ 1
        end local 7 // int cc
        32: .line 925
            goto 47
        33: .line 926
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            bipush 10
            if_icmpeq 35
            iload 4 /* c */
            sipush 133
            if_icmpeq 34
            iload 4 /* c */
            sipush 8232
            if_icmpne 45
      StackMap locals:
      StackMap stack:
        34: iload 6 /* external */
            ifeq 45
        35: .line 927
      StackMap locals:
      StackMap stack:
            iinc 5 /* newlines */ 1
        36: .line 928
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
        37: .line 929
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        38: .line 930
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 47
        39: .line 931
            iconst_0
            istore 3 /* offset */
        40: .line 932
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            isub
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
        41: .line 933
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 5 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        42: .line 934
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 5 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        43: .line 935
            aload 0 /* this */
            iload 5 /* newlines */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 47
        44: .line 936
            goto 49
        45: .line 941
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        46: .line 942
            goto 49
        47: .line 944
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iconst_1
            isub
        48: .line 901
            if_icmplt 14
        49: .line 945
      StackMap locals:
      StackMap stack:
            iload 3 /* offset */
            istore 7 /* i */
        start local 7 // int i
        50: goto 53
        51: .line 946
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 7 /* i */
            bipush 10
            castore
        52: .line 945
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        53: iload 7 /* i */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            if_icmplt 51
        end local 7 // int i
        54: .line 948
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 3 /* offset */
            isub
            istore 7 /* length */
        start local 7 // int length
        55: .line 949
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iconst_1
            isub
            if_icmpne 58
        56: .line 950
            aload 2 /* content */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 3 /* offset */
            iload 7 /* length */
            invokevirtual org.apache.xerces.xni.XMLString.setValues:([CII)V
        57: .line 951
            iconst_m1
            ireturn
        end local 7 // int length
        58: .line 956
      StackMap locals:
      StackMap stack:
            iload 6 /* external */
            ifeq 72
        59: .line 957
            goto 65
        60: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 4 /* c */
        61: .line 959
            iload 4 /* c */
            iload 1 /* quote */
            if_icmpeq 63
            iload 4 /* c */
            bipush 37
            if_icmpeq 63
            iload 4 /* c */
            invokestatic org.apache.xerces.util.XML11Char.isXML11Content:(I)Z
            ifeq 63
        62: .line 960
            iload 4 /* c */
            sipush 133
            if_icmpeq 63
            iload 4 /* c */
            sipush 8232
            if_icmpne 65
        63: .line 961
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        64: .line 962
            goto 73
        65: .line 957
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmplt 60
        66: .line 965
            goto 73
        67: .line 968
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 4 /* c */
        68: .line 970
            iload 4 /* c */
            iload 1 /* quote */
            if_icmpne 69
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.literal:Z
            ifeq 70
        69: .line 971
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            bipush 37
            if_icmpeq 70
            iload 4 /* c */
            invokestatic org.apache.xerces.util.XML11Char.isXML11InternalEntityContent:(I)Z
            ifne 72
        70: .line 972
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        71: .line 973
            goto 73
        72: .line 967
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmplt 67
        73: .line 977
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 3 /* offset */
            isub
            istore 7 /* length */
        start local 7 // int length
        74: .line 978
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iload 7 /* length */
            iload 5 /* newlines */
            isub
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        75: .line 979
            aload 2 /* content */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 3 /* offset */
            iload 7 /* length */
            invokevirtual org.apache.xerces.xni.XMLString.setValues:([CII)V
        76: .line 982
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpeq 81
        77: .line 983
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 4 /* c */
        78: .line 987
            iload 4 /* c */
            iload 1 /* quote */
            if_icmpne 82
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.literal:Z
            ifeq 82
        79: .line 988
            iconst_m1
            istore 4 /* c */
        80: .line 990
            goto 82
        81: .line 992
      StackMap locals: int
      StackMap stack:
            iconst_m1
            istore 4 /* c */
        82: .line 994
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            ireturn
        end local 7 // int length
        end local 6 // boolean external
        end local 5 // int newlines
        end local 4 // int c
        end local 3 // int offset
        end local 2 // org.apache.xerces.xni.XMLString content
        end local 1 // int quote
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   83     0      this  Lorg/apache/xerces/impl/XML11EntityScanner;
            0   83     1     quote  I
            0   83     2   content  Lorg/apache/xerces/xni/XMLString;
            9   83     3    offset  I
           10   83     4         c  I
           11   83     5  newlines  I
           12   83     6  external  Z
           27   32     7        cc  I
           50   54     7         i  I
           55   58     7    length  I
           74   83     7    length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      quote    
      content  

  public boolean scanData(java.lang.String, org.apache.xerces.util.XMLStringBuffer);
    descriptor: (Ljava/lang/String;Lorg/apache/xerces/util/XMLStringBuffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=13, args_size=3
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
        start local 1 // java.lang.String delimiter
        start local 2 // org.apache.xerces.util.XMLStringBuffer buffer
         0: .line 1031
            iconst_0
            istore 3 /* done */
        start local 3 // boolean done
         1: .line 1032
            aload 1 /* delimiter */
            invokevirtual java.lang.String.length:()I
            istore 4 /* delimLen */
        start local 4 // int delimLen
         2: .line 1033
            aload 1 /* delimiter */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* charAt0 */
        start local 5 // char charAt0
         3: .line 1034
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            invokevirtual org.apache.xerces.impl.XMLEntityManager$ScannedEntity.isExternal:()Z
            istore 6 /* external */
        start local 6 // boolean external
         4: .line 1037
      StackMap locals: org.apache.xerces.impl.XML11EntityScanner java.lang.String org.apache.xerces.util.XMLStringBuffer int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 6
         5: .line 1038
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         6: .line 1041
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* bNextEntity */
        start local 7 // boolean bNextEntity
         7: .line 1043
            goto 17
         8: .line 1046
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
         9: .line 1047
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        10: .line 1048
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
        11: .line 1049
            iconst_0
        12: .line 1050
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            isub
        13: .line 1046
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 1052
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            isub
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            istore 7 /* bNextEntity */
        15: .line 1053
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_0
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        16: .line 1054
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_0
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        17: .line 1043
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iload 4 /* delimLen */
            isub
            if_icmplt 19
        18: .line 1044
            iload 7 /* bNextEntity */
            ifeq 8
        19: .line 1057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iload 4 /* delimLen */
            isub
            if_icmplt 28
        20: .line 1059
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            isub
            istore 8 /* length */
        start local 8 // int length
        21: .line 1060
            aload 2 /* buffer */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 8 /* length */
            invokevirtual org.apache.xerces.util.XMLStringBuffer.append:([CII)V
        22: .line 1061
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        23: .line 1062
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            isub
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
        24: .line 1063
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        25: .line 1064
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        26: .line 1065
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
        27: .line 1066
            iconst_0
            ireturn
        end local 8 // int length
        28: .line 1070
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            istore 8 /* offset */
        start local 8 // int offset
        29: .line 1071
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 8 /* offset */
            caload
            istore 9 /* c */
        start local 9 // int c
        30: .line 1072
            iconst_0
            istore 10 /* newlines */
        start local 10 // int newlines
        31: .line 1073
            iload 9 /* c */
            bipush 10
            if_icmpeq 33
            iload 9 /* c */
            bipush 13
            if_icmpeq 32
            iload 9 /* c */
            sipush 133
            if_icmpeq 32
            iload 9 /* c */
            sipush 8232
            if_icmpne 78
      StackMap locals: int int int
      StackMap stack:
        32: iload 6 /* external */
            ifeq 78
        33: .line 1075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 9 /* c */
        34: .line 1076
            iload 9 /* c */
            bipush 13
            if_icmpne 52
            iload 6 /* external */
            ifeq 52
        35: .line 1077
            iinc 10 /* newlines */ 1
        36: .line 1078
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
        37: .line 1079
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        38: .line 1080
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 45
        39: .line 1081
            iconst_0
            istore 8 /* offset */
        40: .line 1082
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            isub
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
        41: .line 1083
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 10 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        42: .line 1084
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 10 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        43: .line 1085
            aload 0 /* this */
            iload 10 /* newlines */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 45
        44: .line 1086
            goto 69
        45: .line 1089
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 11 /* cc */
        start local 11 // int cc
        46: .line 1090
            iload 11 /* cc */
            bipush 10
            if_icmpeq 47
            iload 11 /* cc */
            sipush 133
            if_icmpne 50
        47: .line 1091
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        48: .line 1092
            iinc 8 /* offset */ 1
        49: .line 1093
            goto 67
        50: .line 1096
      StackMap locals:
      StackMap stack:
            iinc 10 /* newlines */ 1
        end local 11 // int cc
        51: .line 1098
            goto 67
        52: .line 1099
      StackMap locals:
      StackMap stack:
            iload 9 /* c */
            bipush 10
            if_icmpeq 54
            iload 9 /* c */
            sipush 133
            if_icmpeq 53
            iload 9 /* c */
            sipush 8232
            if_icmpne 65
      StackMap locals:
      StackMap stack:
        53: iload 6 /* external */
            ifeq 65
        54: .line 1100
      StackMap locals:
      StackMap stack:
            iinc 10 /* newlines */ 1
        55: .line 1101
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
        56: .line 1102
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        57: .line 1103
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 67
        58: .line 1104
            iconst_0
            istore 8 /* offset */
        59: .line 1105
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            isub
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.baseCharOffset:I
        60: .line 1106
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 10 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        61: .line 1107
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 10 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        62: .line 1108
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iload 10 /* newlines */
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
        63: .line 1109
            aload 0 /* this */
            iload 10 /* newlines */
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 67
        64: .line 1110
            goto 69
        65: .line 1115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        66: .line 1116
            goto 69
        67: .line 1118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iconst_1
            isub
        68: .line 1074
            if_icmplt 33
        69: .line 1119
      StackMap locals:
      StackMap stack:
            iload 8 /* offset */
            istore 11 /* i */
        start local 11 // int i
        70: goto 73
        71: .line 1120
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 11 /* i */
            bipush 10
            castore
        72: .line 1119
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        73: iload 11 /* i */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            if_icmplt 71
        end local 11 // int i
        74: .line 1122
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 8 /* offset */
            isub
            istore 11 /* length */
        start local 11 // int length
        75: .line 1123
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iconst_1
            isub
            if_icmpne 78
        76: .line 1124
            aload 2 /* buffer */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 8 /* offset */
            iload 11 /* length */
            invokevirtual org.apache.xerces.util.XMLStringBuffer.append:([CII)V
        77: .line 1125
            iconst_1
            ireturn
        end local 11 // int length
        78: .line 1130
      StackMap locals:
      StackMap stack:
            iload 6 /* external */
            ifeq 134
        79: .line 1131
            goto 106
        80: .line 1132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 9 /* c */
        81: .line 1133
            iload 9 /* c */
            iload 5 /* charAt0 */
            if_icmpne 97
        82: .line 1135
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            istore 11 /* delimOffset */
        start local 11 // int delimOffset
        83: .line 1136
            iconst_1
            istore 12 /* i */
        start local 12 // int i
        84: goto 93
        85: .line 1137
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 88
        86: .line 1138
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 12 /* i */
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        87: .line 1139
            goto 135
        88: .line 1141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 9 /* c */
        89: .line 1142
            aload 1 /* delimiter */
            iload 12 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            iload 9 /* c */
            if_icmpeq 92
        90: .line 1143
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        91: .line 1144
            goto 94
        92: .line 1136
      StackMap locals:
      StackMap stack:
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        93: iload 12 /* i */
            iload 4 /* delimLen */
            if_icmplt 85
        end local 12 // int i
        94: .line 1147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 11 /* delimOffset */
            iload 4 /* delimLen */
            iadd
            if_icmpne 106
        95: .line 1148
            iconst_1
            istore 3 /* done */
        96: .line 1149
            goto 135
        end local 11 // int delimOffset
        97: .line 1152
      StackMap locals:
      StackMap stack:
            iload 9 /* c */
            bipush 10
            if_icmpeq 98
            iload 9 /* c */
            bipush 13
            if_icmpeq 98
            iload 9 /* c */
            sipush 133
            if_icmpeq 98
            iload 9 /* c */
            sipush 8232
            if_icmpne 100
        98: .line 1153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        99: .line 1154
            goto 135
       100: .line 1158
      StackMap locals:
      StackMap stack:
            iload 9 /* c */
            invokestatic org.apache.xerces.util.XML11Char.isXML11ValidLiteral:(I)Z
            ifne 106
       101: .line 1159
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
       102: .line 1160
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 8 /* offset */
            isub
            istore 11 /* length */
        start local 11 // int length
       103: .line 1161
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iload 11 /* length */
            iload 10 /* newlines */
            isub
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
       104: .line 1162
            aload 2 /* buffer */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 8 /* offset */
            iload 11 /* length */
            invokevirtual org.apache.xerces.util.XMLStringBuffer.append:([CII)V
       105: .line 1163
            iconst_1
            ireturn
        end local 11 // int length
       106: .line 1131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmplt 80
       107: .line 1166
            goto 135
       108: .line 1169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 9 /* c */
       109: .line 1170
            iload 9 /* c */
            iload 5 /* charAt0 */
            if_icmpne 125
       110: .line 1172
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            istore 11 /* delimOffset */
        start local 11 // int delimOffset
       111: .line 1173
            iconst_1
            istore 12 /* i */
        start local 12 // int i
       112: goto 121
       113: .line 1174
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 116
       114: .line 1175
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 12 /* i */
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
       115: .line 1176
            goto 135
       116: .line 1178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 9 /* c */
       117: .line 1179
            aload 1 /* delimiter */
            iload 12 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            iload 9 /* c */
            if_icmpeq 120
       118: .line 1180
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
       119: .line 1181
            goto 122
       120: .line 1173
      StackMap locals:
      StackMap stack:
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
       121: iload 12 /* i */
            iload 4 /* delimLen */
            if_icmplt 113
        end local 12 // int i
       122: .line 1184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 11 /* delimOffset */
            iload 4 /* delimLen */
            iadd
            if_icmpne 134
       123: .line 1185
            iconst_1
            istore 3 /* done */
       124: .line 1186
            goto 135
        end local 11 // int delimOffset
       125: .line 1189
      StackMap locals:
      StackMap stack:
            iload 9 /* c */
            bipush 10
            if_icmpne 128
       126: .line 1190
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
       127: .line 1191
            goto 135
       128: .line 1195
      StackMap locals:
      StackMap stack:
            iload 9 /* c */
            invokestatic org.apache.xerces.util.XML11Char.isXML11Valid:(I)Z
            ifne 134
       129: .line 1196
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
       130: .line 1197
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 8 /* offset */
            isub
            istore 11 /* length */
        start local 11 // int length
       131: .line 1198
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iload 11 /* length */
            iload 10 /* newlines */
            isub
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
       132: .line 1199
            aload 2 /* buffer */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 8 /* offset */
            iload 11 /* length */
            invokevirtual org.apache.xerces.util.XMLStringBuffer.append:([CII)V
       133: .line 1200
            iconst_1
            ireturn
        end local 11 // int length
       134: .line 1168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmplt 108
       135: .line 1204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 8 /* offset */
            isub
            istore 11 /* length */
        start local 11 // int length
       136: .line 1205
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iload 11 /* length */
            iload 10 /* newlines */
            isub
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
       137: .line 1206
            iload 3 /* done */
            ifeq 139
       138: .line 1207
            iload 11 /* length */
            iload 4 /* delimLen */
            isub
            istore 11 /* length */
       139: .line 1209
      StackMap locals: int
      StackMap stack:
            aload 2 /* buffer */
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iload 8 /* offset */
            iload 11 /* length */
            invokevirtual org.apache.xerces.util.XMLStringBuffer.append:([CII)V
        end local 11 // int length
        end local 10 // int newlines
        end local 9 // int c
        end local 8 // int offset
        end local 7 // boolean bNextEntity
       140: .line 1212
            iload 3 /* done */
            ifeq 4
       141: .line 1213
            iload 3 /* done */
            ifeq 142
            iconst_0
            goto 143
      StackMap locals: org.apache.xerces.impl.XML11EntityScanner java.lang.String org.apache.xerces.util.XMLStringBuffer int int int int
      StackMap stack:
       142: iconst_1
      StackMap locals:
      StackMap stack: int
       143: ireturn
        end local 6 // boolean external
        end local 5 // char charAt0
        end local 4 // int delimLen
        end local 3 // boolean done
        end local 2 // org.apache.xerces.util.XMLStringBuffer buffer
        end local 1 // java.lang.String delimiter
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0  144     0         this  Lorg/apache/xerces/impl/XML11EntityScanner;
            0  144     1    delimiter  Ljava/lang/String;
            0  144     2       buffer  Lorg/apache/xerces/util/XMLStringBuffer;
            1  144     3         done  Z
            2  144     4     delimLen  I
            3  144     5      charAt0  C
            4  144     6     external  Z
            7  140     7  bNextEntity  Z
           21   28     8       length  I
           29  140     8       offset  I
           30  140     9            c  I
           31  140    10     newlines  I
           46   51    11           cc  I
           70   74    11            i  I
           75   78    11       length  I
           83   97    11  delimOffset  I
           84   94    12            i  I
          103  106    11       length  I
          111  125    11  delimOffset  I
          112  122    12            i  I
          131  134    11       length  I
          136  140    11       length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      delimiter  
      buffer     

  public boolean skipChar(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
        start local 1 // int c
         0: .line 1233
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 2
         1: .line 1234
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         2: .line 1238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 2 /* cc */
        start local 2 // int cc
         3: .line 1239
            iload 2 /* cc */
            iload 1 /* c */
            if_icmpne 11
         4: .line 1240
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
         5: .line 1241
            iload 1 /* c */
            bipush 10
            if_icmpne 9
         6: .line 1242
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
         7: .line 1243
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
         8: .line 1244
            goto 10
         9: .line 1246
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        10: .line 1248
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        11: .line 1250
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 10
            if_icmpne 17
            iload 2 /* cc */
            sipush 8232
            if_icmpeq 12
            iload 2 /* cc */
            sipush 133
            if_icmpne 17
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            invokevirtual org.apache.xerces.impl.XMLEntityManager$ScannedEntity.isExternal:()Z
            ifeq 17
        13: .line 1251
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        14: .line 1252
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
        15: .line 1253
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        16: .line 1254
            iconst_1
            ireturn
        17: .line 1256
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 10
            if_icmpne 27
            iload 2 /* cc */
            bipush 13
            if_icmpne 27
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            invokevirtual org.apache.xerces.impl.XMLEntityManager$ScannedEntity.isExternal:()Z
            ifeq 27
        18: .line 1258
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 21
        19: .line 1259
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 2 /* cc */
            i2c
            castore
        20: .line 1260
            aload 0 /* this */
            iconst_1
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
        21: .line 1262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* ccc */
        start local 3 // int ccc
        22: .line 1263
            iload 3 /* ccc */
            bipush 10
            if_icmpeq 23
            iload 3 /* ccc */
            sipush 133
            if_icmpne 24
        23: .line 1264
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        24: .line 1266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
        25: .line 1267
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        26: .line 1268
            iconst_1
            ireturn
        end local 3 // int ccc
        27: .line 1272
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int cc
        end local 1 // int c
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lorg/apache/xerces/impl/XML11EntityScanner;
            0   28     1     c  I
            3   28     2    cc  I
           22   27     3   ccc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public boolean skipSpaces();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
         0: .line 1293
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 2
         1: .line 1294
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         2: .line 1298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 1 /* c */
        start local 1 // int c
         3: .line 1301
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            invokevirtual org.apache.xerces.impl.XMLEntityManager$ScannedEntity.isExternal:()Z
            ifeq 27
         4: .line 1302
            iload 1 /* c */
            invokestatic org.apache.xerces.util.XML11Char.isXML11Space:(I)Z
            ifeq 46
         5: .line 1304
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 2 /* entityChanged */
        start local 2 // boolean entityChanged
         6: .line 1306
            iload 1 /* c */
            bipush 10
            if_icmpeq 7
            iload 1 /* c */
            bipush 13
            if_icmpeq 7
            iload 1 /* c */
            sipush 133
            if_icmpeq 7
            iload 1 /* c */
            sipush 8232
            if_icmpne 20
         7: .line 1307
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
         8: .line 1308
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
         9: .line 1309
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iconst_1
            isub
            if_icmpne 15
        10: .line 1310
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 1 /* c */
            i2c
            castore
        11: .line 1311
            aload 0 /* this */
            iconst_1
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            istore 2 /* entityChanged */
        12: .line 1312
            iload 2 /* entityChanged */
            ifne 15
        13: .line 1315
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_0
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        14: .line 1316
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_0
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        15: .line 1319
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 13
            if_icmpne 21
        16: .line 1322
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 3 /* cc */
        start local 3 // int cc
        17: .line 1323
            iload 3 /* cc */
            bipush 10
            if_icmpeq 21
            iload 3 /* cc */
            sipush 133
            if_icmpeq 21
        18: .line 1324
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        end local 3 // int cc
        19: .line 1327
            goto 21
        20: .line 1329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        21: .line 1332
      StackMap locals:
      StackMap stack:
            iload 2 /* entityChanged */
            ifne 23
        22: .line 1333
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        23: .line 1334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 25
        24: .line 1335
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
        end local 2 // boolean entityChanged
        25: .line 1337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            dup
            istore 1 /* c */
            invokestatic org.apache.xerces.util.XML11Char.isXML11Space:(I)Z
            ifne 5
        26: .line 1338
            iconst_1
            ireturn
        27: .line 1342
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            invokestatic org.apache.xerces.util.XMLChar.isSpace:(I)Z
            ifeq 46
        28: .line 1344
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* entityChanged */
        start local 2 // boolean entityChanged
        29: .line 1346
            iload 1 /* c */
            bipush 10
            if_icmpne 39
        30: .line 1347
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.lineNumber:I
        31: .line 1348
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_1
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        32: .line 1349
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iconst_1
            isub
            if_icmpne 40
        33: .line 1350
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 1 /* c */
            i2c
            castore
        34: .line 1351
            aload 0 /* this */
            iconst_1
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            istore 2 /* entityChanged */
        35: .line 1352
            iload 2 /* entityChanged */
            ifne 40
        36: .line 1355
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_0
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        37: .line 1356
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            iconst_0
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        38: .line 1359
            goto 40
        39: .line 1361
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        40: .line 1364
      StackMap locals:
      StackMap stack:
            iload 2 /* entityChanged */
            ifne 42
        41: .line 1365
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        42: .line 1366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 44
        43: .line 1367
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
        end local 2 // boolean entityChanged
        44: .line 1369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            dup
            istore 1 /* c */
            invokestatic org.apache.xerces.util.XMLChar.isSpace:(I)Z
            ifne 28
        45: .line 1370
            iconst_1
            ireturn
        46: .line 1374
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int c
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   47     0           this  Lorg/apache/xerces/impl/XML11EntityScanner;
            3   47     1              c  I
            6   25     2  entityChanged  Z
           17   19     3             cc  I
           29   44     2  entityChanged  Z
    Exceptions:
      throws java.io.IOException

  public boolean skipString(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.apache.xerces.impl.XML11EntityScanner this
        start local 1 // java.lang.String s
         0: .line 1394
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 2
         1: .line 1395
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            pop
         2: .line 1399
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* length */
        start local 2 // int length
         3: .line 1400
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 16
         5: .line 1401
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            caload
            istore 4 /* c */
        start local 4 // char c
         6: .line 1402
            iload 4 /* c */
            aload 1 /* s */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 9
         7: .line 1403
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 3 /* i */
            iconst_1
            iadd
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
         8: .line 1404
            iconst_0
            ireturn
         9: .line 1406
      StackMap locals: int
      StackMap stack:
            iload 3 /* i */
            iload 2 /* length */
            iconst_1
            isub
            if_icmpge 15
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            if_icmpne 15
        10: .line 1407
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.count:I
            iload 3 /* i */
            isub
            iconst_1
            isub
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.ch:[C
            iconst_0
            iload 3 /* i */
            iconst_1
            iadd
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 1410
            aload 0 /* this */
            iload 3 /* i */
            iconst_1
            iadd
            iconst_0
            invokevirtual org.apache.xerces.impl.XML11EntityScanner.load:(IZ)Z
            ifeq 15
        12: .line 1411
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
            iload 3 /* i */
            iconst_1
            iadd
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.startPosition:I
        13: .line 1412
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
            iload 3 /* i */
            iconst_1
            iadd
            isub
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.position:I
        14: .line 1413
            iconst_0
            ireturn
        end local 4 // char c
        15: .line 1400
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 5
        end local 3 // int i
        17: .line 1417
            aload 0 /* this */
            getfield org.apache.xerces.impl.XML11EntityScanner.fCurrentEntity:Lorg/apache/xerces/impl/XMLEntityManager$ScannedEntity;
            dup
            getfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
            iload 2 /* length */
            iadd
            putfield org.apache.xerces.impl.XMLEntityManager$ScannedEntity.columnNumber:I
        18: .line 1418
            iconst_1
            ireturn
        end local 2 // int length
        end local 1 // java.lang.String s
        end local 0 // org.apache.xerces.impl.XML11EntityScanner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lorg/apache/xerces/impl/XML11EntityScanner;
            0   19     1       s  Ljava/lang/String;
            3   19     2  length  I
            4   17     3       i  I
            6   15     4       c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "XML11EntityScanner.java"
InnerClasses:
  public ScannedEntity = org.apache.xerces.impl.XMLEntityManager$ScannedEntity of org.apache.xerces.impl.XMLEntityManager