public class com.sun.xml.internal.dtdparser.InputEntity
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.dtdparser.InputEntity
  super_class: java.lang.Object
{
  private int start;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private boolean returnedFirstHalf;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean maybeInCRLF;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  private com.sun.xml.internal.dtdparser.InputEntity next;
    descriptor: Lcom/sun/xml/internal/dtdparser/InputEntity;
    flags: (0x0002) ACC_PRIVATE

  private org.xml.sax.InputSource input;
    descriptor: Lorg/xml/sax/InputSource;
    flags: (0x0002) ACC_PRIVATE

  private java.io.Reader reader;
    descriptor: Ljava/io/Reader;
    flags: (0x0002) ACC_PRIVATE

  private boolean isClosed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private com.sun.xml.internal.dtdparser.DTDEventListener errHandler;
    descriptor: Lcom/sun/xml/internal/dtdparser/DTDEventListener;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Locale locale;
    descriptor: Ljava/util/Locale;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.StringBuffer rememberedText;
    descriptor: Ljava/lang/StringBuffer;
    flags: (0x0002) ACC_PRIVATE

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

  private boolean isPE;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private static final int BUFSIZ;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8193

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 92
            iconst_1
            newarray 5
            dup
            iconst_0
            bipush 10
            castore
            putstatic com.sun.xml.internal.dtdparser.InputEntity.newline:[C
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.xml.internal.dtdparser.InputEntity getInputEntity(com.sun.xml.internal.dtdparser.DTDEventListener, java.util.Locale);
    descriptor: (Lcom/sun/xml/internal/dtdparser/DTDEventListener;Ljava/util/Locale;)Lcom/sun/xml/internal/dtdparser/InputEntity;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.dtdparser.DTDEventListener h
        start local 1 // java.util.Locale l
         0: .line 95
            new com.sun.xml.internal.dtdparser.InputEntity
            dup
            invokespecial com.sun.xml.internal.dtdparser.InputEntity.<init>:()V
            astore 2 /* retval */
        start local 2 // com.sun.xml.internal.dtdparser.InputEntity retval
         1: .line 96
            aload 2 /* retval */
            aload 0 /* h */
            putfield com.sun.xml.internal.dtdparser.InputEntity.errHandler:Lcom/sun/xml/internal/dtdparser/DTDEventListener;
         2: .line 97
            aload 2 /* retval */
            aload 1 /* l */
            putfield com.sun.xml.internal.dtdparser.InputEntity.locale:Ljava/util/Locale;
         3: .line 98
            aload 2 /* retval */
            areturn
        end local 2 // com.sun.xml.internal.dtdparser.InputEntity retval
        end local 1 // java.util.Locale l
        end local 0 // com.sun.xml.internal.dtdparser.DTDEventListener h
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       h  Lcom/sun/xml/internal/dtdparser/DTDEventListener;
            0    4     1       l  Ljava/util/Locale;
            1    4     2  retval  Lcom/sun/xml/internal/dtdparser/InputEntity;
    MethodParameters:
      Name  Flags
      h     
      l     

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 101
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
         2: .line 62
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.dtdparser.InputEntity.returnedFirstHalf:Z
         3: .line 63
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.dtdparser.InputEntity.maybeInCRLF:Z
         4: .line 102
            return
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;

  public boolean isInternal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 112
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;

  public boolean isDocument();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 119
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.next:Lcom/sun/xml/internal/dtdparser/InputEntity;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;

  public boolean isParameterEntity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 127
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.isPE:Z
            ireturn
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 134
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.name:Ljava/lang/String;
            areturn
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;

  public void init(org.xml.sax.InputSource, java.lang.String, com.sun.xml.internal.dtdparser.InputEntity, boolean);
    descriptor: (Lorg/xml/sax/InputSource;Ljava/lang/String;Lcom/sun/xml/internal/dtdparser/InputEntity;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
        start local 1 // org.xml.sax.InputSource in
        start local 2 // java.lang.String name
        start local 3 // com.sun.xml.internal.dtdparser.InputEntity stack
        start local 4 // boolean isPE
         0: .line 144
            aload 0 /* this */
            aload 1 /* in */
            putfield com.sun.xml.internal.dtdparser.InputEntity.input:Lorg/xml/sax/InputSource;
         1: .line 145
            aload 0 /* this */
            iload 4 /* isPE */
            putfield com.sun.xml.internal.dtdparser.InputEntity.isPE:Z
         2: .line 146
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual org.xml.sax.InputSource.getCharacterStream:()Ljava/io/Reader;
            putfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
         3: .line 148
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            ifnonnull 12
         4: .line 149
            aload 1 /* in */
            invokevirtual org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            astore 5 /* bytes */
        start local 5 // java.io.InputStream bytes
         5: .line 151
            aload 5 /* bytes */
            ifnonnull 9
         6: .line 152
            ldc "enableExternalEntityProcessing"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Boolean.valueOf:(Ljava/lang/String;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 8
         7: .line 153
            aload 0 /* this */
            new java.net.URL
            dup
            aload 1 /* in */
            invokevirtual org.xml.sax.InputSource.getSystemId:()Ljava/lang/String;
            invokespecial java.net.URL.<init>:(Ljava/lang/String;)V
            invokevirtual java.net.URL.openStream:()Ljava/io/InputStream;
            invokestatic com.sun.xml.internal.dtdparser.XmlReader.createReader:(Ljava/io/InputStream;)Ljava/io/Reader;
            putfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            goto 12
         8: .line 155
      StackMap locals: java.io.InputStream
      StackMap stack:
            aload 0 /* this */
            ldc "P-082"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* in */
            invokevirtual org.xml.sax.InputSource.getSystemId:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
            goto 12
         9: .line 156
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            invokevirtual org.xml.sax.InputSource.getEncoding:()Ljava/lang/String;
            ifnull 11
        10: .line 157
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            aload 1 /* in */
            invokevirtual org.xml.sax.InputSource.getEncoding:()Ljava/lang/String;
            invokestatic com.sun.xml.internal.dtdparser.XmlReader.createReader:(Ljava/io/InputStream;Ljava/lang/String;)Ljava/io/Reader;
            putfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            goto 12
        11: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            invokestatic com.sun.xml.internal.dtdparser.XmlReader.createReader:(Ljava/io/InputStream;)Ljava/io/Reader;
            putfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
        end local 5 // java.io.InputStream bytes
        12: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* stack */
            putfield com.sun.xml.internal.dtdparser.InputEntity.next:Lcom/sun/xml/internal/dtdparser/InputEntity;
        13: .line 162
            aload 0 /* this */
            sipush 8193
            newarray 5
            putfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
        14: .line 163
            aload 0 /* this */
            aload 2 /* name */
            putfield com.sun.xml.internal.dtdparser.InputEntity.name:Ljava/lang/String;
        15: .line 164
            aload 0 /* this */
            aload 3 /* stack */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.checkRecursion:(Lcom/sun/xml/internal/dtdparser/InputEntity;)V
        16: .line 165
            return
        end local 4 // boolean isPE
        end local 3 // com.sun.xml.internal.dtdparser.InputEntity stack
        end local 2 // java.lang.String name
        end local 1 // org.xml.sax.InputSource in
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            0   17     1     in  Lorg/xml/sax/InputSource;
            0   17     2   name  Ljava/lang/String;
            0   17     3  stack  Lcom/sun/xml/internal/dtdparser/InputEntity;
            0   17     4   isPE  Z
            5   12     5  bytes  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException, org.xml.sax.SAXException
    MethodParameters:
       Name  Flags
      in     
      name   
      stack  
      isPE   

  public void init(char[], java.lang.String, com.sun.xml.internal.dtdparser.InputEntity, boolean);
    descriptor: ([CLjava/lang/String;Lcom/sun/xml/internal/dtdparser/InputEntity;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
        start local 1 // char[] b
        start local 2 // java.lang.String name
        start local 3 // com.sun.xml.internal.dtdparser.InputEntity stack
        start local 4 // boolean isPE
         0: .line 173
            aload 0 /* this */
            aload 3 /* stack */
            putfield com.sun.xml.internal.dtdparser.InputEntity.next:Lcom/sun/xml/internal/dtdparser/InputEntity;
         1: .line 174
            aload 0 /* this */
            aload 1 /* b */
            aload 1 /* b */
            arraylength
            invokestatic java.util.Arrays.copyOf:([CI)[C
            putfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
         2: .line 175
            aload 0 /* this */
            aload 1 /* b */
            arraylength
            putfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
         3: .line 176
            aload 0 /* this */
            aload 2 /* name */
            putfield com.sun.xml.internal.dtdparser.InputEntity.name:Ljava/lang/String;
         4: .line 177
            aload 0 /* this */
            iload 4 /* isPE */
            putfield com.sun.xml.internal.dtdparser.InputEntity.isPE:Z
         5: .line 178
            aload 0 /* this */
            aload 3 /* stack */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.checkRecursion:(Lcom/sun/xml/internal/dtdparser/InputEntity;)V
         6: .line 179
            return
        end local 4 // boolean isPE
        end local 3 // com.sun.xml.internal.dtdparser.InputEntity stack
        end local 2 // java.lang.String name
        end local 1 // char[] b
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            0    7     1      b  [C
            0    7     2   name  Ljava/lang/String;
            0    7     3  stack  Lcom/sun/xml/internal/dtdparser/InputEntity;
            0    7     4   isPE  Z
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
       Name  Flags
      b      
      name   
      stack  
      isPE   

  private void checkRecursion(com.sun.xml.internal.dtdparser.InputEntity);
    descriptor: (Lcom/sun/xml/internal/dtdparser/InputEntity;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
        start local 1 // com.sun.xml.internal.dtdparser.InputEntity stack
         0: .line 184
            aload 1 /* stack */
            ifnonnull 2
         1: .line 185
            return
         2: .line 186
      StackMap locals:
      StackMap stack:
            aload 1 /* stack */
            getfield com.sun.xml.internal.dtdparser.InputEntity.next:Lcom/sun/xml/internal/dtdparser/InputEntity;
            astore 1 /* stack */
            goto 6
         3: .line 187
      StackMap locals:
      StackMap stack:
            aload 1 /* stack */
            getfield com.sun.xml.internal.dtdparser.InputEntity.name:Ljava/lang/String;
            ifnull 5
            aload 1 /* stack */
            getfield com.sun.xml.internal.dtdparser.InputEntity.name:Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 188
            aload 0 /* this */
            ldc "P-069"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.name:Ljava/lang/String;
            aastore
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 186
      StackMap locals:
      StackMap stack:
            aload 1 /* stack */
            getfield com.sun.xml.internal.dtdparser.InputEntity.next:Lcom/sun/xml/internal/dtdparser/InputEntity;
            astore 1 /* stack */
      StackMap locals:
      StackMap stack:
         6: aload 1 /* stack */
            ifnonnull 3
         7: .line 190
            return
        end local 1 // com.sun.xml.internal.dtdparser.InputEntity stack
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            0    8     1  stack  Lcom/sun/xml/internal/dtdparser/InputEntity;
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
       Name  Flags
      stack  

  public com.sun.xml.internal.dtdparser.InputEntity pop();
    descriptor: ()Lcom/sun/xml/internal/dtdparser/InputEntity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 195
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.close:()V
         1: .line 196
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.next:Lcom/sun/xml/internal/dtdparser/InputEntity;
            areturn
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;
    Exceptions:
      throws java.io.IOException

  public boolean isEOF();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 206
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            if_icmplt 4
         1: .line 207
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fillbuf:()V
         2: .line 208
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            if_icmplt 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
         4: .line 210
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;
    Exceptions:
      throws java.io.IOException, org.xml.sax.SAXException

  public java.lang.String getEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 219
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            ifnonnull 2
         1: .line 220
            aconst_null
            areturn
         2: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            instanceof com.sun.xml.internal.dtdparser.XmlReader
            ifeq 4
         3: .line 222
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            checkcast com.sun.xml.internal.dtdparser.XmlReader
            invokevirtual com.sun.xml.internal.dtdparser.XmlReader.getEncoding:()Ljava/lang/String;
            areturn
         4: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            instanceof java.io.InputStreamReader
            ifeq 6
         5: .line 227
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            checkcast java.io.InputStreamReader
            invokevirtual java.io.InputStreamReader.getEncoding:()Ljava/lang/String;
            areturn
         6: .line 228
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;

  public char getNameChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 239
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            if_icmpgt 2
         1: .line 240
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fillbuf:()V
         2: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            if_icmple 7
         3: .line 242
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            caload
            istore 1 /* c */
        start local 1 // char c
         4: .line 243
            iload 1 /* c */
            invokestatic com.sun.xml.internal.dtdparser.XmlChars.isNameChar:(C)Z
            ifeq 6
         5: .line 244
            iload 1 /* c */
            ireturn
         6: .line 245
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iconst_1
            isub
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        end local 1 // char c
         7: .line 247
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            4    7     1     c  C
    Exceptions:
      throws java.io.IOException, org.xml.sax.SAXException

  public char getc();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 257
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            if_icmpgt 2
         1: .line 258
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fillbuf:()V
         2: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            if_icmple 29
         3: .line 260
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            caload
            istore 1 /* c */
        start local 1 // char c
         4: .line 266
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.returnedFirstHalf:Z
            ifeq 9
         5: .line 267
            iload 1 /* c */
            ldc 56320
            if_icmplt 8
            iload 1 /* c */
            ldc 57343
            if_icmpgt 8
         6: .line 268
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.dtdparser.InputEntity.returnedFirstHalf:Z
         7: .line 269
            iload 1 /* c */
            ireturn
         8: .line 271
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc "P-070"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* c */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 273
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 32
            if_icmplt 10
            iload 1 /* c */
            ldc 55295
            if_icmple 12
        10: .line 274
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 9
            if_icmpeq 12
        11: .line 276
            iload 1 /* c */
            ldc 57344
            if_icmplt 13
            iload 1 /* c */
            ldc 65533
            if_icmpgt 13
        12: .line 277
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            ireturn
        13: .line 283
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 13
            if_icmpne 21
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isInternal:()Z
            ifne 21
        14: .line 284
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.dtdparser.InputEntity.maybeInCRLF:Z
        15: .line 285
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.getc:()C
            istore 1 /* c */
        16: .line 286
            iload 1 /* c */
            bipush 10
            if_icmpeq 18
        17: .line 287
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.ungetc:()V
        18: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.dtdparser.InputEntity.maybeInCRLF:Z
        19: .line 290
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
        20: .line 291
            bipush 10
            ireturn
        21: .line 293
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 10
            if_icmpeq 22
            iload 1 /* c */
            bipush 13
            if_icmpne 25
        22: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isInternal:()Z
            ifne 24
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.maybeInCRLF:Z
            ifne 24
        23: .line 295
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
        24: .line 296
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            ireturn
        25: .line 300
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            ldc 55296
            if_icmplt 28
            iload 1 /* c */
            ldc 56320
            if_icmpge 28
        26: .line 301
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.dtdparser.InputEntity.returnedFirstHalf:Z
        27: .line 302
            iload 1 /* c */
            ireturn
        28: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "P-071"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* c */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 1 // char c
        29: .line 307
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.dtdparser.EndOfInputException
            dup
            invokespecial com.sun.xml.internal.dtdparser.EndOfInputException.<init>:()V
            athrow
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   30     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            4   29     1     c  C
    Exceptions:
      throws java.io.IOException, org.xml.sax.SAXException

  public boolean peekc(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
        start local 1 // char c
         0: .line 316
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            if_icmpgt 2
         1: .line 317
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fillbuf:()V
         2: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            if_icmple 7
         3: .line 319
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            caload
            iload 1 /* c */
            if_icmpne 6
         4: .line 320
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
         5: .line 321
            iconst_1
            ireturn
         6: .line 323
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         7: .line 325
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // char c
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            0    8     1     c  C
    Exceptions:
      throws java.io.IOException, org.xml.sax.SAXException
    MethodParameters:
      Name  Flags
      c     

  public void ungetc();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 334
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            ifne 2
         1: .line 335
            new java.lang.InternalError
            dup
            ldc "ungetc"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iconst_1
            isub
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
         3: .line 338
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            caload
            bipush 10
            if_icmpeq 4
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            caload
            bipush 13
            if_icmpne 7
         4: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isInternal:()Z
            ifne 9
         5: .line 340
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
            iconst_1
            isub
            putfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
         6: .line 341
            goto 9
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.returnedFirstHalf:Z
            ifeq 9
         8: .line 342
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.dtdparser.InputEntity.returnedFirstHalf:Z
         9: .line 343
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;

  public boolean maybeWhitespace();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 353
            iconst_0
            istore 2 /* isSpace */
        start local 2 // boolean isSpace
         1: .line 354
            iconst_0
            istore 3 /* sawCR */
        start local 3 // boolean sawCR
         2: .line 358
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity top int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            if_icmpgt 4
         3: .line 359
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fillbuf:()V
         4: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            if_icmpgt 6
         5: .line 361
            iload 2 /* isSpace */
            ireturn
         6: .line 363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            caload
            istore 1 /* c */
        start local 1 // char c
         7: .line 364
            iload 1 /* c */
            bipush 32
            if_icmpeq 8
            iload 1 /* c */
            bipush 9
            if_icmpeq 8
            iload 1 /* c */
            bipush 10
            if_icmpeq 8
            iload 1 /* c */
            bipush 13
            if_icmpne 17
         8: .line 365
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity int int int
      StackMap stack:
            iconst_1
            istore 2 /* isSpace */
         9: .line 370
            iload 1 /* c */
            bipush 10
            if_icmpeq 10
            iload 1 /* c */
            bipush 13
            if_icmpne 2
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isInternal:()Z
            ifne 2
        11: .line 371
            iload 1 /* c */
            bipush 10
            if_icmpne 12
            iload 3 /* sawCR */
            ifne 14
        12: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
        13: .line 373
            iconst_0
            istore 3 /* sawCR */
        14: .line 375
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 13
            if_icmpne 2
        15: .line 376
            iconst_1
            istore 3 /* sawCR */
        16: .line 378
            goto 2
        17: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iconst_1
            isub
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        18: .line 380
            iload 2 /* isSpace */
            ireturn
        end local 3 // boolean sawCR
        end local 2 // boolean isSpace
        end local 1 // char c
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            7   19     1        c  C
            1   19     2  isSpace  Z
            2   19     3    sawCR  Z
    Exceptions:
      throws java.io.IOException, org.xml.sax.SAXException

  public boolean parsedContent(com.sun.xml.internal.dtdparser.DTDEventListener);
    descriptor: (Lcom/sun/xml/internal/dtdparser/DTDEventListener;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
        start local 1 // com.sun.xml.internal.dtdparser.DTDEventListener docHandler
         0: .line 409
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            dup
            istore 3 /* last */
        start local 3 // int last
         1: istore 2 /* first */
        start local 2 // int first
         2: iconst_0
            istore 4 /* sawContent */
        start local 4 // boolean sawContent
         3: .line 412
      StackMap locals: int int int
      StackMap stack:
            iload 3 /* last */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            if_icmplt 13
         4: .line 413
            iload 3 /* last */
            iload 2 /* first */
            if_icmple 8
         5: .line 415
            aload 1 /* docHandler */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 2 /* first */
            iload 3 /* last */
            iload 2 /* first */
            isub
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.characters:([CII)V
         6: .line 416
            iconst_1
            istore 4 /* sawContent */
         7: .line 417
            aload 0 /* this */
            iload 3 /* last */
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
         8: .line 419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isEOF:()Z
            ifeq 10
         9: .line 420
            iload 4 /* sawContent */
            ireturn
        10: .line 421
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            istore 2 /* first */
        11: .line 422
            iload 2 /* first */
            iconst_1
            isub
            istore 3 /* last */
        12: .line 423
            goto 76
        13: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 3 /* last */
            caload
            istore 5 /* c */
        start local 5 // char c
        14: .line 437
            iload 5 /* c */
            bipush 93
            if_icmple 15
            iload 5 /* c */
            ldc 55295
            if_icmple 76
        15: .line 438
      StackMap locals: int
      StackMap stack:
            iload 5 /* c */
            bipush 38
            if_icmpge 16
            iload 5 /* c */
            bipush 32
            if_icmpge 76
        16: .line 439
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 60
            if_icmple 17
            iload 5 /* c */
            bipush 93
            if_icmplt 76
        17: .line 440
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 38
            if_icmple 18
            iload 5 /* c */
            bipush 60
            if_icmplt 76
        18: .line 441
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 9
            if_icmpeq 76
        19: .line 442
            iload 5 /* c */
            ldc 57344
            if_icmplt 21
            iload 5 /* c */
            ldc 65533
            if_icmpgt 21
        20: .line 444
            goto 76
        21: .line 447
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 60
            if_icmpeq 77
            iload 5 /* c */
            bipush 38
            if_icmpne 23
        22: .line 448
            goto 77
        23: .line 451
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 10
            if_icmpne 27
        24: .line 452
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isInternal:()Z
            ifne 76
        25: .line 453
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
        26: .line 454
            goto 76
        27: .line 460
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 13
            if_icmpne 39
        28: .line 461
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isInternal:()Z
            ifeq 30
        29: .line 462
            goto 76
        30: .line 464
      StackMap locals:
      StackMap stack:
            aload 1 /* docHandler */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 2 /* first */
            iload 3 /* last */
            iload 2 /* first */
            isub
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.characters:([CII)V
        31: .line 465
            aload 1 /* docHandler */
            getstatic com.sun.xml.internal.dtdparser.InputEntity.newline:[C
            iconst_0
            iconst_1
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.characters:([CII)V
        32: .line 466
            iconst_1
            istore 4 /* sawContent */
        33: .line 467
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
        34: .line 468
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            iload 3 /* last */
            iconst_1
            iadd
            if_icmple 37
        35: .line 469
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 3 /* last */
            iconst_1
            iadd
            caload
            bipush 10
            if_icmpne 37
        36: .line 470
            iinc 3 /* last */ 1
        37: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* last */
            iconst_1
            iadd
            dup_x1
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            istore 2 /* first */
        38: .line 475
            goto 76
        39: .line 479
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            bipush 93
            if_icmpne 58
        40: .line 480
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            iload 3 /* last */
            isub
            tableswitch { // 1 - 2
                    1: 43
                    2: 41
              default: 55
          }
        41: .line 484
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 3 /* last */
            iconst_1
            iadd
            caload
            bipush 93
            if_icmpeq 43
        42: .line 485
            goto 76
        43: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            ifnull 76
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.isClosed:Z
            ifeq 45
        44: .line 490
            goto 76
        45: .line 491
      StackMap locals:
      StackMap stack:
            iload 3 /* last */
            iload 2 /* first */
            if_icmpne 47
        46: .line 492
            new java.lang.InternalError
            dup
            ldc "fillbuf"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        47: .line 493
      StackMap locals:
      StackMap stack:
            iinc 3 /* last */ -1
        48: .line 494
            iload 3 /* last */
            iload 2 /* first */
            if_icmple 52
        49: .line 496
            aload 1 /* docHandler */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 2 /* first */
            iload 3 /* last */
            iload 2 /* first */
            isub
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.characters:([CII)V
        50: .line 497
            iconst_1
            istore 4 /* sawContent */
        51: .line 498
            aload 0 /* this */
            iload 3 /* last */
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        52: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fillbuf:()V
        53: .line 501
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            dup
            istore 3 /* last */
            istore 2 /* first */
        54: .line 502
            goto 76
        55: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 3 /* last */
            iconst_1
            iadd
            caload
            bipush 93
            if_icmpne 76
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 3 /* last */
            iconst_2
            iadd
            caload
            bipush 62
            if_icmpne 76
        56: .line 508
            aload 0 /* this */
            ldc "P-072"
            aconst_null
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
        57: .line 509
            goto 76
        58: .line 514
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            ldc 55296
            if_icmplt 75
            iload 5 /* c */
            ldc 57343
            if_icmpgt 75
        59: .line 515
            iload 3 /* last */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            if_icmplt 71
        60: .line 516
            iload 3 /* last */
            iload 2 /* first */
            if_icmple 64
        61: .line 518
            aload 1 /* docHandler */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 2 /* first */
            iload 3 /* last */
            iload 2 /* first */
            isub
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.characters:([CII)V
        62: .line 519
            iconst_1
            istore 4 /* sawContent */
        63: .line 520
            aload 0 /* this */
            iload 3 /* last */
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        64: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isEOF:()Z
            ifeq 68
        65: .line 523
            aload 0 /* this */
            ldc "P-081"
        66: .line 524
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 5 /* c */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
        67: .line 523
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
        68: .line 526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            istore 2 /* first */
        69: .line 527
            iload 2 /* first */
            istore 3 /* last */
        70: .line 528
            goto 76
        71: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* last */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.checkSurrogatePair:(I)Z
            ifeq 73
        72: .line 531
            iinc 3 /* last */ 1
            goto 76
        73: .line 533
      StackMap locals:
      StackMap stack:
            iinc 3 /* last */ -1
        74: .line 535
            goto 77
        75: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "P-071"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 5 /* c */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 5 // char c
        76: .line 409
      StackMap locals:
      StackMap stack:
            iinc 3 /* last */ 1
            goto 3
        start local 5 // char c
        77: .line 542
      StackMap locals: int
      StackMap stack:
            iload 3 /* last */
            iload 2 /* first */
            if_icmpne 79
        78: .line 543
            iload 4 /* sawContent */
            ireturn
        79: .line 545
      StackMap locals:
      StackMap stack:
            aload 1 /* docHandler */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 2 /* first */
            iload 3 /* last */
            iload 2 /* first */
            isub
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.characters:([CII)V
        80: .line 546
            aload 0 /* this */
            iload 3 /* last */
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        81: .line 547
            iconst_1
            ireturn
        end local 5 // char c
        end local 4 // boolean sawContent
        end local 3 // int last
        end local 2 // int first
        end local 1 // com.sun.xml.internal.dtdparser.DTDEventListener docHandler
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   82     0        this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            0   82     1  docHandler  Lcom/sun/xml/internal/dtdparser/DTDEventListener;
            2   82     2       first  I
            1   82     3        last  I
            3   82     4  sawContent  Z
           14   76     5           c  C
           77   82     5           c  C
    Exceptions:
      throws java.io.IOException, org.xml.sax.SAXException
    MethodParameters:
            Name  Flags
      docHandler  

  public boolean unparsedContent(com.sun.xml.internal.dtdparser.DTDEventListener, boolean, java.lang.String);
    descriptor: (Lcom/sun/xml/internal/dtdparser/DTDEventListener;ZLjava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=4
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
        start local 1 // com.sun.xml.internal.dtdparser.DTDEventListener docHandler
        start local 2 // boolean ignorableWhitespace
        start local 3 // java.lang.String whitespaceInvalidMessage
         0: .line 579
            aload 0 /* this */
            ldc "![CDATA["
            aconst_null
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.peek:(Ljava/lang/String;[C)Z
            ifne 2
         1: .line 580
            iconst_0
            ireturn
         2: .line 581
      StackMap locals:
      StackMap stack:
            aload 1 /* docHandler */
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.startCDATA:()V
         3: .line 587
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* done */
        start local 5 // boolean done
         4: .line 592
            iload 2 /* ignorableWhitespace */
            istore 7 /* white */
        start local 7 // boolean white
         5: .line 594
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            istore 4 /* last */
        start local 4 // int last
         6: goto 56
         7: .line 595
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity com.sun.xml.internal.dtdparser.DTDEventListener int java.lang.String int int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 4 /* last */
            caload
            istore 6 /* c */
        start local 6 // char c
         8: .line 600
            iload 6 /* c */
            invokestatic com.sun.xml.internal.dtdparser.XmlChars.isChar:(I)Z
            ifne 19
         9: .line 601
            iconst_0
            istore 7 /* white */
        10: .line 602
            iload 6 /* c */
            ldc 55296
            if_icmplt 16
            iload 6 /* c */
            ldc 57343
            if_icmpgt 16
        11: .line 603
            aload 0 /* this */
            iload 4 /* last */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.checkSurrogatePair:(I)Z
            ifeq 14
        12: .line 604
            iinc 4 /* last */ 1
        13: .line 605
            goto 55
        14: .line 607
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity com.sun.xml.internal.dtdparser.DTDEventListener int java.lang.String int int int int
      StackMap stack:
            iinc 4 /* last */ -1
        15: .line 608
            goto 57
        16: .line 611
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "P-071"
        17: .line 612
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 4 /* last */
            caload
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
        18: .line 611
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
        19: .line 614
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 10
            if_icmpne 23
        20: .line 615
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isInternal:()Z
            ifne 55
        21: .line 616
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
        22: .line 617
            goto 55
        23: .line 619
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 13
            if_icmpne 46
        24: .line 621
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isInternal:()Z
            ifeq 26
        25: .line 622
            goto 55
        26: .line 624
      StackMap locals:
      StackMap stack:
            iload 7 /* white */
            ifeq 38
        27: .line 625
            aload 3 /* whitespaceInvalidMessage */
            ifnull 33
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.errHandler:Lcom/sun/xml/internal/dtdparser/DTDEventListener;
            ifnull 33
        28: .line 626
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.errHandler:Lcom/sun/xml/internal/dtdparser/DTDEventListener;
            new org.xml.sax.SAXParseException
            dup
            getstatic com.sun.xml.internal.dtdparser.DTDParser.messages:Lcom/sun/xml/internal/dtdparser/DTDParser$Catalog;
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.locale:Ljava/util/Locale;
        29: .line 627
            aload 3 /* whitespaceInvalidMessage */
        30: .line 626
            invokevirtual com.sun.xml.internal.dtdparser.DTDParser$Catalog.getMessage:(Ljava/util/Locale;Ljava/lang/String;)Ljava/lang/String;
        31: .line 627
            aconst_null
            invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;)V
        32: .line 626
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.error:(Lorg/xml/sax/SAXParseException;)V
        33: .line 628
      StackMap locals:
      StackMap stack:
            aload 1 /* docHandler */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        34: .line 629
            iload 4 /* last */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            isub
        35: .line 628
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.ignorableWhitespace:([CII)V
        36: .line 630
            aload 1 /* docHandler */
            getstatic com.sun.xml.internal.dtdparser.InputEntity.newline:[C
            iconst_0
            iconst_1
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.ignorableWhitespace:([CII)V
        37: .line 631
            goto 40
        38: .line 633
      StackMap locals:
      StackMap stack:
            aload 1 /* docHandler */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iload 4 /* last */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            isub
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.characters:([CII)V
        39: .line 634
            aload 1 /* docHandler */
            getstatic com.sun.xml.internal.dtdparser.InputEntity.newline:[C
            iconst_0
            iconst_1
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.characters:([CII)V
        40: .line 636
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
        41: .line 637
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            iload 4 /* last */
            iconst_1
            iadd
            if_icmple 44
        42: .line 638
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 4 /* last */
            iconst_1
            iadd
            caload
            bipush 10
            if_icmpne 44
        43: .line 639
            iinc 4 /* last */ 1
        44: .line 643
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* last */
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        45: .line 644
            goto 55
        46: .line 646
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 93
            if_icmpeq 50
        47: .line 647
            iload 6 /* c */
            bipush 32
            if_icmpeq 55
            iload 6 /* c */
            bipush 9
            if_icmpeq 55
        48: .line 648
            iconst_0
            istore 7 /* white */
        49: .line 649
            goto 55
        50: .line 651
      StackMap locals:
      StackMap stack:
            iload 4 /* last */
            iconst_2
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            if_icmpge 57
        51: .line 652
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 4 /* last */
            iconst_1
            iadd
            caload
            bipush 93
            if_icmpne 54
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 4 /* last */
            iconst_2
            iadd
            caload
            bipush 62
            if_icmpne 54
        52: .line 653
            iconst_1
            istore 5 /* done */
        53: .line 654
            goto 57
        54: .line 656
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* white */
        55: .line 594
      StackMap locals:
      StackMap stack:
            iinc 4 /* last */ 1
        end local 6 // char c
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity com.sun.xml.internal.dtdparser.DTDEventListener int java.lang.String int int top int
      StackMap stack:
        56: iload 4 /* last */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            if_icmplt 7
        57: .line 663
      StackMap locals:
      StackMap stack:
            iload 7 /* white */
            ifeq 66
        58: .line 664
            aload 3 /* whitespaceInvalidMessage */
            ifnull 64
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.errHandler:Lcom/sun/xml/internal/dtdparser/DTDEventListener;
            ifnull 64
        59: .line 665
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.errHandler:Lcom/sun/xml/internal/dtdparser/DTDEventListener;
            new org.xml.sax.SAXParseException
            dup
            getstatic com.sun.xml.internal.dtdparser.DTDParser.messages:Lcom/sun/xml/internal/dtdparser/DTDParser$Catalog;
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.locale:Ljava/util/Locale;
        60: .line 666
            aload 3 /* whitespaceInvalidMessage */
        61: .line 665
            invokevirtual com.sun.xml.internal.dtdparser.DTDParser$Catalog.getMessage:(Ljava/util/Locale;Ljava/lang/String;)Ljava/lang/String;
        62: .line 666
            aconst_null
            invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;)V
        63: .line 665
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.error:(Lorg/xml/sax/SAXParseException;)V
        64: .line 667
      StackMap locals:
      StackMap stack:
            aload 1 /* docHandler */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iload 4 /* last */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            isub
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.ignorableWhitespace:([CII)V
        65: .line 668
            goto 67
        66: .line 670
      StackMap locals:
      StackMap stack:
            aload 1 /* docHandler */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iload 4 /* last */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            isub
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.characters:([CII)V
        67: .line 672
      StackMap locals:
      StackMap stack:
            iload 5 /* done */
            ifeq 70
        68: .line 673
            aload 0 /* this */
            iload 4 /* last */
            iconst_3
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        69: .line 674
            goto 74
        70: .line 676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* last */
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        71: .line 677
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isEOF:()Z
            ifeq 3
        72: .line 678
            aload 0 /* this */
            ldc "P-073"
            aconst_null
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 7 // boolean white
        end local 5 // boolean done
        end local 4 // int last
        73: .line 586
            goto 3
        start local 4 // int last
        74: .line 680
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity com.sun.xml.internal.dtdparser.DTDEventListener int java.lang.String int
      StackMap stack:
            aload 1 /* docHandler */
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.endCDATA:()V
        75: .line 681
            iconst_1
            ireturn
        end local 4 // int last
        end local 3 // java.lang.String whitespaceInvalidMessage
        end local 2 // boolean ignorableWhitespace
        end local 1 // com.sun.xml.internal.dtdparser.DTDEventListener docHandler
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   76     0                      this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            0   76     1                docHandler  Lcom/sun/xml/internal/dtdparser/DTDEventListener;
            0   76     2       ignorableWhitespace  Z
            0   76     3  whitespaceInvalidMessage  Ljava/lang/String;
            6   73     4                      last  I
           74   76     4                      last  I
            4   73     5                      done  Z
            8   56     6                         c  C
            5   73     7                     white  Z
    Exceptions:
      throws java.io.IOException, org.xml.sax.SAXException
    MethodParameters:
                          Name  Flags
      docHandler                
      ignorableWhitespace       
      whitespaceInvalidMessage  

  private boolean checkSurrogatePair(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
        start local 1 // int offset
         0: .line 688
            iload 1 /* offset */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            if_icmplt 2
         1: .line 689
            iconst_0
            ireturn
         2: .line 691
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 1 /* offset */
            iinc 1 /* offset */ 1
            caload
            istore 2 /* c1 */
        start local 2 // char c1
         3: .line 692
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 1 /* offset */
            caload
            istore 3 /* c2 */
        start local 3 // char c2
         4: .line 694
            iload 2 /* c1 */
            ldc 55296
            if_icmplt 6
            iload 2 /* c1 */
            ldc 56320
            if_icmpge 6
            iload 3 /* c2 */
            ldc 56320
            if_icmplt 6
            iload 3 /* c2 */
            ldc 57343
            if_icmpgt 6
         5: .line 695
            iconst_1
            ireturn
         6: .line 696
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            ldc "P-074"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         7: .line 697
            iload 2 /* c1 */
            ldc 65535
            iand
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         8: .line 698
            iload 3 /* c2 */
            ldc 65535
            iand
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
         9: .line 696
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 700
            iconst_0
            ireturn
        end local 3 // char c2
        end local 2 // char c1
        end local 1 // int offset
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            0   11     1  offset  I
            3   11     2      c1  C
            4   11     3      c2  C
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
        Name  Flags
      offset  

  public boolean ignorableWhitespace(com.sun.xml.internal.dtdparser.DTDEventListener);
    descriptor: (Lcom/sun/xml/internal/dtdparser/DTDEventListener;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
        start local 1 // com.sun.xml.internal.dtdparser.DTDEventListener handler
         0: .line 714
            iconst_0
            istore 3 /* isSpace */
        start local 3 // boolean isSpace
         1: .line 718
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            istore 4 /* first */
        start local 4 // int first
         2: .line 719
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity com.sun.xml.internal.dtdparser.DTDEventListener top int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            if_icmpgt 7
         3: .line 720
            iload 3 /* isSpace */
            ifeq 5
         4: .line 721
            aload 1 /* handler */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 4 /* first */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iload 4 /* first */
            isub
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.ignorableWhitespace:([CII)V
         5: .line 722
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fillbuf:()V
         6: .line 723
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            istore 4 /* first */
         7: .line 725
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            if_icmpgt 9
         8: .line 726
            iload 3 /* isSpace */
            ireturn
         9: .line 728
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            caload
            istore 2 /* c */
        start local 2 // char c
        10: .line 729
            iload 2 /* c */
            lookupswitch { // 4
                    9: 13
                   10: 11
                   13: 15
                   32: 13
              default: 26
          }
        11: .line 731
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity com.sun.xml.internal.dtdparser.DTDEventListener int int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isInternal:()Z
            ifne 13
        12: .line 732
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
        13: .line 737
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* isSpace */
        14: .line 738
            goto 2
        15: .line 741
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* isSpace */
        16: .line 742
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.isInternal:()Z
            ifne 18
        17: .line 743
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
        18: .line 744
      StackMap locals:
      StackMap stack:
            aload 1 /* handler */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 4 /* first */
        19: .line 745
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iconst_1
            isub
            iload 4 /* first */
            isub
        20: .line 744
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.ignorableWhitespace:([CII)V
        21: .line 746
            aload 1 /* handler */
            getstatic com.sun.xml.internal.dtdparser.InputEntity.newline:[C
            iconst_0
            iconst_1
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.ignorableWhitespace:([CII)V
        22: .line 747
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            if_icmpge 24
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            caload
            bipush 10
            if_icmpne 24
        23: .line 748
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        24: .line 749
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            istore 4 /* first */
        25: .line 750
            goto 2
        26: .line 753
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.ungetc:()V
        27: .line 754
            iload 3 /* isSpace */
            ifeq 29
        28: .line 755
            aload 1 /* handler */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iload 4 /* first */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iload 4 /* first */
            isub
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.ignorableWhitespace:([CII)V
        29: .line 756
      StackMap locals:
      StackMap stack:
            iload 3 /* isSpace */
            ireturn
        end local 4 // int first
        end local 3 // boolean isSpace
        end local 2 // char c
        end local 1 // com.sun.xml.internal.dtdparser.DTDEventListener handler
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   30     0     this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            0   30     1  handler  Lcom/sun/xml/internal/dtdparser/DTDEventListener;
           10   30     2        c  C
            1   30     3  isSpace  Z
            2   30     4    first  I
    Exceptions:
      throws java.io.IOException, org.xml.sax.SAXException
    MethodParameters:
         Name  Flags
      handler  

  public boolean peek(java.lang.String, char[]);
    descriptor: (Ljava/lang/String;[C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
        start local 1 // java.lang.String next
        start local 2 // char[] chars
         0: .line 774
            aload 2 /* chars */
            ifnull 3
         1: .line 775
            aload 2 /* chars */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         2: goto 4
        end local 3 // int len
         3: .line 777
      StackMap locals:
      StackMap stack:
            aload 1 /* next */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         4: .line 782
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            if_icmple 5
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            isub
            iload 3 /* len */
            if_icmpge 6
         5: .line 783
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fillbuf:()V
         6: .line 786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            if_icmpgt 8
         7: .line 787
            iconst_0
            ireturn
         8: .line 790
      StackMap locals:
      StackMap stack:
            aload 2 /* chars */
            ifnull 16
         9: .line 791
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        10: goto 14
        11: .line 792
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iload 4 /* i */
            iadd
            caload
            aload 2 /* chars */
            iload 4 /* i */
            caload
            if_icmpeq 13
        12: .line 793
            iconst_0
            ireturn
        13: .line 791
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 4 /* i */
            iload 3 /* len */
            if_icmpge 22
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iload 4 /* i */
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            if_icmplt 11
        15: .line 795
            goto 22
        end local 4 // int i
        16: .line 796
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        17: goto 21
        18: .line 797
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iload 4 /* i */
            iadd
            caload
            aload 1 /* next */
            iload 4 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 20
        19: .line 798
            iconst_0
            ireturn
        20: .line 796
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 4 /* i */
            iload 3 /* len */
            if_icmpge 22
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iload 4 /* i */
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            if_icmplt 18
        22: .line 804
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iload 3 /* len */
            if_icmpge 29
        23: .line 805
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            ifnull 24
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.isClosed:Z
            ifeq 25
        24: .line 806
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        25: .line 815
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            arraylength
            if_icmple 27
        26: .line 816
            aload 0 /* this */
            ldc "P-077"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            arraylength
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
        27: .line 819
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fillbuf:()V
        28: .line 820
            aload 0 /* this */
            aload 1 /* next */
            aload 2 /* chars */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.peek:(Ljava/lang/String;[C)Z
            ireturn
        29: .line 823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iload 3 /* len */
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        30: .line 824
            iconst_1
            ireturn
        end local 4 // int i
        end local 3 // int len
        end local 2 // char[] chars
        end local 1 // java.lang.String next
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   31     0   this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            0   31     1   next  Ljava/lang/String;
            0   31     2  chars  [C
            2    3     3    len  I
            4   31     3    len  I
           10   16     4      i  I
           17   31     4      i  I
    Exceptions:
      throws java.io.IOException, org.xml.sax.SAXException
    MethodParameters:
       Name  Flags
      next   
      chars  

  public void startRemembering();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 836
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.startRemember:I
            ifeq 2
         1: .line 837
            new java.lang.InternalError
            dup
            invokespecial java.lang.InternalError.<init>:()V
            athrow
         2: .line 838
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            putfield com.sun.xml.internal.dtdparser.InputEntity.startRemember:I
         3: .line 839
            return
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;

  public java.lang.String rememberText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 847
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.rememberedText:Ljava/lang/StringBuffer;
            ifnull 6
         1: .line 848
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.rememberedText:Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.startRemember:I
         2: .line 849
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.startRemember:I
            isub
         3: .line 848
            invokevirtual java.lang.StringBuffer.append:([CII)Ljava/lang/StringBuffer;
            pop
         4: .line 850
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.rememberedText:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 1 /* retval */
        start local 1 // java.lang.String retval
         5: .line 851
            goto 9
        end local 1 // java.lang.String retval
         6: .line 852
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.startRemember:I
         7: .line 853
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.startRemember:I
            isub
         8: .line 852
            invokespecial java.lang.String.<init>:([CII)V
            astore 1 /* retval */
        start local 1 // java.lang.String retval
         9: .line 855
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.dtdparser.InputEntity.startRemember:I
        10: .line 856
            aload 0 /* this */
            aconst_null
            putfield com.sun.xml.internal.dtdparser.InputEntity.rememberedText:Ljava/lang/StringBuffer;
        11: .line 857
            aload 1 /* retval */
            areturn
        end local 1 // java.lang.String retval
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            5    6     1  retval  Ljava/lang/String;
            9   12     1  retval  Ljava/lang/String;

  private com.sun.xml.internal.dtdparser.InputEntity getTopEntity();
    descriptor: ()Lcom/sun/xml/internal/dtdparser/InputEntity;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 862
            aload 0 /* this */
            astore 1 /* current */
        start local 1 // com.sun.xml.internal.dtdparser.InputEntity current
         1: .line 866
            goto 3
         2: .line 867
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity
      StackMap stack:
            aload 1 /* current */
            getfield com.sun.xml.internal.dtdparser.InputEntity.next:Lcom/sun/xml/internal/dtdparser/InputEntity;
            astore 1 /* current */
         3: .line 866
      StackMap locals:
      StackMap stack:
            aload 1 /* current */
            ifnull 4
            aload 1 /* current */
            getfield com.sun.xml.internal.dtdparser.InputEntity.input:Lorg/xml/sax/InputSource;
            ifnull 2
         4: .line 868
      StackMap locals:
      StackMap stack:
            aload 1 /* current */
            ifnonnull 5
            aload 0 /* this */
            goto 6
      StackMap locals:
      StackMap stack:
         5: aload 1 /* current */
      StackMap locals:
      StackMap stack: com.sun.xml.internal.dtdparser.InputEntity
         6: areturn
        end local 1 // com.sun.xml.internal.dtdparser.InputEntity current
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            1    7     1  current  Lcom/sun/xml/internal/dtdparser/InputEntity;

  public java.lang.String getPublicId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 876
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.getTopEntity:()Lcom/sun/xml/internal/dtdparser/InputEntity;
            astore 1 /* where */
        start local 1 // com.sun.xml.internal.dtdparser.InputEntity where
         1: .line 877
            aload 1 /* where */
            aload 0 /* this */
            if_acmpne 3
         2: .line 878
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.input:Lorg/xml/sax/InputSource;
            invokevirtual org.xml.sax.InputSource.getPublicId:()Ljava/lang/String;
            areturn
         3: .line 879
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity
      StackMap stack:
            aload 1 /* where */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.getPublicId:()Ljava/lang/String;
            areturn
        end local 1 // com.sun.xml.internal.dtdparser.InputEntity where
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            1    4     1  where  Lcom/sun/xml/internal/dtdparser/InputEntity;

  public java.lang.String getSystemId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 887
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.getTopEntity:()Lcom/sun/xml/internal/dtdparser/InputEntity;
            astore 1 /* where */
        start local 1 // com.sun.xml.internal.dtdparser.InputEntity where
         1: .line 888
            aload 1 /* where */
            aload 0 /* this */
            if_acmpne 3
         2: .line 889
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.input:Lorg/xml/sax/InputSource;
            invokevirtual org.xml.sax.InputSource.getSystemId:()Ljava/lang/String;
            areturn
         3: .line 890
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity
      StackMap stack:
            aload 1 /* where */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.getSystemId:()Ljava/lang/String;
            areturn
        end local 1 // com.sun.xml.internal.dtdparser.InputEntity where
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            1    4     1  where  Lcom/sun/xml/internal/dtdparser/InputEntity;

  public int getLineNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 898
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.getTopEntity:()Lcom/sun/xml/internal/dtdparser/InputEntity;
            astore 1 /* where */
        start local 1 // com.sun.xml.internal.dtdparser.InputEntity where
         1: .line 899
            aload 1 /* where */
            aload 0 /* this */
            if_acmpne 3
         2: .line 900
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.lineNumber:I
            ireturn
         3: .line 901
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity
      StackMap stack:
            aload 1 /* where */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.getLineNumber:()I
            ireturn
        end local 1 // com.sun.xml.internal.dtdparser.InputEntity where
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            1    4     1  where  Lcom/sun/xml/internal/dtdparser/InputEntity;

  public int getColumnNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 909
            iconst_m1
            ireturn
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;

  private void fillbuf();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 929
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.isClosed:Z
            ifeq 2
         1: .line 930
      StackMap locals:
      StackMap stack:
            return
         2: .line 933
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.startRemember:I
            ifeq 8
         3: .line 934
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.rememberedText:Ljava/lang/StringBuffer;
            ifnonnull 5
         4: .line 935
            aload 0 /* this */
            new java.lang.StringBuffer
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            arraylength
            invokespecial java.lang.StringBuffer.<init>:(I)V
            putfield com.sun.xml.internal.dtdparser.InputEntity.rememberedText:Ljava/lang/StringBuffer;
         5: .line 936
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.rememberedText:Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.startRemember:I
         6: .line 937
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.startRemember:I
            isub
         7: .line 936
            invokevirtual java.lang.StringBuffer.append:([CII)Ljava/lang/StringBuffer;
            pop
         8: .line 940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            ifle 9
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            ifle 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: istore 1 /* extra */
        start local 1 // boolean extra
        11: .line 943
            iload 1 /* extra */
            ifeq 13
        12: .line 944
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iconst_1
            isub
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        13: .line 945
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            isub
            istore 2 /* len */
        start local 2 // int len
        14: .line 947
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            iconst_0
            iload 2 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 948
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        16: .line 949
            aload 0 /* this */
            iload 2 /* len */
            putfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
        17: .line 952
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            arraylength
            iload 2 /* len */
            isub
            istore 2 /* len */
        18: .line 953
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.buf:[C
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            iload 2 /* len */
            invokevirtual java.io.Reader.read:([CII)I
            istore 2 /* len */
        19: .line 954
            goto 25
      StackMap locals: com.sun.xml.internal.dtdparser.InputEntity int int
      StackMap stack: java.io.UnsupportedEncodingException
        20: astore 3 /* e */
        start local 3 // java.io.UnsupportedEncodingException e
        21: .line 955
            aload 0 /* this */
            ldc "P-075"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* e */
            invokevirtual java.io.UnsupportedEncodingException.getMessage:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 3 // java.io.UnsupportedEncodingException e
        22: goto 25
        23: .line 956
      StackMap locals:
      StackMap stack: java.io.CharConversionException
            astore 3 /* e */
        start local 3 // java.io.CharConversionException e
        24: .line 957
            aload 0 /* this */
            ldc "P-076"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* e */
            invokevirtual java.io.CharConversionException.getMessage:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.fatal:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 3 // java.io.CharConversionException e
        25: .line 959
      StackMap locals:
      StackMap stack:
            iload 2 /* len */
            iflt 27
        26: .line 960
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            iload 2 /* len */
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.finish:I
            goto 28
        27: .line 962
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.close:()V
        28: .line 963
      StackMap locals:
      StackMap stack:
            iload 1 /* extra */
            ifeq 30
        29: .line 964
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.dtdparser.InputEntity.start:I
            iconst_1
            iadd
            putfield com.sun.xml.internal.dtdparser.InputEntity.start:I
        30: .line 966
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.startRemember:I
            ifeq 32
        31: .line 968
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.dtdparser.InputEntity.startRemember:I
        32: .line 969
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int len
        end local 1 // boolean extra
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   33     0   this  Lcom/sun/xml/internal/dtdparser/InputEntity;
           11   33     1  extra  Z
           14   33     2    len  I
           21   22     3      e  Ljava/io/UnsupportedEncodingException;
           24   25     3      e  Ljava/io/CharConversionException;
      Exception table:
        from    to  target  type
          17    19      20  Class java.io.UnsupportedEncodingException
          17    19      23  Class java.io.CharConversionException
    Exceptions:
      throws java.io.IOException, org.xml.sax.SAXException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
         0: .line 974
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            ifnull 2
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.isClosed:Z
            ifne 2
         1: .line 975
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.reader:Ljava/io/Reader;
            invokevirtual java.io.Reader.close:()V
         2: .line 976
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.dtdparser.InputEntity.isClosed:Z
         3: .line 977
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         4: pop
         5: .line 980
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/xml/internal/dtdparser/InputEntity;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException

  private void fatal(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.sun.xml.internal.dtdparser.InputEntity this
        start local 1 // java.lang.String messageId
        start local 2 // java.lang.Object[] params
         0: .line 986
            new org.xml.sax.SAXParseException
            dup
            getstatic com.sun.xml.internal.dtdparser.DTDParser.messages:Lcom/sun/xml/internal/dtdparser/DTDParser$Catalog;
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.locale:Ljava/util/Locale;
            aload 1 /* messageId */
            aload 2 /* params */
            invokevirtual com.sun.xml.internal.dtdparser.DTDParser$Catalog.getMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            aconst_null
            invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;)V
            astore 3 /* x */
        start local 3 // org.xml.sax.SAXParseException x
         1: .line 989
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.dtdparser.InputEntity.close:()V
         2: .line 990
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.errHandler:Lcom/sun/xml/internal/dtdparser/DTDEventListener;
            ifnull 4
         3: .line 991
            aload 0 /* this */
            getfield com.sun.xml.internal.dtdparser.InputEntity.errHandler:Lcom/sun/xml/internal/dtdparser/DTDEventListener;
            aload 3 /* x */
            invokeinterface com.sun.xml.internal.dtdparser.DTDEventListener.fatalError:(Lorg/xml/sax/SAXParseException;)V
         4: .line 993
      StackMap locals: org.xml.sax.SAXParseException
      StackMap stack:
            aload 3 /* x */
            athrow
        end local 3 // org.xml.sax.SAXParseException x
        end local 2 // java.lang.Object[] params
        end local 1 // java.lang.String messageId
        end local 0 // com.sun.xml.internal.dtdparser.InputEntity this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/xml/internal/dtdparser/InputEntity;
            0    5     1  messageId  Ljava/lang/String;
            0    5     2     params  [Ljava/lang/Object;
            1    5     3          x  Lorg/xml/sax/SAXParseException;
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
           Name  Flags
      messageId  
      params     
}
SourceFile: "InputEntity.java"
InnerClasses:
  final Catalog = com.sun.xml.internal.dtdparser.DTDParser$Catalog of com.sun.xml.internal.dtdparser.DTDParser