public abstract class com.sun.org.apache.xerces.internal.impl.XMLScanner implements com.sun.org.apache.xerces.internal.xni.parser.XMLComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.xerces.internal.impl.XMLScanner
  super_class: java.lang.Object
{
  protected static final java.lang.String NAMESPACES;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://xml.org/sax/features/namespaces"

  protected static final java.lang.String VALIDATION;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://xml.org/sax/features/validation"

  protected static final java.lang.String NOTIFY_CHAR_REFS;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/scanner/notify-char-refs"

  protected static final java.lang.String PARSER_SETTINGS;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/internal/parser-settings"

  protected static final java.lang.String SYMBOL_TABLE;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/internal/symbol-table"

  protected static final java.lang.String ERROR_REPORTER;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/internal/error-reporter"

  protected static final java.lang.String ENTITY_MANAGER;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/internal/entity-manager"

  private static final java.lang.String SECURITY_MANAGER;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/security-manager"

  protected static final boolean DEBUG_ATTR_NORMALIZATION;
    descriptor: Z
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

  protected java.util.ArrayList<com.sun.org.apache.xerces.internal.xni.XMLString> attributeValueCache;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/ArrayList<Lcom/sun/org/apache/xerces/internal/xni/XMLString;>;

  protected java.util.ArrayList<com.sun.org.apache.xerces.internal.util.XMLStringBuffer> stringBufferCache;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/ArrayList<Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;>;

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

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

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

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

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

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

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

  protected com.sun.org.apache.xerces.internal.impl.PropertyManager fPropertyManager;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/PropertyManager;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.util.SymbolTable fSymbolTable;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.impl.XMLErrorReporter fErrorReporter;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.impl.XMLEntityManager fEntityManager;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.xml.internal.stream.XMLEntityStorage fEntityStore;
    descriptor: Lcom/sun/xml/internal/stream/XMLEntityStorage;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.utils.XMLSecurityManager fSecurityManager;
    descriptor: Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.utils.XMLLimitAnalyzer fLimitAnalyzer;
    descriptor: Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
    flags: (0x0004) ACC_PROTECTED

  protected javax.xml.stream.events.XMLEvent fEvent;
    descriptor: Ljavax/xml/stream/events/XMLEvent;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.impl.XMLEntityScanner fEntityScanner;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
    flags: (0x0004) ACC_PROTECTED

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

  protected java.lang.String fCharRefLiteral;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

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

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

  protected static final java.lang.String fVersionSymbol;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final java.lang.String fEncodingSymbol;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final java.lang.String fStandaloneSymbol;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final java.lang.String fAmpSymbol;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final java.lang.String fLtSymbol;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final java.lang.String fGtSymbol;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final java.lang.String fQuotSymbol;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final java.lang.String fAposSymbol;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  private com.sun.org.apache.xerces.internal.xni.XMLString fString;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/XMLString;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.util.XMLStringBuffer fStringBuffer;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.util.XMLStringBuffer fStringBuffer2;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.util.XMLStringBuffer fStringBuffer3;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
    flags: (0x0002) ACC_PRIVATE

  protected com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl fResourceIdentifier;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/XMLResourceIdentifierImpl;
    flags: (0x0004) ACC_PROTECTED

  int initialCacheCount;
    descriptor: I
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 218
            ldc "version"
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            putstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fVersionSymbol:Ljava/lang/String;
         1: .line 221
            ldc "encoding"
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            putstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fEncodingSymbol:Ljava/lang/String;
         2: .line 224
            ldc "standalone"
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            putstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fStandaloneSymbol:Ljava/lang/String;
         3: .line 227
            ldc "amp"
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            putstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fAmpSymbol:Ljava/lang/String;
         4: .line 230
            ldc "lt"
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            putstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fLtSymbol:Ljava/lang/String;
         5: .line 233
            ldc "gt"
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            putstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fGtSymbol:Ljava/lang/String;
         6: .line 236
            ldc "quot"
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            putstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fQuotSymbol:Ljava/lang/String;
         7: .line 239
            ldc "apos"
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            putstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fAposSymbol:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 144
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
         2: .line 146
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.attributeValueCache:Ljava/util/ArrayList;
         3: .line 147
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.stringBufferCache:Ljava/util/ArrayList;
         4: .line 148
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBufferIndex:I
         5: .line 149
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fAttributeCacheInitDone:Z
         6: .line 150
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fAttributeCacheUsedCount:I
         7: .line 162
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fValidation:Z
         8: .line 168
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNotifyCharRefs:Z
         9: .line 171
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fParserSettings:Z
        10: .line 175
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fPropertyManager:Lcom/sun/org/apache/xerces/internal/impl/PropertyManager;
        11: .line 184
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
        12: .line 187
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityStore:Lcom/sun/xml/internal/stream/XMLEntityStorage;
        13: .line 190
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
        14: .line 193
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
        15: .line 201
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
        16: .line 207
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fCharRefLiteral:Ljava/lang/String;
        17: .line 250
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.xni.XMLString
            dup
            invokespecial com.sun.org.apache.xerces.internal.xni.XMLString.<init>:()V
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fString:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
        18: .line 253
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.util.XMLStringBuffer
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.XMLStringBuffer.<init>:()V
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
        19: .line 256
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.util.XMLStringBuffer
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.XMLStringBuffer.<init>:()V
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
        20: .line 259
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.util.XMLStringBuffer
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.XMLStringBuffer.<init>:()V
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
        21: .line 262
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl.<init>:()V
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fResourceIdentifier:Lcom/sun/org/apache/xerces/internal/util/XMLResourceIdentifierImpl;
        22: .line 263
            aload 0 /* this */
            bipush 6
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.initialCacheCount:I
        23: .line 72
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;

  public void reset(com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager componentManager
         0: .line 279
            aload 0 /* this */
            aload 1 /* componentManager */
            ldc "http://apache.org/xml/features/internal/parser-settings"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getFeature:(Ljava/lang/String;Z)Z
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fParserSettings:Z
         1: .line 281
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fParserSettings:Z
            ifne 4
         2: .line 283
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.init:()V
         3: .line 284
            return
         4: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* componentManager */
            ldc "http://apache.org/xml/properties/internal/symbol-table"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.util.SymbolTable
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
         5: .line 290
            aload 0 /* this */
            aload 1 /* componentManager */
            ldc "http://apache.org/xml/properties/internal/error-reporter"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.XMLErrorReporter
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fErrorReporter:Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
         6: .line 291
            aload 0 /* this */
            aload 1 /* componentManager */
            ldc "http://apache.org/xml/properties/internal/entity-manager"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.XMLEntityManager
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
         7: .line 292
            aload 0 /* this */
            aload 1 /* componentManager */
            ldc "http://apache.org/xml/properties/security-manager"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.utils.XMLSecurityManager
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
         8: .line 295
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityManager.getEntityStore:()Lcom/sun/xml/internal/stream/XMLEntityStorage;
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityStore:Lcom/sun/xml/internal/stream/XMLEntityStorage;
         9: .line 298
            aload 0 /* this */
            aload 1 /* componentManager */
            ldc "http://xml.org/sax/features/validation"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getFeature:(Ljava/lang/String;Z)Z
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fValidation:Z
        10: .line 299
            aload 0 /* this */
            aload 1 /* componentManager */
            ldc "http://xml.org/sax/features/namespaces"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getFeature:(Ljava/lang/String;Z)Z
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNamespaces:Z
        11: .line 300
            aload 0 /* this */
            aload 1 /* componentManager */
            ldc "http://apache.org/xml/features/scanner/notify-char-refs"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getFeature:(Ljava/lang/String;Z)Z
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNotifyCharRefs:Z
        12: .line 302
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.init:()V
        13: .line 303
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager componentManager
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0              this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   14     1  componentManager  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
                  Name  Flags
      componentManager  

  protected void setPropertyManager(com.sun.org.apache.xerces.internal.impl.PropertyManager);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/PropertyManager;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // com.sun.org.apache.xerces.internal.impl.PropertyManager propertyManager
         0: .line 306
            aload 0 /* this */
            aload 1 /* propertyManager */
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fPropertyManager:Lcom/sun/org/apache/xerces/internal/impl/PropertyManager;
         1: .line 307
            return
        end local 1 // com.sun.org.apache.xerces.internal.impl.PropertyManager propertyManager
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    2     1  propertyManager  Lcom/sun/org/apache/xerces/internal/impl/PropertyManager;
    MethodParameters:
                 Name  Flags
      propertyManager  

  public void setProperty(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // java.lang.String propertyId
        start local 2 // java.lang.Object value
         0: .line 319
            aload 1 /* propertyId */
            ldc "http://apache.org/xml/properties/"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 11
         1: .line 321
            aload 1 /* propertyId */
            ldc "http://apache.org/xml/properties/"
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
         2: .line 320
            astore 3 /* property */
        start local 3 // java.lang.String property
         3: .line 322
            aload 3 /* property */
            ldc "internal/symbol-table"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 323
            aload 0 /* this */
            aload 2 /* value */
            checkcast com.sun.org.apache.xerces.internal.util.SymbolTable
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
         5: .line 324
            goto 11
      StackMap locals: java.lang.String
      StackMap stack:
         6: aload 3 /* property */
            ldc "internal/error-reporter"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 325
            aload 0 /* this */
            aload 2 /* value */
            checkcast com.sun.org.apache.xerces.internal.impl.XMLErrorReporter
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fErrorReporter:Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
         8: .line 326
            goto 11
      StackMap locals:
      StackMap stack:
         9: aload 3 /* property */
            ldc "internal/entity-manager"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 327
            aload 0 /* this */
            aload 2 /* value */
            checkcast com.sun.org.apache.xerces.internal.impl.XMLEntityManager
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
        end local 3 // java.lang.String property
        11: .line 331
      StackMap locals:
      StackMap stack:
            aload 1 /* propertyId */
            ldc "http://apache.org/xml/properties/security-manager"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
        12: .line 332
            aload 0 /* this */
            aload 2 /* value */
            checkcast com.sun.org.apache.xerces.internal.utils.XMLSecurityManager
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
        13: .line 340
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String propertyId
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   14     1  propertyId  Ljava/lang/String;
            0   14     2       value  Ljava/lang/Object;
            3   11     3    property  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
            Name  Flags
      propertyId  
      value       

  public void setFeature(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // java.lang.String featureId
        start local 2 // boolean value
         0: .line 348
            ldc "http://xml.org/sax/features/validation"
            aload 1 /* featureId */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 349
            aload 0 /* this */
            iload 2 /* value */
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fValidation:Z
         2: .line 350
            goto 5
      StackMap locals:
      StackMap stack:
         3: ldc "http://apache.org/xml/features/scanner/notify-char-refs"
            aload 1 /* featureId */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 351
            aload 0 /* this */
            iload 2 /* value */
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNotifyCharRefs:Z
         5: .line 353
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean value
        end local 1 // java.lang.String featureId
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    6     1  featureId  Ljava/lang/String;
            0    6     2      value  Z
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
           Name  Flags
      featureId  
      value      

  public boolean getFeature(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // java.lang.String featureId
         0: .line 361
            ldc "http://xml.org/sax/features/validation"
            aload 1 /* featureId */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 362
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fValidation:Z
            ireturn
         2: .line 363
      StackMap locals:
      StackMap stack:
            ldc "http://apache.org/xml/features/scanner/notify-char-refs"
            aload 1 /* featureId */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 364
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNotifyCharRefs:Z
            ireturn
         4: .line 366
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            dup
            getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
            aload 1 /* featureId */
            invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.<init>:(Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String featureId
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    5     1  featureId  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
           Name  Flags
      featureId  

  protected void reset();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
         0: .line 375
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.init:()V
         1: .line 378
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fValidation:Z
         2: .line 379
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNotifyCharRefs:Z
         3: .line 381
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;

  public void reset(com.sun.org.apache.xerces.internal.impl.PropertyManager);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/PropertyManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // com.sun.org.apache.xerces.internal.impl.PropertyManager propertyManager
         0: .line 384
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.init:()V
         1: .line 386
            aload 0 /* this */
            aload 1 /* propertyManager */
            ldc "http://apache.org/xml/properties/internal/symbol-table"
            invokevirtual com.sun.org.apache.xerces.internal.impl.PropertyManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.util.SymbolTable
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
         2: .line 388
            aload 0 /* this */
            aload 1 /* propertyManager */
            ldc "http://apache.org/xml/properties/internal/error-reporter"
            invokevirtual com.sun.org.apache.xerces.internal.impl.PropertyManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.XMLErrorReporter
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fErrorReporter:Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
         3: .line 390
            aload 0 /* this */
            aload 1 /* propertyManager */
            ldc "http://apache.org/xml/properties/internal/entity-manager"
            invokevirtual com.sun.org.apache.xerces.internal.impl.PropertyManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.XMLEntityManager
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
         4: .line 391
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityManager.getEntityStore:()Lcom/sun/xml/internal/stream/XMLEntityStorage;
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityStore:Lcom/sun/xml/internal/stream/XMLEntityStorage;
         5: .line 392
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityManager.getEntityScanner:()Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
         6: .line 393
            aload 0 /* this */
            aload 1 /* propertyManager */
            ldc "http://apache.org/xml/properties/security-manager"
            invokevirtual com.sun.org.apache.xerces.internal.impl.PropertyManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.utils.XMLSecurityManager
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
         7: .line 397
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fValidation:Z
         8: .line 398
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNotifyCharRefs:Z
         9: .line 400
            return
        end local 1 // com.sun.org.apache.xerces.internal.impl.PropertyManager propertyManager
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   10     1  propertyManager  Lcom/sun/org/apache/xerces/internal/impl/PropertyManager;
    MethodParameters:
                 Name  Flags
      propertyManager  

  protected void scanXMLDeclOrTextDecl(boolean, java.lang.String[]);
    descriptor: (Z[Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=13, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // boolean scanningTextDecl
        start local 2 // java.lang.String[] pseudoAttributeValues
         0: .line 432
            aconst_null
            astore 3 /* version */
        start local 3 // java.lang.String version
         1: .line 433
            aconst_null
            astore 4 /* encoding */
        start local 4 // java.lang.String encoding
         2: .line 434
            aconst_null
            astore 5 /* standalone */
        start local 5 // java.lang.String standalone
         3: .line 441
            iconst_0
            istore 6 /* state */
        start local 6 // int state
         4: .line 443
            iconst_0
            istore 7 /* dataFoundForTarget */
        start local 7 // boolean dataFoundForTarget
         5: .line 444
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces:()Z
            istore 8 /* sawSpace */
        start local 8 // boolean sawSpace
         6: .line 452
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityManager.getCurrentEntity:()Lcom/sun/xml/internal/stream/Entity$ScannedEntity;
            astore 9 /* currEnt */
        start local 9 // com.sun.xml.internal.stream.Entity$ScannedEntity currEnt
         7: .line 453
            aload 9 /* currEnt */
            getfield com.sun.xml.internal.stream.Entity$ScannedEntity.literal:Z
            istore 10 /* currLiteral */
        start local 10 // boolean currLiteral
         8: .line 454
            aload 9 /* currEnt */
            iconst_0
            putfield com.sun.xml.internal.stream.Entity$ScannedEntity.literal:Z
         9: .line 455
            goto 89
        10: .line 456
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner int java.lang.String[] java.lang.String java.lang.String java.lang.String int int int com.sun.xml.internal.stream.Entity$ScannedEntity int
      StackMap stack:
            iconst_1
            istore 7 /* dataFoundForTarget */
        11: .line 457
            aload 0 /* this */
            iload 1 /* scanningTextDecl */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fString:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPseudoAttribute:(ZLcom/sun/org/apache/xerces/internal/xni/XMLString;)Ljava/lang/String;
            astore 11 /* name */
        start local 11 // java.lang.String name
        12: .line 458
            iload 6 /* state */
            tableswitch { // 0 - 2
                    0: 13
                    1: 51
                    2: 75
              default: 87
          }
        13: .line 460
      StackMap locals: java.lang.String
      StackMap stack:
            aload 11 /* name */
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fVersionSymbol:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 32
        14: .line 461
            iload 8 /* sawSpace */
            ifne 20
        15: .line 462
            aload 0 /* this */
            iload 1 /* scanningTextDecl */
            ifeq 17
        16: .line 463
            ldc "SpaceRequiredBeforeVersionInTextDecl"
            goto 18
        17: .line 464
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.XMLScanner
            ldc "SpaceRequiredBeforeVersionInXMLDecl"
        18: .line 465
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner int java.lang.String[] java.lang.String java.lang.String java.lang.String int int int com.sun.xml.internal.stream.Entity$ScannedEntity int java.lang.String
      StackMap stack: com.sun.org.apache.xerces.internal.impl.XMLScanner java.lang.String
            aconst_null
        19: .line 462
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        20: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fString:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
            astore 3 /* version */
        21: .line 468
            iconst_1
            istore 6 /* state */
        22: .line 469
            aload 0 /* this */
            aload 3 /* version */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.versionSupported:(Ljava/lang/String;)Z
            ifne 26
        23: .line 470
            aload 0 /* this */
            ldc "VersionNotSupported"
        24: .line 471
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* version */
            aastore
        25: .line 470
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        26: .line 474
      StackMap locals:
      StackMap stack:
            aload 3 /* version */
            ldc "1.1"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 88
        27: .line 475
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityManager.getTopLevelEntity:()Lcom/sun/xml/internal/stream/Entity$ScannedEntity;
            astore 12 /* top */
        start local 12 // com.sun.xml.internal.stream.Entity$ScannedEntity top
        28: .line 476
            aload 12 /* top */
            ifnull 30
            aload 12 /* top */
            getfield com.sun.xml.internal.stream.Entity$ScannedEntity.version:Ljava/lang/String;
            ifnull 29
            aload 12 /* top */
            getfield com.sun.xml.internal.stream.Entity$ScannedEntity.version:Ljava/lang/String;
            ldc "1.0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 30
        29: .line 477
      StackMap locals: com.sun.xml.internal.stream.Entity$ScannedEntity
      StackMap stack:
            aload 0 /* this */
            ldc "VersionMismatch"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        30: .line 479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
            iconst_2
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setScannerVersion:(S)V
        end local 12 // com.sun.xml.internal.stream.Entity$ScannedEntity top
        31: .line 482
            goto 88
      StackMap locals:
      StackMap stack:
        32: aload 11 /* name */
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fEncodingSymbol:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 46
        33: .line 483
            iload 1 /* scanningTextDecl */
            ifne 35
        34: .line 484
            aload 0 /* this */
            ldc "VersionInfoRequired"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        35: .line 486
      StackMap locals:
      StackMap stack:
            iload 8 /* sawSpace */
            ifne 41
        36: .line 487
            aload 0 /* this */
            iload 1 /* scanningTextDecl */
            ifeq 38
        37: .line 488
            ldc "SpaceRequiredBeforeEncodingInTextDecl"
            goto 39
        38: .line 489
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.XMLScanner
            ldc "SpaceRequiredBeforeEncodingInXMLDecl"
        39: .line 490
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner int java.lang.String[] java.lang.String java.lang.String java.lang.String int int int com.sun.xml.internal.stream.Entity$ScannedEntity int java.lang.String
      StackMap stack: com.sun.org.apache.xerces.internal.impl.XMLScanner java.lang.String
            aconst_null
        40: .line 487
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        41: .line 492
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fString:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
            astore 4 /* encoding */
        42: .line 493
            iload 1 /* scanningTextDecl */
            ifeq 43
            iconst_3
            goto 44
      StackMap locals:
      StackMap stack:
        43: iconst_2
      StackMap locals:
      StackMap stack: int
        44: istore 6 /* state */
        45: .line 494
            goto 88
        46: .line 495
      StackMap locals:
      StackMap stack:
            iload 1 /* scanningTextDecl */
            ifeq 49
        47: .line 496
            aload 0 /* this */
            ldc "EncodingDeclRequired"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        48: .line 497
            goto 88
        49: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "VersionInfoRequired"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        50: .line 501
            goto 88
        51: .line 504
      StackMap locals:
      StackMap stack:
            aload 11 /* name */
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fEncodingSymbol:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 63
        52: .line 505
            iload 8 /* sawSpace */
            ifne 58
        53: .line 506
            aload 0 /* this */
            iload 1 /* scanningTextDecl */
            ifeq 55
        54: .line 507
            ldc "SpaceRequiredBeforeEncodingInTextDecl"
            goto 56
        55: .line 508
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.XMLScanner
            ldc "SpaceRequiredBeforeEncodingInXMLDecl"
        56: .line 509
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner int java.lang.String[] java.lang.String java.lang.String java.lang.String int int int com.sun.xml.internal.stream.Entity$ScannedEntity int java.lang.String
      StackMap stack: com.sun.org.apache.xerces.internal.impl.XMLScanner java.lang.String
            aconst_null
        57: .line 506
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        58: .line 511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fString:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
            astore 4 /* encoding */
        59: .line 512
            iload 1 /* scanningTextDecl */
            ifeq 60
            iconst_3
            goto 61
      StackMap locals:
      StackMap stack:
        60: iconst_2
      StackMap locals:
      StackMap stack: int
        61: istore 6 /* state */
        62: .line 515
            goto 88
      StackMap locals:
      StackMap stack:
        63: iload 1 /* scanningTextDecl */
            ifne 73
            aload 11 /* name */
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fStandaloneSymbol:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 73
        64: .line 516
            iload 8 /* sawSpace */
            ifne 68
        65: .line 517
            aload 0 /* this */
            ldc "SpaceRequiredBeforeStandalone"
        66: .line 518
            aconst_null
        67: .line 517
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        68: .line 520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fString:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
            astore 5 /* standalone */
        69: .line 521
            iconst_3
            istore 6 /* state */
        70: .line 522
            aload 5 /* standalone */
            ldc "yes"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 88
            aload 5 /* standalone */
            ldc "no"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 88
        71: .line 523
            aload 0 /* this */
            ldc "SDDeclInvalid"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* standalone */
            aastore
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        72: .line 525
            goto 88
        73: .line 526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "EncodingDeclRequired"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        74: .line 528
            goto 88
        75: .line 531
      StackMap locals:
      StackMap stack:
            aload 11 /* name */
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fStandaloneSymbol:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 85
        76: .line 532
            iload 8 /* sawSpace */
            ifne 80
        77: .line 533
            aload 0 /* this */
            ldc "SpaceRequiredBeforeStandalone"
        78: .line 534
            aconst_null
        79: .line 533
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        80: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fString:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
            astore 5 /* standalone */
        81: .line 537
            iconst_3
            istore 6 /* state */
        82: .line 538
            aload 5 /* standalone */
            ldc "yes"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 88
            aload 5 /* standalone */
            ldc "no"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 88
        83: .line 539
            aload 0 /* this */
            ldc "SDDeclInvalid"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* standalone */
            aastore
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        84: .line 541
            goto 88
        85: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "SDDeclNameInvalid"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        86: .line 544
            goto 88
        87: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "NoMorePseudoAttributes"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        88: .line 550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces:()Z
            istore 8 /* sawSpace */
        end local 11 // java.lang.String name
        89: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            bipush 63
            if_icmpne 10
        90: .line 553
            iload 10 /* currLiteral */
            ifeq 92
        91: .line 554
            aload 9 /* currEnt */
            iconst_1
            putfield com.sun.xml.internal.stream.Entity$ScannedEntity.literal:Z
        92: .line 557
      StackMap locals:
      StackMap stack:
            iload 1 /* scanningTextDecl */
            ifeq 94
            iload 6 /* state */
            iconst_3
            if_icmpeq 94
        93: .line 558
            aload 0 /* this */
            ldc "MorePseudoAttributes"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        94: .line 563
      StackMap locals:
      StackMap stack:
            iload 1 /* scanningTextDecl */
            ifeq 98
        95: .line 564
            iload 7 /* dataFoundForTarget */
            ifne 100
            aload 4 /* encoding */
            ifnonnull 100
        96: .line 565
            aload 0 /* this */
            ldc "EncodingDeclRequired"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        97: .line 567
            goto 100
        98: .line 568
      StackMap locals:
      StackMap stack:
            iload 7 /* dataFoundForTarget */
            ifne 100
            aload 3 /* version */
            ifnonnull 100
        99: .line 569
            aload 0 /* this */
            ldc "VersionInfoRequired"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
       100: .line 574
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            bipush 63
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar:(ILcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Z
            ifne 102
       101: .line 575
            aload 0 /* this */
            ldc "XMLDeclUnterminated"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
       102: .line 577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            bipush 62
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar:(ILcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Z
            ifne 104
       103: .line 578
            aload 0 /* this */
            ldc "XMLDeclUnterminated"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
       104: .line 583
      StackMap locals:
      StackMap stack:
            aload 2 /* pseudoAttributeValues */
            iconst_0
            aload 3 /* version */
            aastore
       105: .line 584
            aload 2 /* pseudoAttributeValues */
            iconst_1
            aload 4 /* encoding */
            aastore
       106: .line 585
            aload 2 /* pseudoAttributeValues */
            iconst_2
            aload 5 /* standalone */
            aastore
       107: .line 587
            return
        end local 10 // boolean currLiteral
        end local 9 // com.sun.xml.internal.stream.Entity$ScannedEntity currEnt
        end local 8 // boolean sawSpace
        end local 7 // boolean dataFoundForTarget
        end local 6 // int state
        end local 5 // java.lang.String standalone
        end local 4 // java.lang.String encoding
        end local 3 // java.lang.String version
        end local 2 // java.lang.String[] pseudoAttributeValues
        end local 1 // boolean scanningTextDecl
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0  108     0                   this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0  108     1       scanningTextDecl  Z
            0  108     2  pseudoAttributeValues  [Ljava/lang/String;
            1  108     3                version  Ljava/lang/String;
            2  108     4               encoding  Ljava/lang/String;
            3  108     5             standalone  Ljava/lang/String;
            4  108     6                  state  I
            5  108     7     dataFoundForTarget  Z
            6  108     8               sawSpace  Z
            7  108     9                currEnt  Lcom/sun/xml/internal/stream/Entity$ScannedEntity;
            8  108    10            currLiteral  Z
           12   89    11                   name  Ljava/lang/String;
           28   31    12                    top  Lcom/sun/xml/internal/stream/Entity$ScannedEntity;
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
                       Name  Flags
      scanningTextDecl       
      pseudoAttributeValues  

  protected java.lang.String scanPseudoAttribute(boolean, com.sun.org.apache.xerces.internal.xni.XMLString);
    descriptor: (ZLcom/sun/org/apache/xerces/internal/xni/XMLString;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=7, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // boolean scanningTextDecl
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLString value
         0: .line 608
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPseudoAttributeName:()Ljava/lang/String;
            astore 3 /* name */
        start local 3 // java.lang.String name
         1: .line 611
            aload 3 /* name */
            ifnonnull 3
         2: .line 612
            aload 0 /* this */
            ldc "PseudoAttrNameExpected"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 614
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces:()Z
            pop
         4: .line 615
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            bipush 61
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar:(ILcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Z
            ifne 9
         5: .line 616
            aload 0 /* this */
            iload 1 /* scanningTextDecl */
            ifeq 6
            ldc "EqRequiredInTextDecl"
            goto 7
         6: .line 617
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.XMLScanner
            ldc "EqRequiredInXMLDecl"
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner int com.sun.org.apache.xerces.internal.xni.XMLString java.lang.String
      StackMap stack: com.sun.org.apache.xerces.internal.impl.XMLScanner java.lang.String
         7: iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* name */
            aastore
         8: .line 616
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces:()Z
            pop
        10: .line 620
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            istore 4 /* quote */
        start local 4 // int quote
        11: .line 621
            iload 4 /* quote */
            bipush 39
            if_icmpeq 16
            iload 4 /* quote */
            bipush 34
            if_icmpeq 16
        12: .line 622
            aload 0 /* this */
            iload 1 /* scanningTextDecl */
            ifeq 13
            ldc "QuoteRequiredInTextDecl"
            goto 14
        13: .line 623
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner int com.sun.org.apache.xerces.internal.xni.XMLString java.lang.String int
      StackMap stack: com.sun.org.apache.xerces.internal.impl.XMLScanner
            ldc "QuoteRequiredInXMLDecl"
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner int com.sun.org.apache.xerces.internal.xni.XMLString java.lang.String int
      StackMap stack: com.sun.org.apache.xerces.internal.impl.XMLScanner java.lang.String
        14: iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* name */
            aastore
        15: .line 622
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        16: .line 625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.ATTRIBUTE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        17: .line 626
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            iload 4 /* quote */
            aload 2 /* value */
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanLiteral:(ILcom/sun/org/apache/xerces/internal/xni/XMLString;Z)I
            istore 5 /* c */
        start local 5 // int c
        18: .line 627
            iload 5 /* c */
            iload 4 /* quote */
            if_icmpeq 41
        19: .line 628
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.clear:()V
        20: .line 630
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            aload 2 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
        21: .line 631
            iload 5 /* c */
            iconst_m1
            if_icmpeq 37
        22: .line 632
            iload 5 /* c */
            bipush 38
            if_icmpeq 23
            iload 5 /* c */
            bipush 37
            if_icmpeq 23
            iload 5 /* c */
            bipush 60
            if_icmpeq 23
            iload 5 /* c */
            bipush 93
            if_icmpne 25
        23: .line 633
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.ATTRIBUTE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        24: .line 634
            goto 37
      StackMap locals:
      StackMap stack:
        25: iload 5 /* c */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isHighSurrogate:(I)Z
            ifeq 28
        26: .line 635
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.scanSurrogates:(Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)Z
            pop
        27: .line 636
            goto 37
      StackMap locals:
      StackMap stack:
        28: aload 0 /* this */
            iload 5 /* c */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.isInvalidLiteral:(I)Z
            ifeq 37
        29: .line 637
            iload 1 /* scanningTextDecl */
            ifeq 31
        30: .line 638
            ldc "InvalidCharInTextDecl"
            goto 32
      StackMap locals:
      StackMap stack:
        31: ldc "InvalidCharInXMLDecl"
        32: .line 637
      StackMap locals:
      StackMap stack: java.lang.String
            astore 6 /* key */
        start local 6 // java.lang.String key
        33: .line 639
            aload 0 /* this */
            aload 6 /* key */
        34: .line 640
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 5 /* c */
            bipush 16
            invokestatic java.lang.Integer.toString:(II)Ljava/lang/String;
            aastore
        35: .line 639
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        36: .line 641
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        end local 6 // java.lang.String key
        37: .line 644
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            iload 4 /* quote */
            aload 2 /* value */
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanLiteral:(ILcom/sun/org/apache/xerces/internal/xni/XMLString;Z)I
            istore 5 /* c */
        38: .line 645
            iload 5 /* c */
            iload 4 /* quote */
            if_icmpne 20
        39: .line 646
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            aload 2 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
        40: .line 647
            aload 2 /* value */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.setValues:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
        41: .line 649
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            iload 4 /* quote */
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar:(ILcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Z
            ifne 46
        42: .line 650
            aload 0 /* this */
            iload 1 /* scanningTextDecl */
            ifeq 43
            ldc "CloseQuoteMissingInTextDecl"
            goto 44
        43: .line 651
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.XMLScanner
            ldc "CloseQuoteMissingInXMLDecl"
        44: .line 652
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner int com.sun.org.apache.xerces.internal.xni.XMLString java.lang.String int int
      StackMap stack: com.sun.org.apache.xerces.internal.impl.XMLScanner java.lang.String
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* name */
            aastore
        45: .line 650
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        46: .line 656
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            areturn
        end local 5 // int c
        end local 4 // int quote
        end local 3 // java.lang.String name
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLString value
        end local 1 // boolean scanningTextDecl
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   47     0              this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   47     1  scanningTextDecl  Z
            0   47     2             value  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            1   47     3              name  Ljava/lang/String;
           11   47     4             quote  I
           18   47     5                 c  I
           33   37     6               key  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
                  Name  Flags
      scanningTextDecl  
      value             

  private java.lang.String scanPseudoAttributeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
         0: .line 668
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            istore 1 /* ch */
        start local 1 // int ch
         1: .line 669
            iload 1 /* ch */
            lookupswitch { // 3
                  101: 4
                  115: 6
                  118: 2
              default: 8
          }
         2: .line 671
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fVersionSymbol:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipString:(Ljava/lang/String;)Z
            ifeq 8
         3: .line 672
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fVersionSymbol:Ljava/lang/String;
            areturn
         4: .line 676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fEncodingSymbol:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipString:(Ljava/lang/String;)Z
            ifeq 8
         5: .line 677
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fEncodingSymbol:Ljava/lang/String;
            areturn
         6: .line 681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fStandaloneSymbol:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipString:(Ljava/lang/String;)Z
            ifeq 8
         7: .line 682
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fStandaloneSymbol:Ljava/lang/String;
            areturn
         8: .line 686
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int ch
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            1    9     1    ch  I
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException

  protected void scanPI(com.sun.org.apache.xerces.internal.util.XMLStringBuffer);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer data
         0: .line 706
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fReportEntity:Z
         1: .line 707
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.PI:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanName:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Ljava/lang/String;
            astore 2 /* target */
        start local 2 // java.lang.String target
         2: .line 708
            aload 2 /* target */
            ifnonnull 4
         3: .line 709
            aload 0 /* this */
            ldc "PITargetRequired"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 713
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 2 /* target */
            aload 1 /* data */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPIData:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)V
         5: .line 714
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fReportEntity:Z
         6: .line 716
            return
        end local 2 // java.lang.String target
        end local 1 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer data
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    7     1    data  Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            2    7     2  target  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      data  

  protected void scanPIData(java.lang.String, com.sun.org.apache.xerces.internal.util.XMLStringBuffer);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // java.lang.String target
        start local 2 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer data
         0: .line 740
            aload 1 /* target */
            invokevirtual java.lang.String.length:()I
            iconst_3
            if_icmpne 6
         1: .line 741
            aload 1 /* target */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic java.lang.Character.toLowerCase:(C)C
            istore 3 /* c0 */
        start local 3 // char c0
         2: .line 742
            aload 1 /* target */
            iconst_1
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic java.lang.Character.toLowerCase:(C)C
            istore 4 /* c1 */
        start local 4 // char c1
         3: .line 743
            aload 1 /* target */
            iconst_2
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic java.lang.Character.toLowerCase:(C)C
            istore 5 /* c2 */
        start local 5 // char c2
         4: .line 744
            iload 3 /* c0 */
            bipush 120
            if_icmpne 6
            iload 4 /* c1 */
            bipush 109
            if_icmpne 6
            iload 5 /* c2 */
            bipush 108
            if_icmpne 6
         5: .line 745
            aload 0 /* this */
            ldc "ReservedPITarget"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 5 // char c2
        end local 4 // char c1
        end local 3 // char c0
         6: .line 750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces:()Z
            ifne 10
         7: .line 751
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            ldc "?>"
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipString:(Ljava/lang/String;)Z
            ifeq 9
         8: .line 753
            return
         9: .line 756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "SpaceRequiredInPI"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            ldc "?>"
            aload 2 /* data */
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanData:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;I)Z
            ifeq 22
        11: .line 765
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            istore 3 /* c */
        start local 3 // int c
        12: .line 766
            iload 3 /* c */
            iconst_m1
            if_icmpeq 21
        13: .line 767
            iload 3 /* c */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isHighSurrogate:(I)Z
            ifeq 16
        14: .line 768
            aload 0 /* this */
            aload 2 /* data */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.scanSurrogates:(Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)Z
            pop
        15: .line 769
            goto 21
      StackMap locals: int
      StackMap stack:
        16: aload 0 /* this */
            iload 3 /* c */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.isInvalidLiteral:(I)Z
            ifeq 21
        17: .line 770
            aload 0 /* this */
            ldc "InvalidCharInPI"
        18: .line 771
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 3 /* c */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
        19: .line 770
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        20: .line 772
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        end local 3 // int c
        21: .line 775
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            ldc "?>"
            aload 2 /* data */
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanData:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;I)Z
            ifne 11
        22: .line 778
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer data
        end local 1 // java.lang.String target
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   23     1  target  Ljava/lang/String;
            0   23     2    data  Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            2    6     3      c0  C
            3    6     4      c1  C
            4    6     5      c2  C
           12   21     3       c  I
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
        Name  Flags
      target  
      data    

  protected void scanComment(com.sun.org.apache.xerces.internal.util.XMLStringBuffer);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer text
         0: .line 799
            aload 1 /* text */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.clear:()V
         1: .line 800
            goto 12
         2: .line 801
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            istore 2 /* c */
        start local 2 // int c
         3: .line 806
            iload 2 /* c */
            iconst_m1
            if_icmpeq 12
         4: .line 807
            iload 2 /* c */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isHighSurrogate:(I)Z
            ifeq 7
         5: .line 808
            aload 0 /* this */
            aload 1 /* text */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.scanSurrogates:(Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)Z
            pop
         6: .line 809
            goto 12
         7: .line 810
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.isInvalidLiteral:(I)Z
            ifeq 12
         8: .line 811
            aload 0 /* this */
            ldc "InvalidCharInComment"
         9: .line 812
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* c */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
        10: .line 811
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        11: .line 813
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.COMMENT:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        end local 2 // int c
        12: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            ldc "--"
            aload 1 /* text */
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanData:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;I)Z
            ifne 2
        13: .line 817
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            bipush 62
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.COMMENT:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar:(ILcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Z
            ifne 15
        14: .line 818
            aload 0 /* this */
            ldc "DashDashInComment"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        15: .line 821
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer text
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   16     1  text  Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            3   12     2     c  I
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      text  

  protected void scanAttributeValue(com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.XMLString, java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLAttributes, int, boolean, java.lang.String, boolean);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/XMLString;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;IZLjava/lang/String;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=14, args_size=9
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLString value
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLString nonNormalizedValue
        start local 3 // java.lang.String atName
        start local 4 // com.sun.org.apache.xerces.internal.xni.XMLAttributes attributes
        start local 5 // int attrIndex
        start local 6 // boolean checkEntities
        start local 7 // java.lang.String eleName
        start local 8 // boolean isNSURI
         0: .line 847
            aconst_null
            astore 9 /* stringBuffer */
        start local 9 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer stringBuffer
         1: .line 849
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            istore 10 /* quote */
        start local 10 // int quote
         2: .line 850
            iload 10 /* quote */
            bipush 39
            if_icmpeq 4
            iload 10 /* quote */
            bipush 34
            if_icmpeq 4
         3: .line 851
            aload 0 /* this */
            ldc "OpenQuoteExpected"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* eleName */
            aastore
            dup
            iconst_1
            aload 3 /* atName */
            aastore
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 854
      StackMap locals: com.sun.org.apache.xerces.internal.util.XMLStringBuffer int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.ATTRIBUTE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
         5: .line 855
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            istore 11 /* entityDepth */
        start local 11 // int entityDepth
         6: .line 857
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            iload 10 /* quote */
            aload 1 /* value */
            iload 8 /* isNSURI */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanLiteral:(ILcom/sun/org/apache/xerces/internal/xni/XMLString;Z)I
            istore 12 /* c */
        start local 12 // int c
         7: .line 862
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 10
         8: .line 863
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.clear:()V
         9: .line 864
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            aload 1 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
        10: .line 866
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.whiteSpaceLen:I
            ifle 12
        11: .line 867
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.normalizeWhitespace:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
        12: .line 872
      StackMap locals:
      StackMap stack:
            iload 12 /* c */
            iload 10 /* quote */
            if_icmpeq 108
        13: .line 873
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fScanningAttribute:Z
        14: .line 874
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.getStringBuffer:()Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            astore 9 /* stringBuffer */
        15: .line 875
            aload 9 /* stringBuffer */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.clear:()V
        16: .line 877
      StackMap locals:
      StackMap stack:
            aload 9 /* stringBuffer */
            aload 1 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
        17: .line 882
            iload 12 /* c */
            bipush 38
            if_icmpne 65
        18: .line 883
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            bipush 38
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.REFERENCE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar:(ILcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Z
            pop
        19: .line 884
            iload 11 /* entityDepth */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            if_icmpne 21
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 21
        20: .line 885
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            bipush 38
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        21: .line 887
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            bipush 35
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.REFERENCE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar:(ILcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Z
            ifeq 30
        22: .line 888
            iload 11 /* entityDepth */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            if_icmpne 24
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 24
        23: .line 889
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            bipush 35
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        24: .line 892
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 27
        25: .line 893
            aload 0 /* this */
            aload 9 /* stringBuffer */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.scanCharReferenceValue:(Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)I
            istore 13 /* ch */
        start local 13 // int ch
        26: goto 28
        end local 13 // int ch
        27: .line 895
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 9 /* stringBuffer */
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.scanCharReferenceValue:(Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)I
            istore 13 /* ch */
        start local 13 // int ch
        28: .line 897
      StackMap locals: int
      StackMap stack:
            iload 13 /* ch */
            iconst_m1
            if_icmpeq 99
        end local 13 // int ch
        29: .line 904
            goto 99
        30: .line 905
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.ENTITY:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanName:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Ljava/lang/String;
            astore 13 /* entityName */
        start local 13 // java.lang.String entityName
        31: .line 906
            aload 13 /* entityName */
            ifnonnull 34
        32: .line 907
            aload 0 /* this */
            ldc "NameRequiredInReference"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        33: .line 908
            goto 36
      StackMap locals: java.lang.String
      StackMap stack:
        34: iload 11 /* entityDepth */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            if_icmpne 36
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 36
        35: .line 909
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            aload 13 /* entityName */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(Ljava/lang/String;)V
        36: .line 911
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            bipush 59
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.REFERENCE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar:(ILcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Z
            ifne 41
        37: .line 912
            aload 0 /* this */
            ldc "SemicolonRequiredInReference"
        38: .line 913
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 13 /* entityName */
            aastore
        39: .line 912
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        40: .line 914
            goto 43
      StackMap locals:
      StackMap stack:
        41: iload 11 /* entityDepth */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            if_icmpne 43
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 43
        42: .line 915
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            bipush 59
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        43: .line 917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 13 /* entityName */
            aload 9 /* stringBuffer */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.resolveCharacter:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)Z
            ifeq 46
        44: .line 918
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.fCurrentEntity:Lcom/sun/xml/internal/stream/Entity$ScannedEntity;
            getfield com.sun.xml.internal.stream.Entity$ScannedEntity.name:Ljava/lang/String;
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.checkEntityLimit:(ZLjava/lang/String;I)V
        45: .line 919
            goto 99
        46: .line 920
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityStore:Lcom/sun/xml/internal/stream/XMLEntityStorage;
            aload 13 /* entityName */
            invokevirtual com.sun.xml.internal.stream.XMLEntityStorage.isExternalEntity:(Ljava/lang/String;)Z
            ifeq 51
        47: .line 921
            aload 0 /* this */
            ldc "ReferenceToExternalEntity"
        48: .line 922
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 13 /* entityName */
            aastore
        49: .line 921
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        50: .line 923
            goto 99
        51: .line 924
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityStore:Lcom/sun/xml/internal/stream/XMLEntityStorage;
            aload 13 /* entityName */
            invokevirtual com.sun.xml.internal.stream.XMLEntityStorage.isDeclaredEntity:(Ljava/lang/String;)Z
            ifne 63
        52: .line 926
            iload 6 /* checkEntities */
            ifeq 60
        53: .line 927
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fValidation:Z
            ifeq 63
        54: .line 928
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fErrorReporter:Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            ldc "http://www.w3.org/TR/1998/REC-xml-19980210"
        55: .line 929
            ldc "EntityNotDeclared"
        56: .line 930
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 13 /* entityName */
            aastore
        57: .line 931
            iconst_1
        58: .line 928
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError:(Lcom/sun/org/apache/xerces/internal/xni/XMLLocator;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;S)Ljava/lang/String;
            pop
        59: .line 933
            goto 63
        60: .line 934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "EntityNotDeclared"
        61: .line 935
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 13 /* entityName */
            aastore
        62: .line 934
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        63: .line 938
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
            iconst_1
            aload 13 /* entityName */
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity:(ZLjava/lang/String;Z)V
        end local 13 // java.lang.String entityName
        64: .line 942
            goto 99
      StackMap locals:
      StackMap stack:
        65: iload 12 /* c */
            bipush 60
            if_icmpne 73
        66: .line 943
            aload 0 /* this */
            ldc "LessthanInAttValue"
        67: .line 944
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* eleName */
            aastore
            dup
            iconst_1
            aload 3 /* atName */
            aastore
        68: .line 943
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        69: .line 945
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        70: .line 946
            iload 11 /* entityDepth */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            if_icmpne 99
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 99
        71: .line 947
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            iload 12 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        72: .line 949
            goto 99
      StackMap locals:
      StackMap stack:
        73: iload 12 /* c */
            bipush 37
            if_icmpeq 74
            iload 12 /* c */
            bipush 93
            if_icmpne 79
        74: .line 950
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        75: .line 951
            aload 9 /* stringBuffer */
            iload 12 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        76: .line 952
            iload 11 /* entityDepth */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            if_icmpne 99
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 99
        77: .line 953
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            iload 12 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        78: .line 959
            goto 99
      StackMap locals:
      StackMap stack:
        79: iload 12 /* c */
            bipush 10
            if_icmpeq 80
            iload 12 /* c */
            bipush 13
            if_icmpne 85
        80: .line 960
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        81: .line 961
            aload 9 /* stringBuffer */
            bipush 32
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        82: .line 962
            iload 11 /* entityDepth */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            if_icmpne 99
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 99
        83: .line 963
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            bipush 10
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        84: .line 965
            goto 99
      StackMap locals:
      StackMap stack:
        85: iload 12 /* c */
            iconst_m1
            if_icmpeq 92
            iload 12 /* c */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isHighSurrogate:(I)Z
            ifeq 92
        86: .line 966
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.clear:()V
        87: .line 967
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.scanSurrogates:(Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)Z
            ifeq 99
        88: .line 968
            aload 9 /* stringBuffer */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
        89: .line 969
            iload 11 /* entityDepth */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            if_icmpne 99
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 99
        90: .line 970
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
        91: .line 978
            goto 99
      StackMap locals:
      StackMap stack:
        92: iload 12 /* c */
            iconst_m1
            if_icmpeq 99
            aload 0 /* this */
            iload 12 /* c */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.isInvalidLiteral:(I)Z
            ifeq 99
        93: .line 979
            aload 0 /* this */
            ldc "InvalidCharInAttValue"
        94: .line 980
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* eleName */
            aastore
            dup
            iconst_1
            aload 3 /* atName */
            aastore
            dup
            iconst_2
            iload 12 /* c */
            bipush 16
            invokestatic java.lang.Integer.toString:(II)Ljava/lang/String;
            aastore
        95: .line 979
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        96: .line 981
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        97: .line 982
            iload 11 /* entityDepth */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            if_icmpne 99
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 99
        98: .line 983
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            iload 12 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        99: .line 986
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            iload 10 /* quote */
            aload 1 /* value */
            iload 8 /* isNSURI */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanLiteral:(ILcom/sun/org/apache/xerces/internal/xni/XMLString;Z)I
            istore 12 /* c */
       100: .line 987
            iload 11 /* entityDepth */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            if_icmpne 102
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 102
       101: .line 988
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            aload 1 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
       102: .line 990
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.whiteSpaceLen:I
            ifle 104
       103: .line 991
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.normalizeWhitespace:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
       104: .line 994
      StackMap locals:
      StackMap stack:
            iload 12 /* c */
            iload 10 /* quote */
            if_icmpne 16
            iload 11 /* entityDepth */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            if_icmpne 16
       105: .line 995
            aload 9 /* stringBuffer */
            aload 1 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
       106: .line 1000
            aload 1 /* value */
            aload 9 /* stringBuffer */
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.setValues:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
       107: .line 1001
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fScanningAttribute:Z
       108: .line 1003
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNeedNonNormalizedValue:Z
            ifeq 110
       109: .line 1004
            aload 2 /* nonNormalizedValue */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer2:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.setValues:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
       110: .line 1007
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.ATTRIBUTE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            istore 13 /* cquote */
        start local 13 // int cquote
       111: .line 1008
            iload 13 /* cquote */
            iload 10 /* quote */
            if_icmpeq 113
       112: .line 1009
            aload 0 /* this */
            ldc "CloseQuoteExpected"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* eleName */
            aastore
            dup
            iconst_1
            aload 3 /* atName */
            aastore
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
       113: .line 1011
      StackMap locals: int
      StackMap stack:
            return
        end local 13 // int cquote
        end local 12 // int c
        end local 11 // int entityDepth
        end local 10 // int quote
        end local 9 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer stringBuffer
        end local 8 // boolean isNSURI
        end local 7 // java.lang.String eleName
        end local 6 // boolean checkEntities
        end local 5 // int attrIndex
        end local 4 // com.sun.org.apache.xerces.internal.xni.XMLAttributes attributes
        end local 3 // java.lang.String atName
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLString nonNormalizedValue
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLString value
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0  114     0                this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0  114     1               value  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0  114     2  nonNormalizedValue  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0  114     3              atName  Ljava/lang/String;
            0  114     4          attributes  Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
            0  114     5           attrIndex  I
            0  114     6       checkEntities  Z
            0  114     7             eleName  Ljava/lang/String;
            0  114     8             isNSURI  Z
            1  114     9        stringBuffer  Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            2  114    10               quote  I
            6  114    11         entityDepth  I
            7  114    12                   c  I
           26   27    13                  ch  I
           28   29    13                  ch  I
           31   64    13          entityName  Ljava/lang/String;
          111  114    13              cquote  I
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
                    Name  Flags
      value               
      nonNormalizedValue  
      atName              
      attributes          
      attrIndex           
      checkEntities       
      eleName             
      isNSURI             

  protected boolean resolveCharacter(java.lang.String, com.sun.org.apache.xerces.internal.util.XMLStringBuffer);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // java.lang.String entityName
        start local 2 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer stringBuffer
         0: .line 1026
            aload 1 /* entityName */
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fAmpSymbol:Ljava/lang/String;
            if_acmpne 3
         1: .line 1027
            aload 2 /* stringBuffer */
            bipush 38
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
         2: .line 1028
            iconst_1
            ireturn
         3: .line 1029
      StackMap locals:
      StackMap stack:
            aload 1 /* entityName */
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fAposSymbol:Ljava/lang/String;
            if_acmpne 6
         4: .line 1030
            aload 2 /* stringBuffer */
            bipush 39
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
         5: .line 1031
            iconst_1
            ireturn
         6: .line 1032
      StackMap locals:
      StackMap stack:
            aload 1 /* entityName */
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fLtSymbol:Ljava/lang/String;
            if_acmpne 9
         7: .line 1033
            aload 2 /* stringBuffer */
            bipush 60
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
         8: .line 1034
            iconst_1
            ireturn
         9: .line 1035
      StackMap locals:
      StackMap stack:
            aload 1 /* entityName */
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fGtSymbol:Ljava/lang/String;
            if_acmpne 13
        10: .line 1036
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.fCurrentEntity:Lcom/sun/xml/internal/stream/Entity$ScannedEntity;
            getfield com.sun.xml.internal.stream.Entity$ScannedEntity.name:Ljava/lang/String;
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.checkEntityLimit:(ZLjava/lang/String;I)V
        11: .line 1037
            aload 2 /* stringBuffer */
            bipush 62
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        12: .line 1038
            iconst_1
            ireturn
        13: .line 1039
      StackMap locals:
      StackMap stack:
            aload 1 /* entityName */
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner.fQuotSymbol:Ljava/lang/String;
            if_acmpne 17
        14: .line 1040
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.fCurrentEntity:Lcom/sun/xml/internal/stream/Entity$ScannedEntity;
            getfield com.sun.xml.internal.stream.Entity$ScannedEntity.name:Ljava/lang/String;
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.checkEntityLimit:(ZLjava/lang/String;I)V
        15: .line 1041
            aload 2 /* stringBuffer */
            bipush 34
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        16: .line 1042
            iconst_1
            ireturn
        17: .line 1044
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer stringBuffer
        end local 1 // java.lang.String entityName
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0          this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   18     1    entityName  Ljava/lang/String;
            0   18     2  stringBuffer  Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
    MethodParameters:
              Name  Flags
      entityName    
      stringBuffer  

  protected void scanExternalID(java.lang.String[], boolean);
    descriptor: ([Ljava/lang/String;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=8, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // java.lang.String[] identifiers
        start local 2 // boolean optionalSystemId
         0: .line 1061
            aconst_null
            astore 3 /* systemId */
        start local 3 // java.lang.String systemId
         1: .line 1062
            aconst_null
            astore 4 /* publicId */
        start local 4 // java.lang.String publicId
         2: .line 1063
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            ldc "PUBLIC"
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipString:(Ljava/lang/String;)Z
            ifeq 9
         3: .line 1064
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces:()Z
            ifne 5
         4: .line 1065
            aload 0 /* this */
            ldc "SpaceRequiredAfterPUBLIC"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 1067
      StackMap locals: java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fString:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPubidLiteral:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)Z
            pop
         6: .line 1068
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fString:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
            astore 4 /* publicId */
         7: .line 1070
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces:()Z
            ifne 9
            iload 2 /* optionalSystemId */
            ifne 9
         8: .line 1071
            aload 0 /* this */
            ldc "SpaceRequiredBetweenPublicAndSystem"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 1075
      StackMap locals:
      StackMap stack:
            aload 4 /* publicId */
            ifnonnull 10
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            ldc "SYSTEM"
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipString:(Ljava/lang/String;)Z
            ifeq 38
        10: .line 1076
      StackMap locals:
      StackMap stack:
            aload 4 /* publicId */
            ifnonnull 12
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces:()Z
            ifne 12
        11: .line 1077
            aload 0 /* this */
            ldc "SpaceRequiredAfterSYSTEM"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        12: .line 1079
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            istore 5 /* quote */
        start local 5 // int quote
        13: .line 1080
            iload 5 /* quote */
            bipush 39
            if_icmpeq 19
            iload 5 /* quote */
            bipush 34
            if_icmpeq 19
        14: .line 1081
            aload 4 /* publicId */
            ifnull 18
            iload 2 /* optionalSystemId */
            ifeq 18
        15: .line 1084
            aload 1 /* identifiers */
            iconst_0
            aconst_null
            aastore
        16: .line 1085
            aload 1 /* identifiers */
            iconst_1
            aload 4 /* publicId */
            aastore
        17: .line 1086
            return
        18: .line 1088
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc "QuoteRequiredInSystemID"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        19: .line 1090
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        20: .line 1091
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fString:Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            astore 6 /* ident */
        start local 6 // com.sun.org.apache.xerces.internal.xni.XMLString ident
        21: .line 1092
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            iload 5 /* quote */
            aload 6 /* ident */
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanLiteral:(ILcom/sun/org/apache/xerces/internal/xni/XMLString;Z)I
            iload 5 /* quote */
            if_icmpeq 35
        22: .line 1093
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.clear:()V
        23: .line 1095
      StackMap locals: com.sun.org.apache.xerces.internal.xni.XMLString
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            aload 6 /* ident */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
        24: .line 1096
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            istore 7 /* c */
        start local 7 // int c
        25: .line 1097
            iload 7 /* c */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isMarkup:(I)Z
            ifne 26
            iload 7 /* c */
            bipush 93
            if_icmpne 28
        26: .line 1098
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        27: .line 1099
            goto 32
      StackMap locals:
      StackMap stack:
        28: iload 7 /* c */
            iconst_m1
            if_icmpeq 32
            aload 0 /* this */
            iload 7 /* c */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.isInvalidLiteral:(I)Z
            ifeq 32
        29: .line 1100
            aload 0 /* this */
            ldc "InvalidCharInSystemID"
        30: .line 1101
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 7 /* c */
            bipush 16
            invokestatic java.lang.Integer.toString:(II)Ljava/lang/String;
            aastore
        31: .line 1100
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 7 // int c
        32: .line 1103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            iload 5 /* quote */
            aload 6 /* ident */
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanLiteral:(ILcom/sun/org/apache/xerces/internal/xni/XMLString;Z)I
            iload 5 /* quote */
            if_icmpne 23
        33: .line 1104
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            aload 6 /* ident */
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
        34: .line 1105
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            astore 6 /* ident */
        35: .line 1107
      StackMap locals:
      StackMap stack:
            aload 6 /* ident */
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
            astore 3 /* systemId */
        36: .line 1108
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            iload 5 /* quote */
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar:(ILcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Z
            ifne 38
        37: .line 1109
            aload 0 /* this */
            ldc "SystemIDUnterminated"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 6 // com.sun.org.apache.xerces.internal.xni.XMLString ident
        end local 5 // int quote
        38: .line 1114
      StackMap locals:
      StackMap stack:
            aload 1 /* identifiers */
            iconst_0
            aload 3 /* systemId */
            aastore
        39: .line 1115
            aload 1 /* identifiers */
            iconst_1
            aload 4 /* publicId */
            aastore
        40: .line 1116
            return
        end local 4 // java.lang.String publicId
        end local 3 // java.lang.String systemId
        end local 2 // boolean optionalSystemId
        end local 1 // java.lang.String[] identifiers
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   41     0              this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   41     1       identifiers  [Ljava/lang/String;
            0   41     2  optionalSystemId  Z
            1   41     3          systemId  Ljava/lang/String;
            2   41     4          publicId  Ljava/lang/String;
           13   38     5             quote  I
           21   38     6             ident  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
           25   32     7                 c  I
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
                  Name  Flags
      identifiers       
      optionalSystemId  

  protected boolean scanPubidLiteral(com.sun.org.apache.xerces.internal.xni.XMLString);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLString;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLString literal
         0: .line 1140
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            istore 2 /* quote */
        start local 2 // int quote
         1: .line 1141
            iload 2 /* quote */
            bipush 39
            if_icmpeq 4
            iload 2 /* quote */
            bipush 34
            if_icmpeq 4
         2: .line 1142
            aload 0 /* this */
            ldc "QuoteRequiredInPublicID"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 1143
            iconst_0
            ireturn
         4: .line 1146
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.clear:()V
         5: .line 1148
            iconst_1
            istore 3 /* skipSpace */
        start local 3 // boolean skipSpace
         6: .line 1149
            iconst_1
            istore 4 /* dataok */
        start local 4 // boolean dataok
         7: .line 1151
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            istore 5 /* c */
        start local 5 // int c
         8: .line 1152
            iload 5 /* c */
            bipush 32
            if_icmpeq 9
            iload 5 /* c */
            bipush 10
            if_icmpeq 9
            iload 5 /* c */
            bipush 13
            if_icmpne 13
         9: .line 1153
      StackMap locals: int
      StackMap stack:
            iload 3 /* skipSpace */
            ifne 7
        10: .line 1155
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            bipush 32
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        11: .line 1156
            iconst_1
            istore 3 /* skipSpace */
        12: .line 1158
            goto 7
      StackMap locals:
      StackMap stack:
        13: iload 5 /* c */
            iload 2 /* quote */
            if_icmpne 18
        14: .line 1159
            iload 3 /* skipSpace */
            ifeq 16
        15: .line 1161
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            dup
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.length:I
            iconst_1
            isub
            putfield com.sun.org.apache.xerces.internal.util.XMLStringBuffer.length:I
        16: .line 1163
      StackMap locals:
      StackMap stack:
            aload 1 /* literal */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.setValues:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
        17: .line 1164
            goto 30
        18: .line 1165
      StackMap locals:
      StackMap stack:
            iload 5 /* c */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isPubid:(I)Z
            ifeq 22
        19: .line 1166
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            iload 5 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        20: .line 1167
            iconst_0
            istore 3 /* skipSpace */
        21: .line 1168
            goto 7
      StackMap locals:
      StackMap stack:
        22: iload 5 /* c */
            iconst_m1
            if_icmpne 25
        23: .line 1169
            aload 0 /* this */
            ldc "PublicIDUnterminated"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        24: .line 1170
            iconst_0
            ireturn
        25: .line 1172
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* dataok */
        26: .line 1173
            aload 0 /* this */
            ldc "InvalidCharInPublicID"
        27: .line 1174
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 5 /* c */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
        28: .line 1173
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 5 // int c
        29: .line 1150
            goto 7
        30: .line 1177
      StackMap locals:
      StackMap stack:
            iload 4 /* dataok */
            ireturn
        end local 4 // boolean dataok
        end local 3 // boolean skipSpace
        end local 2 // int quote
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLString literal
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   31     0       this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   31     1    literal  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            1   31     2      quote  I
            6   31     3  skipSpace  Z
            7   31     4     dataok  Z
            8   29     5          c  I
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
         Name  Flags
      literal  

  protected void normalizeWhitespace(com.sun.org.apache.xerces.internal.xni.XMLString);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLString value
         0: .line 1186
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: .line 1187
            iconst_0
            istore 3 /* j */
        start local 3 // int j
         2: .line 1188
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.whiteSpaceLookup:[I
            astore 4 /* buff */
        start local 4 // int[] buff
         3: .line 1189
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.whiteSpaceLen:I
            istore 5 /* buffLen */
        start local 5 // int buffLen
         4: .line 1190
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.offset:I
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.length:I
            iadd
            istore 6 /* end */
        start local 6 // int end
         5: .line 1191
            goto 10
         6: .line 1192
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner com.sun.org.apache.xerces.internal.xni.XMLString int int int[] int int
      StackMap stack:
            aload 4 /* buff */
            iload 2 /* i */
            iaload
            istore 3 /* j */
         7: .line 1193
            iload 3 /* j */
            iload 6 /* end */
            if_icmpge 9
         8: .line 1194
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.ch:[C
            iload 3 /* j */
            bipush 32
            castore
         9: .line 1196
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        10: .line 1191
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iload 5 /* buffLen */
            if_icmplt 6
        11: .line 1198
            return
        end local 6 // int end
        end local 5 // int buffLen
        end local 4 // int[] buff
        end local 3 // int j
        end local 2 // int i
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLString value
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   12     1    value  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            1   12     2        i  I
            2   12     3        j  I
            3   12     4     buff  [I
            4   12     5  buffLen  I
            5   12     6      end  I
    MethodParameters:
       Name  Flags
      value  

  public void startEntity(java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier, java.lang.String, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // java.lang.String name
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier identifier
        start local 3 // java.lang.String encoding
        start local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 1225
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
         1: .line 1227
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityManager.getEntityScanner:()Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
         2: .line 1228
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityManager.getEntityStore:()Lcom/sun/xml/internal/stream/XMLEntityStorage;
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityStore:Lcom/sun/xml/internal/stream/XMLEntityStorage;
         3: .line 1229
            return
        end local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 3 // java.lang.String encoding
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier identifier
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    4     1        name  Ljava/lang/String;
            0    4     2  identifier  Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;
            0    4     3    encoding  Ljava/lang/String;
            0    4     4        augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
            Name  Flags
      name        
      identifier  
      encoding    
      augs        

  public void endEntity(java.lang.String, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // java.lang.String name
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 1244
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
            iconst_1
            isub
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
         1: .line 1246
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    2     1  name  Ljava/lang/String;
            0    2     2  augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      name  
      augs  

  protected int scanCharReferenceValue(com.sun.org.apache.xerces.internal.util.XMLStringBuffer, com.sun.org.apache.xerces.internal.util.XMLStringBuffer);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer buf
        start local 2 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer buf2
         0: .line 1267
            aload 1 /* buf */
            getfield com.sun.org.apache.xerces.internal.util.XMLStringBuffer.length:I
            istore 3 /* initLen */
        start local 3 // int initLen
         1: .line 1269
            iconst_0
            istore 4 /* hex */
        start local 4 // boolean hex
         2: .line 1270
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            bipush 120
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.REFERENCE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar:(ILcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Z
            ifeq 35
         3: .line 1271
            aload 2 /* buf2 */
            ifnull 4
            aload 2 /* buf2 */
            bipush 120
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
         4: .line 1272
      StackMap locals: int int
      StackMap stack:
            iconst_1
            istore 4 /* hex */
         5: .line 1273
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.clear:()V
         6: .line 1274
            iconst_1
            istore 5 /* digit */
        start local 5 // boolean digit
         7: .line 1276
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            istore 6 /* c */
        start local 6 // int c
         8: .line 1277
            iload 6 /* c */
            bipush 48
            if_icmplt 9
            iload 6 /* c */
            bipush 57
            if_icmple 13
         9: .line 1278
      StackMap locals: int int
      StackMap stack:
            iload 6 /* c */
            bipush 97
            if_icmplt 10
            iload 6 /* c */
            bipush 102
            if_icmple 13
        10: .line 1279
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 65
            if_icmplt 12
            iload 6 /* c */
            bipush 70
        11: .line 1277
            if_icmple 13
      StackMap locals:
      StackMap stack:
        12: iconst_0
            goto 14
      StackMap locals:
      StackMap stack:
        13: iconst_1
      StackMap locals:
      StackMap stack: int
        14: istore 5 /* digit */
        15: .line 1280
            iload 5 /* digit */
            ifeq 33
        16: .line 1281
            aload 2 /* buf2 */
            ifnull 17
            aload 2 /* buf2 */
            iload 6 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        17: .line 1282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.REFERENCE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        18: .line 1283
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            iload 6 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        19: .line 1286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            istore 6 /* c */
        20: .line 1287
            iload 6 /* c */
            bipush 48
            if_icmplt 21
            iload 6 /* c */
            bipush 57
            if_icmple 25
        21: .line 1288
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 97
            if_icmplt 22
            iload 6 /* c */
            bipush 102
            if_icmple 25
        22: .line 1289
      StackMap locals:
      StackMap stack:
            iload 6 /* c */
            bipush 65
            if_icmplt 24
            iload 6 /* c */
            bipush 70
        23: .line 1287
            if_icmple 25
      StackMap locals:
      StackMap stack:
        24: iconst_0
            goto 26
      StackMap locals:
      StackMap stack:
        25: iconst_1
      StackMap locals:
      StackMap stack: int
        26: istore 5 /* digit */
        27: .line 1290
            iload 5 /* digit */
            ifeq 31
        28: .line 1291
            aload 2 /* buf2 */
            ifnull 29
            aload 2 /* buf2 */
            iload 6 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        29: .line 1292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.REFERENCE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        30: .line 1293
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            iload 6 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        31: .line 1295
      StackMap locals:
      StackMap stack:
            iload 5 /* digit */
            ifne 19
        32: .line 1296
            goto 56
        33: .line 1297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "HexdigitRequiredInCharRef"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 6 // int c
        end local 5 // boolean digit
        34: .line 1299
            goto 56
        35: .line 1303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.clear:()V
        36: .line 1304
            iconst_1
            istore 5 /* digit */
        start local 5 // boolean digit
        37: .line 1306
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            istore 6 /* c */
        start local 6 // int c
        38: .line 1307
            iload 6 /* c */
            bipush 48
            if_icmplt 39
            iload 6 /* c */
            bipush 57
            if_icmpgt 39
            iconst_1
            goto 40
      StackMap locals: int int
      StackMap stack:
        39: iconst_0
      StackMap locals:
      StackMap stack: int
        40: istore 5 /* digit */
        41: .line 1308
            iload 5 /* digit */
            ifeq 55
        42: .line 1309
            aload 2 /* buf2 */
            ifnull 43
            aload 2 /* buf2 */
            iload 6 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        43: .line 1310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.REFERENCE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        44: .line 1311
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            iload 6 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        45: .line 1314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            istore 6 /* c */
        46: .line 1315
            iload 6 /* c */
            bipush 48
            if_icmplt 47
            iload 6 /* c */
            bipush 57
            if_icmpgt 47
            iconst_1
            goto 48
      StackMap locals:
      StackMap stack:
        47: iconst_0
      StackMap locals:
      StackMap stack: int
        48: istore 5 /* digit */
        49: .line 1316
            iload 5 /* digit */
            ifeq 53
        50: .line 1317
            aload 2 /* buf2 */
            ifnull 51
            aload 2 /* buf2 */
            iload 6 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        51: .line 1318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.REFERENCE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
        52: .line 1319
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            iload 6 /* c */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        53: .line 1321
      StackMap locals:
      StackMap stack:
            iload 5 /* digit */
            ifne 45
        54: .line 1322
            goto 56
        55: .line 1323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "DigitRequiredInCharRef"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 6 // int c
        end local 5 // boolean digit
        56: .line 1328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            bipush 59
            getstatic com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType.REFERENCE:Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar:(ILcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)Z
            ifne 58
        57: .line 1329
            aload 0 /* this */
            ldc "SemicolonRequiredInCharRef"
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        58: .line 1331
      StackMap locals:
      StackMap stack:
            aload 2 /* buf2 */
            ifnull 59
            aload 2 /* buf2 */
            bipush 59
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        59: .line 1334
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 5 /* value */
        start local 5 // int value
        60: .line 1336
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.toString:()Ljava/lang/String;
        61: .line 1337
            iload 4 /* hex */
            ifeq 62
            bipush 16
            goto 63
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner com.sun.org.apache.xerces.internal.util.XMLStringBuffer com.sun.org.apache.xerces.internal.util.XMLStringBuffer int int int
      StackMap stack: java.lang.String
        62: bipush 10
        63: .line 1336
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner com.sun.org.apache.xerces.internal.util.XMLStringBuffer com.sun.org.apache.xerces.internal.util.XMLStringBuffer int int int
      StackMap stack: java.lang.String int
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;I)I
            istore 5 /* value */
        64: .line 1340
            aload 0 /* this */
            iload 5 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.isInvalid:(I)Z
            ifeq 79
        65: .line 1341
            new java.lang.StringBuffer
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            getfield com.sun.org.apache.xerces.internal.util.XMLStringBuffer.length:I
            iconst_1
            iadd
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 6 /* errorBuf */
        start local 6 // java.lang.StringBuffer errorBuf
        66: .line 1342
            iload 4 /* hex */
            ifeq 67
            aload 6 /* errorBuf */
            bipush 120
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        67: .line 1343
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 6 /* errorBuf */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            getfield com.sun.org.apache.xerces.internal.util.XMLStringBuffer.ch:[C
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            getfield com.sun.org.apache.xerces.internal.util.XMLStringBuffer.offset:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            getfield com.sun.org.apache.xerces.internal.util.XMLStringBuffer.length:I
            invokevirtual java.lang.StringBuffer.append:([CII)Ljava/lang/StringBuffer;
            pop
        68: .line 1344
            aload 0 /* this */
            ldc "InvalidCharRef"
        69: .line 1345
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 6 /* errorBuf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            aastore
        70: .line 1344
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 6 // java.lang.StringBuffer errorBuf
        71: .line 1347
            goto 79
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner com.sun.org.apache.xerces.internal.util.XMLStringBuffer com.sun.org.apache.xerces.internal.util.XMLStringBuffer int int int
      StackMap stack: java.lang.NumberFormatException
        72: pop
        73: .line 1350
            new java.lang.StringBuffer
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            getfield com.sun.org.apache.xerces.internal.util.XMLStringBuffer.length:I
            iconst_1
            iadd
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 6 /* errorBuf */
        start local 6 // java.lang.StringBuffer errorBuf
        74: .line 1351
            iload 4 /* hex */
            ifeq 75
            aload 6 /* errorBuf */
            bipush 120
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        75: .line 1352
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 6 /* errorBuf */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            getfield com.sun.org.apache.xerces.internal.util.XMLStringBuffer.ch:[C
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            getfield com.sun.org.apache.xerces.internal.util.XMLStringBuffer.offset:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            getfield com.sun.org.apache.xerces.internal.util.XMLStringBuffer.length:I
            invokevirtual java.lang.StringBuffer.append:([CII)Ljava/lang/StringBuffer;
            pop
        76: .line 1353
            aload 0 /* this */
            ldc "InvalidCharRef"
        77: .line 1354
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 6 /* errorBuf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            aastore
        78: .line 1353
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 6 // java.lang.StringBuffer errorBuf
        79: .line 1358
      StackMap locals:
      StackMap stack:
            iload 5 /* value */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isSupplemental:(I)Z
            ifne 82
        80: .line 1359
            aload 1 /* buf */
            iload 5 /* value */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        81: .line 1360
            goto 84
        82: .line 1362
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            iload 5 /* value */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.highSurrogate:(I)C
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        83: .line 1363
            aload 1 /* buf */
            iload 5 /* value */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.lowSurrogate:(I)C
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        84: .line 1367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fNotifyCharRefs:Z
            ifeq 90
            iload 5 /* value */
            iconst_m1
            if_icmpeq 90
        85: .line 1368
            new java.lang.StringBuilder
            dup
            ldc "#"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* hex */
            ifeq 86
            ldc "x"
            goto 87
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
        86: ldc ""
      StackMap locals: com.sun.org.apache.xerces.internal.impl.XMLScanner com.sun.org.apache.xerces.internal.util.XMLStringBuffer com.sun.org.apache.xerces.internal.util.XMLStringBuffer int int int
      StackMap stack: java.lang.StringBuilder java.lang.String
        87: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBuffer3:Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 6 /* literal */
        start local 6 // java.lang.String literal
        88: .line 1369
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fScanningAttribute:Z
            ifne 90
        89: .line 1370
            aload 0 /* this */
            aload 6 /* literal */
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fCharRefLiteral:Ljava/lang/String;
        end local 6 // java.lang.String literal
        90: .line 1374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.fCurrentEntity:Lcom/sun/xml/internal/stream/Entity$ScannedEntity;
            getfield com.sun.xml.internal.stream.Entity$ScannedEntity.isGE:Z
            ifeq 92
        91: .line 1375
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.fCurrentEntity:Lcom/sun/xml/internal/stream/Entity$ScannedEntity;
            getfield com.sun.xml.internal.stream.Entity$ScannedEntity.name:Ljava/lang/String;
            aload 1 /* buf */
            getfield com.sun.org.apache.xerces.internal.util.XMLStringBuffer.length:I
            iload 3 /* initLen */
            isub
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.checkEntityLimit:(ZLjava/lang/String;I)V
        92: .line 1377
      StackMap locals:
      StackMap stack:
            iload 5 /* value */
            ireturn
        end local 5 // int value
        end local 4 // boolean hex
        end local 3 // int initLen
        end local 2 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer buf2
        end local 1 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer buf
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   93     0      this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   93     1       buf  Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            0   93     2      buf2  Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            1   93     3   initLen  I
            2   93     4       hex  Z
            7   34     5     digit  Z
            8   34     6         c  I
           37   56     5     digit  Z
           38   56     6         c  I
           60   93     5     value  I
           66   71     6  errorBuf  Ljava/lang/StringBuffer;
           74   79     6  errorBuf  Ljava/lang/StringBuffer;
           88   90     6   literal  Ljava/lang/String;
      Exception table:
        from    to  target  type
          60    71      72  Class java.lang.NumberFormatException
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      buf   
      buf2  

  protected boolean isInvalid(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // int value
         0: .line 1383
            iload 1 /* value */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isInvalid:(I)Z
            ireturn
        end local 1 // int value
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  protected boolean isInvalidLiteral(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // int value
         0: .line 1390
            iload 1 /* value */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isInvalid:(I)Z
            ireturn
        end local 1 // int value
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  protected boolean isValidNameChar(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // int value
         0: .line 1397
            iload 1 /* value */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isName:(I)Z
            ireturn
        end local 1 // int value
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  protected boolean isValidNCName(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // int value
         0: .line 1404
            iload 1 /* value */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isNCName:(I)Z
            ireturn
        end local 1 // int value
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  protected boolean isValidNameStartChar(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // int value
         0: .line 1411
            iload 1 /* value */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isNameStart:(I)Z
            ireturn
        end local 1 // int value
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  protected boolean isValidNameStartHighSurrogate(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // int value
         0: .line 1419
            iconst_0
            ireturn
        end local 1 // int value
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  protected boolean versionSupported(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // java.lang.String version
         0: .line 1423
            aload 1 /* version */
            ldc "1.0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 1
            aload 1 /* version */
            ldc "1.1"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // java.lang.String version
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    2     1  version  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      version  

  protected boolean scanSurrogates(com.sun.org.apache.xerces.internal.util.XMLStringBuffer);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer buf
         0: .line 1438
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            istore 2 /* high */
        start local 2 // int high
         1: .line 1439
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar:()I
            istore 3 /* low */
        start local 3 // int low
         2: .line 1440
            iload 3 /* low */
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.isLowSurrogate:(I)Z
            ifne 7
         3: .line 1441
            aload 0 /* this */
            ldc "InvalidCharInContent"
         4: .line 1442
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* high */
            bipush 16
            invokestatic java.lang.Integer.toString:(II)Ljava/lang/String;
            aastore
         5: .line 1441
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 1443
            iconst_0
            ireturn
         7: .line 1445
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanChar:(Lcom/sun/org/apache/xerces/internal/impl/XMLScanner$NameType;)I
            pop
         8: .line 1448
            iload 2 /* high */
            i2c
            iload 3 /* low */
            i2c
            invokestatic com.sun.org.apache.xerces.internal.util.XMLChar.supplemental:(CC)I
            istore 4 /* c */
        start local 4 // int c
         9: .line 1451
            aload 0 /* this */
            iload 4 /* c */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.isInvalid:(I)Z
            ifeq 14
        10: .line 1452
            aload 0 /* this */
            ldc "InvalidCharInContent"
        11: .line 1453
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 4 /* c */
            bipush 16
            invokestatic java.lang.Integer.toString:(II)Ljava/lang/String;
            aastore
        12: .line 1452
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 1454
            iconst_0
            ireturn
        14: .line 1458
      StackMap locals: int
      StackMap stack:
            aload 1 /* buf */
            iload 2 /* high */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        15: .line 1459
            aload 1 /* buf */
            iload 3 /* low */
            i2c
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append:(C)V
        16: .line 1461
            iconst_1
            ireturn
        end local 4 // int c
        end local 3 // int low
        end local 2 // int high
        end local 1 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer buf
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   17     1   buf  Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
            1   17     2  high  I
            2   17     3   low  I
            9   17     4     c  I
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      buf   

  protected void reportFatalError(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // java.lang.String msgId
        start local 2 // java.lang.Object[] args
         0: .line 1471
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fErrorReporter:Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
            ldc "http://www.w3.org/TR/1998/REC-xml-19980210"
         1: .line 1472
            aload 1 /* msgId */
            aload 2 /* args */
         2: .line 1473
            iconst_2
         3: .line 1471
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError:(Lcom/sun/org/apache/xerces/internal/xni/XMLLocator;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;S)Ljava/lang/String;
            pop
         4: .line 1474
            return
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String msgId
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    5     1  msgId  Ljava/lang/String;
            0    5     2   args  [Ljava/lang/Object;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
       Name  Flags
      msgId  
      args   

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
         0: .line 1479
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityScanner;
         1: .line 1481
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityDepth:I
         2: .line 1482
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fReportEntity:Z
         3: .line 1483
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fResourceIdentifier:Lcom/sun/org/apache/xerces/internal/util/XMLResourceIdentifierImpl;
            invokevirtual com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl.clear:()V
         4: .line 1485
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fAttributeCacheInitDone:Z
            ifne 12
         5: .line 1486
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         6: goto 10
         7: .line 1487
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.attributeValueCache:Ljava/util/ArrayList;
            new com.sun.org.apache.xerces.internal.xni.XMLString
            dup
            invokespecial com.sun.org.apache.xerces.internal.xni.XMLString.<init>:()V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         8: .line 1488
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.stringBufferCache:Ljava/util/ArrayList;
            new com.sun.org.apache.xerces.internal.util.XMLStringBuffer
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.XMLStringBuffer.<init>:()V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         9: .line 1486
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.initialCacheCount:I
            if_icmplt 7
        end local 1 // int i
        11: .line 1490
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fAttributeCacheInitDone:Z
        12: .line 1492
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBufferIndex:I
        13: .line 1493
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fAttributeCacheUsedCount:I
        14: .line 1495
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            6   11     1     i  I

  com.sun.org.apache.xerces.internal.util.XMLStringBuffer getStringBuffer();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
         0: .line 1498
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBufferIndex:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.initialCacheCount:I
            if_icmplt 1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBufferIndex:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.stringBufferCache:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            if_icmpge 2
         1: .line 1499
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.stringBufferCache:Ljava/util/ArrayList;
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBufferIndex:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBufferIndex:I
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.util.XMLStringBuffer
            areturn
         2: .line 1501
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.util.XMLStringBuffer
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.XMLStringBuffer.<init>:()V
            astore 1 /* tmpObj */
        start local 1 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer tmpObj
         3: .line 1502
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBufferIndex:I
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fStringBufferIndex:I
         4: .line 1503
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.stringBufferCache:Ljava/util/ArrayList;
            aload 1 /* tmpObj */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 1504
            aload 1 /* tmpObj */
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.util.XMLStringBuffer tmpObj
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            3    6     1  tmpObj  Lcom/sun/org/apache/xerces/internal/util/XMLStringBuffer;

  void checkEntityLimit(boolean, java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLString);
    descriptor: (ZLjava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLString;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // boolean isPEDecl
        start local 2 // java.lang.String entityName
        start local 3 // com.sun.org.apache.xerces.internal.xni.XMLString buffer
         0: .line 1516
            aload 0 /* this */
            iload 1 /* isPEDecl */
            aload 2 /* entityName */
            aload 3 /* buffer */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.length:I
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.checkEntityLimit:(ZLjava/lang/String;I)V
         1: .line 1517
            return
        end local 3 // com.sun.org.apache.xerces.internal.xni.XMLString buffer
        end local 2 // java.lang.String entityName
        end local 1 // boolean isPEDecl
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0    2     1    isPEDecl  Z
            0    2     2  entityName  Ljava/lang/String;
            0    2     3      buffer  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
    MethodParameters:
            Name  Flags
      isPEDecl    
      entityName  
      buffer      

  void checkEntityLimit(boolean, java.lang.String, int);
    descriptor: (ZLjava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
        start local 1 // boolean isPEDecl
        start local 2 // java.lang.String entityName
        start local 3 // int len
         0: .line 1526
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            ifnonnull 2
         1: .line 1527
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fEntityManager:Lcom/sun/org/apache/xerces/internal/impl/XMLEntityManager;
            getfield com.sun.org.apache.xerces.internal.impl.XMLEntityManager.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            putfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
         2: .line 1529
      StackMap locals:
      StackMap stack:
            iload 1 /* isPEDecl */
            ifeq 12
         3: .line 1530
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.PARAMETER_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            new java.lang.StringBuilder
            dup
            ldc "%"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* entityName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iload 3 /* len */
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLLimitAnalyzer.addValue:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;Ljava/lang/String;I)V
         4: .line 1531
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.PARAMETER_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.isOverLimit:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;)Z
            ifeq 20
         5: .line 1532
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.debugPrint:(Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;)V
         6: .line 1533
            aload 0 /* this */
            ldc "MaxEntitySizeLimit"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            new java.lang.StringBuilder
            dup
            ldc "%"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* entityName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         7: .line 1534
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.PARAMETER_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLLimitAnalyzer.getValue:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
         8: .line 1535
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.PARAMETER_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.getLimit:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
         9: .line 1536
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.PARAMETER_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.getStateLiteral:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;)Ljava/lang/String;
            aastore
        10: .line 1533
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        11: .line 1538
            goto 20
        12: .line 1539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.GENERAL_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            aload 2 /* entityName */
            iload 3 /* len */
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLLimitAnalyzer.addValue:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;Ljava/lang/String;I)V
        13: .line 1540
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.GENERAL_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.isOverLimit:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;)Z
            ifeq 20
        14: .line 1541
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.debugPrint:(Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;)V
        15: .line 1542
            aload 0 /* this */
            ldc "MaxEntitySizeLimit"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* entityName */
            aastore
            dup
            iconst_1
        16: .line 1543
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.GENERAL_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLLimitAnalyzer.getValue:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
        17: .line 1544
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.GENERAL_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.getLimit:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
        18: .line 1545
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.GENERAL_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.getStateLiteral:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;)Ljava/lang/String;
            aastore
        19: .line 1542
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        20: .line 1548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.TOTAL_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.isOverLimit:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;)Z
            ifeq 27
        21: .line 1549
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.debugPrint:(Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;)V
        22: .line 1550
            aload 0 /* this */
            ldc "TotalEntitySizeLimit"
        23: .line 1551
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fLimitAnalyzer:Lcom/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.TOTAL_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLLimitAnalyzer.getTotalValue:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
        24: .line 1552
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.TOTAL_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.getLimit:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
        25: .line 1553
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.XMLScanner.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit.TOTAL_ENTITY_SIZE_LIMIT:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.getStateLiteral:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit;)Ljava/lang/String;
            aastore
        26: .line 1550
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError:(Ljava/lang/String;[Ljava/lang/Object;)V
        27: .line 1555
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // java.lang.String entityName
        end local 1 // boolean isPEDecl
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLScanner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   28     0        this  Lcom/sun/org/apache/xerces/internal/impl/XMLScanner;
            0   28     1    isPEDecl  Z
            0   28     2  entityName  Ljava/lang/String;
            0   28     3         len  I
    MethodParameters:
            Name  Flags
      isPEDecl    
      entityName  
      len         
}
SourceFile: "XMLScanner.java"
NestMembers:
  com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType
InnerClasses:
  public final NameType = com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType of com.sun.org.apache.xerces.internal.impl.XMLScanner
  public final Limit = com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit of com.sun.org.apache.xerces.internal.utils.XMLSecurityManager
  public ScannedEntity = com.sun.xml.internal.stream.Entity$ScannedEntity of com.sun.xml.internal.stream.Entity