public abstract class com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration extends com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings implements com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration
  super_class: com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings
{
  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 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 EXTERNAL_GENERAL_ENTITIES;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://xml.org/sax/features/external-general-entities"

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

  protected static final java.lang.String XML_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://xml.org/sax/properties/xml-string"

  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_HANDLER;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/internal/error-handler"

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

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

  protected java.util.Locale fLocale;
    descriptor: Ljava/util/Locale;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.ArrayList fComponents;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler fDocumentHandler;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.xni.XMLDTDHandler fDTDHandler;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.xni.XMLDTDContentModelHandler fDTDContentModelHandler;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource fLastComponent;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
    flags: (0x0004) ACC_PROTECTED

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
         0: .line 181
            aload 0 /* this */
            aconst_null
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
         1: .line 182
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;

  protected void <init>(com.sun.org.apache.xerces.internal.util.SymbolTable);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/SymbolTable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
         0: .line 190
            aload 0 /* this */
            aload 1 /* symbolTable */
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
         1: .line 191
            return
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0    2     1  symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
    MethodParameters:
             Name  Flags
      symbolTable  

  protected void <init>(com.sun.org.apache.xerces.internal.util.SymbolTable, com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager parentSettings
         0: .line 202
            aload 0 /* this */
            aload 2 /* parentSettings */
            invokespecial com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.<init>:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
         1: .line 205
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fComponents:Ljava/util/ArrayList;
         2: .line 208
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fFeatures:Ljava/util/Map;
         3: .line 209
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fProperties:Ljava/util/Map;
         4: .line 212
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
         5: .line 213
            ldc "http://apache.org/xml/features/internal/parser-settings"
            aastore
            dup
            iconst_1
         6: .line 214
            ldc "http://xml.org/sax/features/validation"
            aastore
            dup
            iconst_2
         7: .line 215
            ldc "http://xml.org/sax/features/namespaces"
            aastore
            dup
            iconst_3
         8: .line 216
            ldc "http://xml.org/sax/features/external-general-entities"
            aastore
            dup
            iconst_4
         9: .line 217
            ldc "http://xml.org/sax/features/external-parameter-entities"
            aastore
        10: .line 212
            astore 3 /* recognizedFeatures */
        start local 3 // java.lang.String[] recognizedFeatures
        11: .line 219
            aload 0 /* this */
            aload 3 /* recognizedFeatures */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.addRecognizedFeatures:([Ljava/lang/String;)V
        12: .line 220
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fFeatures:Ljava/util/Map;
            ldc "http://apache.org/xml/features/internal/parser-settings"
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 222
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fFeatures:Ljava/util/Map;
            ldc "http://xml.org/sax/features/validation"
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 223
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fFeatures:Ljava/util/Map;
            ldc "http://xml.org/sax/features/namespaces"
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 224
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fFeatures:Ljava/util/Map;
            ldc "http://xml.org/sax/features/external-general-entities"
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 225
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fFeatures:Ljava/util/Map;
            ldc "http://xml.org/sax/features/external-parameter-entities"
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 228
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
        18: .line 229
            ldc "http://xml.org/sax/properties/xml-string"
            aastore
            dup
            iconst_1
        19: .line 230
            ldc "http://apache.org/xml/properties/internal/symbol-table"
            aastore
            dup
            iconst_2
        20: .line 231
            ldc "http://apache.org/xml/properties/internal/error-handler"
            aastore
            dup
            iconst_3
        21: .line 232
            ldc "http://apache.org/xml/properties/internal/entity-resolver"
            aastore
        22: .line 228
            astore 4 /* recognizedProperties */
        start local 4 // java.lang.String[] recognizedProperties
        23: .line 234
            aload 0 /* this */
            aload 4 /* recognizedProperties */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.addRecognizedProperties:([Ljava/lang/String;)V
        24: .line 236
            aload 1 /* symbolTable */
            ifnonnull 26
        25: .line 237
            new com.sun.org.apache.xerces.internal.util.SymbolTable
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.SymbolTable.<init>:()V
            astore 1 /* symbolTable */
        26: .line 239
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration com.sun.org.apache.xerces.internal.util.SymbolTable com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager java.lang.String[] java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* symbolTable */
            putfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
        27: .line 240
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fProperties:Ljava/util/Map;
            ldc "http://apache.org/xml/properties/internal/symbol-table"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        28: .line 242
            return
        end local 4 // java.lang.String[] recognizedProperties
        end local 3 // java.lang.String[] recognizedFeatures
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager parentSettings
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   29     0                  this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0   29     1           symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            0   29     2        parentSettings  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
           11   29     3    recognizedFeatures  [Ljava/lang/String;
           23   29     4  recognizedProperties  [Ljava/lang/String;
    MethodParameters:
                Name  Flags
      symbolTable     
      parentSettings  

  protected void addComponent(com.sun.org.apache.xerces.internal.xni.parser.XMLComponent);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponent component
         0: .line 254
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fComponents:Ljava/util/ArrayList;
            aload 1 /* component */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 255
            return
         2: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fComponents:Ljava/util/ArrayList;
            aload 1 /* component */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         3: .line 260
            aload 1 /* component */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponent.getRecognizedFeatures:()[Ljava/lang/String;
            astore 2 /* recognizedFeatures */
        start local 2 // java.lang.String[] recognizedFeatures
         4: .line 261
            aload 0 /* this */
            aload 2 /* recognizedFeatures */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.addRecognizedFeatures:([Ljava/lang/String;)V
         5: .line 264
            aload 1 /* component */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponent.getRecognizedProperties:()[Ljava/lang/String;
            astore 3 /* recognizedProperties */
        start local 3 // java.lang.String[] recognizedProperties
         6: .line 265
            aload 0 /* this */
            aload 3 /* recognizedProperties */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.addRecognizedProperties:([Ljava/lang/String;)V
         7: .line 268
            aload 2 /* recognizedFeatures */
            ifnull 16
         8: .line 269
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         9: goto 15
        10: .line 270
      StackMap locals: java.lang.String[] java.lang.String[] int
      StackMap stack:
            aload 2 /* recognizedFeatures */
            iload 4 /* i */
            aaload
            astore 5 /* featureId */
        start local 5 // java.lang.String featureId
        11: .line 271
            aload 1 /* component */
            aload 5 /* featureId */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponent.getFeatureDefault:(Ljava/lang/String;)Ljava/lang/Boolean;
            astore 6 /* state */
        start local 6 // java.lang.Boolean state
        12: .line 272
            aload 6 /* state */
            ifnull 14
        13: .line 273
            aload 0 /* this */
            aload 5 /* featureId */
            aload 6 /* state */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokespecial com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.setFeature:(Ljava/lang/String;Z)V
        end local 6 // java.lang.Boolean state
        end local 5 // java.lang.String featureId
        14: .line 269
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 4 /* i */
            aload 2 /* recognizedFeatures */
            arraylength
            if_icmplt 10
        end local 4 // int i
        16: .line 277
      StackMap locals:
      StackMap stack:
            aload 3 /* recognizedProperties */
            ifnull 25
        17: .line 278
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        18: goto 24
        19: .line 279
      StackMap locals: int
      StackMap stack:
            aload 3 /* recognizedProperties */
            iload 4 /* i */
            aaload
            astore 5 /* propertyId */
        start local 5 // java.lang.String propertyId
        20: .line 280
            aload 1 /* component */
            aload 5 /* propertyId */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponent.getPropertyDefault:(Ljava/lang/String;)Ljava/lang/Object;
            astore 6 /* value */
        start local 6 // java.lang.Object value
        21: .line 281
            aload 6 /* value */
            ifnull 23
        22: .line 282
            aload 0 /* this */
            aload 5 /* propertyId */
            aload 6 /* value */
            invokespecial com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 6 // java.lang.Object value
        end local 5 // java.lang.String propertyId
        23: .line 278
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 4 /* i */
            aload 3 /* recognizedProperties */
            arraylength
            if_icmplt 19
        end local 4 // int i
        25: .line 287
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String[] recognizedProperties
        end local 2 // java.lang.String[] recognizedFeatures
        end local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponent component
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   26     0                  this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0   26     1             component  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;
            4   26     2    recognizedFeatures  [Ljava/lang/String;
            6   26     3  recognizedProperties  [Ljava/lang/String;
            9   16     4                     i  I
           11   14     5             featureId  Ljava/lang/String;
           12   14     6                 state  Ljava/lang/Boolean;
           18   25     4                     i  I
           20   23     5            propertyId  Ljava/lang/String;
           21   23     6                 value  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      component  

  public abstract void parse(com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException, java.io.IOException
    MethodParameters:
             Name  Flags
      inputSource  

  public void setDocumentHandler(com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler documentHandler
         0: .line 327
            aload 0 /* this */
            aload 1 /* documentHandler */
            putfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
         1: .line 328
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
            ifnull 5
         2: .line 329
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
         3: .line 330
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            ifnull 5
         4: .line 331
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
         5: .line 334
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler documentHandler
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0    6     1  documentHandler  Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
    MethodParameters:
                 Name  Flags
      documentHandler  

  public com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler getDocumentHandler();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
         0: .line 338
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;

  public void setDTDHandler(com.sun.org.apache.xerces.internal.xni.XMLDTDHandler);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLDTDHandler dtdHandler
         0: .line 347
            aload 0 /* this */
            aload 1 /* dtdHandler */
            putfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
         1: .line 348
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLDTDHandler dtdHandler
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0    2     1  dtdHandler  Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
    MethodParameters:
            Name  Flags
      dtdHandler  

  public com.sun.org.apache.xerces.internal.xni.XMLDTDHandler getDTDHandler();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
         0: .line 352
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;

  public void setDTDContentModelHandler(com.sun.org.apache.xerces.internal.xni.XMLDTDContentModelHandler);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLDTDContentModelHandler handler
         0: .line 361
            aload 0 /* this */
            aload 1 /* handler */
            putfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fDTDContentModelHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler;
         1: .line 362
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLDTDContentModelHandler handler
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0    2     1  handler  Lcom/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler;
    MethodParameters:
         Name  Flags
      handler  

  public com.sun.org.apache.xerces.internal.xni.XMLDTDContentModelHandler getDTDContentModelHandler();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
         0: .line 366
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fDTDContentModelHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;

  public void setEntityResolver(com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver resolver
         0: .line 378
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fProperties:Ljava/util/Map;
            ldc "http://apache.org/xml/properties/internal/entity-resolver"
            aload 1 /* resolver */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 379
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver resolver
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0    2     1  resolver  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
    MethodParameters:
          Name  Flags
      resolver  

  public com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver getEntityResolver();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
         0: .line 390
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fProperties:Ljava/util/Map;
            ldc "http://apache.org/xml/properties/internal/entity-resolver"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;

  public void setErrorHandler(com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler errorHandler
         0: .line 413
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fProperties:Ljava/util/Map;
            ldc "http://apache.org/xml/properties/internal/error-handler"
            aload 1 /* errorHandler */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 414
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler errorHandler
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0    2     1  errorHandler  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler;
    MethodParameters:
              Name  Flags
      errorHandler  

  public com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler getErrorHandler();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
         0: .line 425
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fProperties:Ljava/util/Map;
            ldc "http://apache.org/xml/properties/internal/error-handler"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;

  public void setFeature(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // java.lang.String featureId
        start local 2 // boolean state
         0: .line 445
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fComponents:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 3 /* count */
        start local 3 // int count
         1: .line 446
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 6
         3: .line 447
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fComponents:Ljava/util/ArrayList;
            iload 4 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xni.parser.XMLComponent
            astore 5 /* c */
        start local 5 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponent c
         4: .line 448
            aload 5 /* c */
            aload 1 /* featureId */
            iload 2 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponent.setFeature:(Ljava/lang/String;Z)V
        end local 5 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponent c
         5: .line 446
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 3 /* count */
            if_icmplt 3
        end local 4 // int i
         7: .line 451
            aload 0 /* this */
            aload 1 /* featureId */
            iload 2 /* state */
            invokespecial com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.setFeature:(Ljava/lang/String;Z)V
         8: .line 453
            return
        end local 3 // int count
        end local 2 // boolean state
        end local 1 // java.lang.String featureId
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0    9     1  featureId  Ljava/lang/String;
            0    9     2      state  Z
            1    9     3      count  I
            2    7     4          i  I
            4    5     5          c  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
           Name  Flags
      featureId  
      state      

  public void setProperty(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // java.lang.String propertyId
        start local 2 // java.lang.Object value
         0: .line 465
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fComponents:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 3 /* count */
        start local 3 // int count
         1: .line 466
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 6
         3: .line 467
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fComponents:Ljava/util/ArrayList;
            iload 4 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xni.parser.XMLComponent
            astore 5 /* c */
        start local 5 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponent c
         4: .line 468
            aload 5 /* c */
            aload 1 /* propertyId */
            aload 2 /* value */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponent.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 5 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponent c
         5: .line 466
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 3 /* count */
            if_icmplt 3
        end local 4 // int i
         7: .line 472
            aload 0 /* this */
            aload 1 /* propertyId */
            aload 2 /* value */
            invokespecial com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         8: .line 474
            return
        end local 3 // int count
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String propertyId
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0    9     1  propertyId  Ljava/lang/String;
            0    9     2       value  Ljava/lang/Object;
            1    9     3       count  I
            2    7     4           i  I
            4    5     5           c  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
            Name  Flags
      propertyId  
      value       

  public void setLocale(java.util.Locale);
    descriptor: (Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // java.util.Locale locale
         0: .line 485
            aload 0 /* this */
            aload 1 /* locale */
            putfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fLocale:Ljava/util/Locale;
         1: .line 486
            return
        end local 1 // java.util.Locale locale
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0    2     1  locale  Ljava/util/Locale;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
        Name  Flags
      locale  

  public java.util.Locale getLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
         0: .line 490
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fLocale:Ljava/util/Locale;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;

  protected void reset();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
         0: .line 503
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fComponents:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 1 /* count */
        start local 1 // int count
         1: .line 504
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 505
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration.fComponents:Ljava/util/ArrayList;
            iload 2 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xni.parser.XMLComponent
            astore 3 /* c */
        start local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponent c
         4: .line 506
            aload 3 /* c */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponent.reset:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
        end local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponent c
         5: .line 504
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 1 /* count */
            if_icmplt 3
        end local 2 // int i
         7: .line 509
            return
        end local 1 // int count
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            1    8     1  count  I
            2    7     2      i  I
            4    5     3      c  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException

  protected com.sun.org.apache.xerces.internal.util.PropertyState checkProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/PropertyState;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // java.lang.String propertyId
         0: .line 524
            aload 1 /* propertyId */
            ldc "http://xml.org/sax/properties/"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 5
         1: .line 525
            aload 1 /* propertyId */
            invokevirtual java.lang.String.length:()I
            ldc "http://xml.org/sax/properties/"
            invokevirtual java.lang.String.length:()I
            isub
            istore 2 /* suffixLength */
        start local 2 // int suffixLength
         2: .line 537
            iload 2 /* suffixLength */
            ldc "xml-string"
            invokevirtual java.lang.String.length:()I
            if_icmpne 5
         3: .line 538
            aload 1 /* propertyId */
            ldc "xml-string"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 542
            getstatic com.sun.org.apache.xerces.internal.util.PropertyState.NOT_SUPPORTED:Lcom/sun/org/apache/xerces/internal/util/PropertyState;
            areturn
        end local 2 // int suffixLength
         5: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* propertyId */
            invokespecial com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.checkProperty:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/PropertyState;
            areturn
        end local 1 // java.lang.String propertyId
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0    6     1    propertyId  Ljava/lang/String;
            2    5     2  suffixLength  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
            Name  Flags
      propertyId  

  protected com.sun.org.apache.xerces.internal.util.FeatureState checkFeature(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
        start local 1 // java.lang.String featureId
         0: .line 570
            aload 1 /* featureId */
            ldc "http://apache.org/xml/features/"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 5
         1: .line 571
            aload 1 /* featureId */
            invokevirtual java.lang.String.length:()I
            ldc "http://apache.org/xml/features/"
            invokevirtual java.lang.String.length:()I
            isub
            istore 2 /* suffixLength */
        start local 2 // int suffixLength
         2: .line 576
            iload 2 /* suffixLength */
            ldc "internal/parser-settings"
            invokevirtual java.lang.String.length:()I
            if_icmpne 5
         3: .line 577
            aload 1 /* featureId */
            ldc "internal/parser-settings"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 578
            getstatic com.sun.org.apache.xerces.internal.util.FeatureState.NOT_SUPPORTED:Lcom/sun/org/apache/xerces/internal/util/FeatureState;
            areturn
        end local 2 // int suffixLength
         5: .line 582
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* featureId */
            invokespecial com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.checkFeature:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
            areturn
        end local 1 // java.lang.String featureId
        end local 0 // com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration;
            0    6     1     featureId  Ljava/lang/String;
            2    5     2  suffixLength  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
           Name  Flags
      featureId  
}
SourceFile: "BasicParserConfiguration.java"