public class com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration extends com.sun.org.apache.xerces.internal.parsers.DTDConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration
  super_class: com.sun.org.apache.xerces.internal.parsers.DTDConfiguration
{
  protected static final java.lang.String NORMALIZE_DATA;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/validation/schema/normalized-value"

  protected static final java.lang.String SCHEMA_ELEMENT_DEFAULT;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/validation/schema/element-default"

  protected static final java.lang.String SCHEMA_AUGMENT_PSVI;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/validation/schema/augment-psvi"

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

  protected static final java.lang.String XMLSCHEMA_FULL_CHECKING;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/validation/schema-full-checking"

  protected static final java.lang.String GENERATE_SYNTHETIC_ANNOTATIONS;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/generate-synthetic-annotations"

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

  protected static final java.lang.String HONOUR_ALL_SCHEMALOCATIONS;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/honour-all-schemaLocations"

  protected static final java.lang.String IGNORE_XSI_TYPE;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/validation/schema/ignore-xsi-type-until-elemdecl"

  protected static final java.lang.String ID_IDREF_CHECKING;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/validation/id-idref-checking"

  protected static final java.lang.String UNPARSED_ENTITY_CHECKING;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/validation/unparsed-entity-checking"

  protected static final java.lang.String IDENTITY_CONSTRAINT_CHECKING;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/validation/identity-constraint-checking"

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

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

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

  protected static final java.lang.String SCHEMA_LOCATION;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/schema/external-schemaLocation"

  protected static final java.lang.String SCHEMA_NONS_LOCATION;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation"

  protected static final java.lang.String SCHEMA_DV_FACTORY;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/internal/validation/schema/dv-factory"

  protected static final java.lang.String ROOT_TYPE_DEF;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/validation/schema/root-type-definition"

  protected static final java.lang.String ROOT_ELEMENT_DECL;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/validation/schema/root-element-declaration"

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration this
         0: .line 177
            aload 0 /* this */
            aconst_null
            aconst_null
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
         1: .line 178
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration;

  public void <init>(com.sun.org.apache.xerces.internal.util.SymbolTable);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/SymbolTable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
         0: .line 186
            aload 0 /* this */
            aload 1 /* symbolTable */
            aconst_null
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
         1: .line 187
            return
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration;
            0    2     1  symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
    MethodParameters:
             Name  Flags
      symbolTable  

  public void <init>(com.sun.org.apache.xerces.internal.util.SymbolTable, com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        start local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool grammarPool
         0: .line 202
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 2 /* grammarPool */
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
         1: .line 203
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool grammarPool
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration;
            0    2     1  symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            0    2     2  grammarPool  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
    MethodParameters:
             Name  Flags
      symbolTable  
      grammarPool  

  public void <init>(com.sun.org.apache.xerces.internal.util.SymbolTable, com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool, 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/grammars/XMLGrammarPool;Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        start local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool grammarPool
        start local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager parentSettings
         0: .line 220
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 2 /* grammarPool */
            aload 3 /* parentSettings */
            invokespecial com.sun.org.apache.xerces.internal.parsers.DTDConfiguration.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
         1: .line 223
            bipush 14
            anewarray java.lang.String
            dup
            iconst_0
         2: .line 224
            ldc "http://apache.org/xml/features/validation/schema/normalized-value"
            aastore
            dup
            iconst_1
         3: .line 225
            ldc "http://apache.org/xml/features/validation/schema/element-default"
            aastore
            dup
            iconst_2
         4: .line 226
            ldc "http://apache.org/xml/features/validation/schema/augment-psvi"
            aastore
            dup
            iconst_3
         5: .line 227
            ldc "http://apache.org/xml/features/generate-synthetic-annotations"
            aastore
            dup
            iconst_4
         6: .line 228
            ldc "http://apache.org/xml/features/validate-annotations"
            aastore
            dup
            iconst_5
         7: .line 229
            ldc "http://apache.org/xml/features/honour-all-schemaLocations"
            aastore
            dup
            bipush 6
         8: .line 230
            ldc "http://apache.org/xml/features/namespace-growth"
            aastore
            dup
            bipush 7
         9: .line 231
            ldc "http://apache.org/xml/features/internal/tolerate-duplicates"
            aastore
            dup
            bipush 8
        10: .line 236
            ldc "http://apache.org/xml/features/validation/schema"
            aastore
            dup
            bipush 9
        11: .line 237
            ldc "http://apache.org/xml/features/validation/schema-full-checking"
            aastore
            dup
            bipush 10
        12: .line 238
            ldc "http://apache.org/xml/features/validation/schema/ignore-xsi-type-until-elemdecl"
            aastore
            dup
            bipush 11
        13: .line 239
            ldc "http://apache.org/xml/features/validation/id-idref-checking"
            aastore
            dup
            bipush 12
        14: .line 240
            ldc "http://apache.org/xml/features/validation/identity-constraint-checking"
            aastore
            dup
            bipush 13
        15: .line 241
            ldc "http://apache.org/xml/features/validation/unparsed-entity-checking"
            aastore
        16: .line 223
            astore 4 /* recognizedFeatures */
        start local 4 // java.lang.String[] recognizedFeatures
        17: .line 243
            aload 0 /* this */
            aload 4 /* recognizedFeatures */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.addRecognizedFeatures:([Ljava/lang/String;)V
        18: .line 246
            aload 0 /* this */
            ldc "http://apache.org/xml/features/validation/schema/element-default"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        19: .line 247
            aload 0 /* this */
            ldc "http://apache.org/xml/features/validation/schema/normalized-value"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        20: .line 248
            aload 0 /* this */
            ldc "http://apache.org/xml/features/validation/schema/augment-psvi"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        21: .line 249
            aload 0 /* this */
            ldc "http://apache.org/xml/features/generate-synthetic-annotations"
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        22: .line 250
            aload 0 /* this */
            ldc "http://apache.org/xml/features/validate-annotations"
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        23: .line 251
            aload 0 /* this */
            ldc "http://apache.org/xml/features/honour-all-schemaLocations"
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        24: .line 252
            aload 0 /* this */
            ldc "http://apache.org/xml/features/validation/schema/ignore-xsi-type-until-elemdecl"
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        25: .line 253
            aload 0 /* this */
            ldc "http://apache.org/xml/features/validation/id-idref-checking"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        26: .line 254
            aload 0 /* this */
            ldc "http://apache.org/xml/features/validation/identity-constraint-checking"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        27: .line 255
            aload 0 /* this */
            ldc "http://apache.org/xml/features/validation/unparsed-entity-checking"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        28: .line 256
            aload 0 /* this */
            ldc "http://apache.org/xml/features/namespace-growth"
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        29: .line 257
            aload 0 /* this */
            ldc "http://apache.org/xml/features/internal/tolerate-duplicates"
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        30: .line 261
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
        31: .line 266
            ldc "http://apache.org/xml/properties/schema/external-schemaLocation"
            aastore
            dup
            iconst_1
        32: .line 267
            ldc "http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation"
            aastore
            dup
            iconst_2
        33: .line 268
            ldc "http://apache.org/xml/properties/validation/schema/root-type-definition"
            aastore
            dup
            iconst_3
        34: .line 269
            ldc "http://apache.org/xml/properties/validation/schema/root-element-declaration"
            aastore
            dup
            iconst_4
        35: .line 270
            ldc "http://apache.org/xml/properties/internal/validation/schema/dv-factory"
            aastore
        36: .line 261
            astore 5 /* recognizedProperties */
        start local 5 // java.lang.String[] recognizedProperties
        37: .line 273
            aload 0 /* this */
            aload 5 /* recognizedProperties */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.addRecognizedProperties:([Ljava/lang/String;)V
        38: .line 274
            return
        end local 5 // java.lang.String[] recognizedProperties
        end local 4 // java.lang.String[] recognizedFeatures
        end local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager parentSettings
        end local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool grammarPool
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   39     0                  this  Lcom/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration;
            0   39     1           symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            0   39     2           grammarPool  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
            0   39     3        parentSettings  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
           17   39     4    recognizedFeatures  [Ljava/lang/String;
           37   39     5  recognizedProperties  [Ljava/lang/String;
    MethodParameters:
                Name  Flags
      symbolTable     
      grammarPool     
      parentSettings  

  protected void configurePipeline();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration this
         0: .line 282
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.parsers.DTDConfiguration.configurePipeline:()V
         1: .line 283
            aload 0 /* this */
            ldc "http://apache.org/xml/features/validation/schema"
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 13
         2: .line 285
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            ifnonnull 9
         3: .line 286
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
         4: .line 289
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fProperties:Ljava/util/Map;
            ldc "http://apache.org/xml/properties/internal/validator/schema"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 290
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.addComponent:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;)V
         6: .line 292
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fErrorReporter:Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
            ldc "http://www.w3.org/TR/xml-schema-1"
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.getMessageFormatter:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;
            ifnonnull 9
         7: .line 293
            new com.sun.org.apache.xerces.internal.impl.xs.XSMessageFormatter
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSMessageFormatter.<init>:()V
            astore 1 /* xmft */
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSMessageFormatter xmft
         8: .line 294
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fErrorReporter:Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
            ldc "http://www.w3.org/TR/xml-schema-1"
            aload 1 /* xmft */
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.putMessageFormatter:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/util/MessageFormatter;)V
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSMessageFormatter xmft
         9: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            putfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
        10: .line 299
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fNamespaceBinder:Lcom/sun/org/apache/xerces/internal/impl/XMLNamespaceBinder;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLNamespaceBinder.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        11: .line 301
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        12: .line 302
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration.fNamespaceBinder:Lcom/sun/org/apache/xerces/internal/impl/XMLNamespaceBinder;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        13: .line 306
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration;
            8    9     1  xmft  Lcom/sun/org/apache/xerces/internal/impl/xs/XSMessageFormatter;

  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.StandardParserConfiguration this
        start local 1 // java.lang.String featureId
         0: .line 329
            aload 1 /* featureId */
            ldc "http://apache.org/xml/features/"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 14
         1: .line 330
            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 336
            iload 2 /* suffixLength */
            ldc "validation/schema"
            invokevirtual java.lang.String.length:()I
            if_icmpne 5
         3: .line 337
            aload 1 /* featureId */
            ldc "validation/schema"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 338
            getstatic com.sun.org.apache.xerces.internal.util.FeatureState.RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/FeatureState;
            areturn
         5: .line 341
      StackMap locals: int
      StackMap stack:
            iload 2 /* suffixLength */
            ldc "validation/schema-full-checking"
            invokevirtual java.lang.String.length:()I
            if_icmpne 8
         6: .line 342
            aload 1 /* featureId */
            ldc "validation/schema-full-checking"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 8
         7: .line 343
            getstatic com.sun.org.apache.xerces.internal.util.FeatureState.RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/FeatureState;
            areturn
         8: .line 347
      StackMap locals:
      StackMap stack:
            iload 2 /* suffixLength */
            ldc "validation/schema/normalized-value"
            invokevirtual java.lang.String.length:()I
            if_icmpne 11
         9: .line 348
            aload 1 /* featureId */
            ldc "validation/schema/normalized-value"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 11
        10: .line 349
            getstatic com.sun.org.apache.xerces.internal.util.FeatureState.RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/FeatureState;
            areturn
        11: .line 353
      StackMap locals:
      StackMap stack:
            iload 2 /* suffixLength */
            ldc "validation/schema/element-default"
            invokevirtual java.lang.String.length:()I
            if_icmpne 14
        12: .line 354
            aload 1 /* featureId */
            ldc "validation/schema/element-default"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 14
        13: .line 355
            getstatic com.sun.org.apache.xerces.internal.util.FeatureState.RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/FeatureState;
            areturn
        end local 2 // int suffixLength
        14: .line 363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* featureId */
            invokespecial com.sun.org.apache.xerces.internal.parsers.DTDConfiguration.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.StandardParserConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lcom/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration;
            0   15     1     featureId  Ljava/lang/String;
            2   14     2  suffixLength  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
           Name  Flags
      featureId  

  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.StandardParserConfiguration this
        start local 1 // java.lang.String propertyId
         0: .line 387
            aload 1 /* propertyId */
            ldc "http://apache.org/xml/properties/"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 8
         1: .line 388
            aload 1 /* propertyId */
            invokevirtual java.lang.String.length:()I
            ldc "http://apache.org/xml/properties/"
            invokevirtual java.lang.String.length:()I
            isub
            istore 2 /* suffixLength */
        start local 2 // int suffixLength
         2: .line 390
            iload 2 /* suffixLength */
            ldc "schema/external-schemaLocation"
            invokevirtual java.lang.String.length:()I
            if_icmpne 5
         3: .line 391
            aload 1 /* propertyId */
            ldc "schema/external-schemaLocation"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 392
            getstatic com.sun.org.apache.xerces.internal.util.PropertyState.RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/PropertyState;
            areturn
         5: .line 394
      StackMap locals: int
      StackMap stack:
            iload 2 /* suffixLength */
            ldc "schema/external-noNamespaceSchemaLocation"
            invokevirtual java.lang.String.length:()I
            if_icmpne 8
         6: .line 395
            aload 1 /* propertyId */
            ldc "schema/external-noNamespaceSchemaLocation"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 8
         7: .line 396
            getstatic com.sun.org.apache.xerces.internal.util.PropertyState.RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/PropertyState;
            areturn
        end local 2 // int suffixLength
         8: .line 400
      StackMap locals:
      StackMap stack:
            aload 1 /* propertyId */
            ldc "http://java.sun.com/xml/jaxp/properties/"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 13
         9: .line 401
            aload 1 /* propertyId */
            invokevirtual java.lang.String.length:()I
            ldc "http://java.sun.com/xml/jaxp/properties/"
            invokevirtual java.lang.String.length:()I
            isub
            istore 2 /* suffixLength */
        start local 2 // int suffixLength
        10: .line 403
            iload 2 /* suffixLength */
            ldc "schemaSource"
            invokevirtual java.lang.String.length:()I
            if_icmpne 13
        11: .line 404
            aload 1 /* propertyId */
            ldc "schemaSource"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 13
        12: .line 405
            getstatic com.sun.org.apache.xerces.internal.util.PropertyState.RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/PropertyState;
            areturn
        end local 2 // int suffixLength
        13: .line 413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* propertyId */
            invokespecial com.sun.org.apache.xerces.internal.parsers.DTDConfiguration.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.StandardParserConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lcom/sun/org/apache/xerces/internal/parsers/StandardParserConfiguration;
            0   14     1    propertyId  Ljava/lang/String;
            2    8     2  suffixLength  I
           10   13     2  suffixLength  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
            Name  Flags
      propertyId  
}
SourceFile: "StandardParserConfiguration.java"