public class com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration extends com.sun.org.apache.xerces.internal.parsers.XML11Configuration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration
  super_class: com.sun.org.apache.xerces.internal.parsers.XML11Configuration
{
  protected static final java.lang.String ALLOW_UE_AND_NOTATION_EVENTS;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://xml.org/sax/features/allow-dtd-events-after-endDTD"

  protected static final java.lang.String XINCLUDE_FIXUP_BASE_URIS;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/xinclude/fixup-base-uris"

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

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

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

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

  protected com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler fXIncludeHandler;
    descriptor: Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
    flags: (0x0004) ACC_PROTECTED

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

  protected com.sun.org.apache.xerces.internal.xinclude.XIncludeNamespaceSupport fXIncludeNSContext;
    descriptor: Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport;
    flags: (0x0004) ACC_PROTECTED

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

  protected boolean fXIncludeEnabled;
    descriptor: Z
    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.XIncludeAwareParserConfiguration this
         0: .line 91
            aload 0 /* this */
            aconst_null
            aconst_null
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.<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 92
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/parsers/XIncludeAwareParserConfiguration;

  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.XIncludeAwareParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
         0: .line 100
            aload 0 /* this */
            aload 1 /* symbolTable */
            aconst_null
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.<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 101
            return
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/parsers/XIncludeAwareParserConfiguration;
            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.XIncludeAwareParserConfiguration 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 114
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 2 /* grammarPool */
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.<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 115
            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.XIncludeAwareParserConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/parsers/XIncludeAwareParserConfiguration;
            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.XIncludeAwareParserConfiguration 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 130
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 2 /* grammarPool */
            aload 3 /* parentSettings */
            invokespecial com.sun.org.apache.xerces.internal.parsers.XML11Configuration.<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 87
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeEnabled:Z
         2: .line 132
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
         3: .line 133
            ldc "http://xml.org/sax/features/allow-dtd-events-after-endDTD"
            aastore
            dup
            iconst_1
         4: .line 134
            ldc "http://apache.org/xml/features/xinclude/fixup-base-uris"
            aastore
            dup
            iconst_2
         5: .line 135
            ldc "http://apache.org/xml/features/xinclude/fixup-language"
            aastore
         6: .line 132
            astore 4 /* recognizedFeatures */
        start local 4 // java.lang.String[] recognizedFeatures
         7: .line 137
            aload 0 /* this */
            aload 4 /* recognizedFeatures */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.addRecognizedFeatures:([Ljava/lang/String;)V
         8: .line 141
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "http://apache.org/xml/properties/internal/xinclude-handler"
            aastore
            dup
            iconst_1
            ldc "http://apache.org/xml/properties/internal/namespace-context"
            aastore
         9: .line 140
            astore 5 /* recognizedProperties */
        start local 5 // java.lang.String[] recognizedProperties
        10: .line 142
            aload 0 /* this */
            aload 5 /* recognizedProperties */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.addRecognizedProperties:([Ljava/lang/String;)V
        11: .line 144
            aload 0 /* this */
            ldc "http://xml.org/sax/features/allow-dtd-events-after-endDTD"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        12: .line 145
            aload 0 /* this */
            ldc "http://apache.org/xml/features/xinclude/fixup-base-uris"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        13: .line 146
            aload 0 /* this */
            ldc "http://apache.org/xml/features/xinclude/fixup-language"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        14: .line 148
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.util.NamespaceSupport
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.NamespaceSupport.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fNonXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/util/NamespaceSupport;
        15: .line 149
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fNonXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/util/NamespaceSupport;
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fCurrentNSContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
        16: .line 150
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/internal/namespace-context"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fNonXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/util/NamespaceSupport;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        17: .line 151
            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.XIncludeAwareParserConfiguration this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   18     0                  this  Lcom/sun/org/apache/xerces/internal/parsers/XIncludeAwareParserConfiguration;
            0   18     1           symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            0   18     2           grammarPool  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
            0   18     3        parentSettings  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
            7   18     4    recognizedFeatures  [Ljava/lang/String;
           10   18     5  recognizedProperties  [Ljava/lang/String;
    MethodParameters:
                Name  Flags
      symbolTable     
      grammarPool     
      parentSettings  

  protected void configurePipeline();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration this
         0: .line 156
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.parsers.XML11Configuration.configurePipeline:()V
         1: .line 157
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeEnabled:Z
            ifeq 32
         2: .line 159
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            ifnonnull 7
         3: .line 160
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler
            dup
            invokespecial com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
         4: .line 162
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/internal/xinclude-handler"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         5: .line 163
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.addCommonComponent:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;)V
         6: .line 164
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.reset:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
         7: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fCurrentNSContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport;
            if_acmpeq 12
         8: .line 168
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport;
            ifnonnull 10
         9: .line 169
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.xinclude.XIncludeNamespaceSupport
            dup
            invokespecial com.sun.org.apache.xerces.internal.xinclude.XIncludeNamespaceSupport.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport;
        10: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport;
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fCurrentNSContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
        11: .line 172
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/internal/namespace-context"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        12: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fDTDScanner:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDScanner;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fDTDProcessor:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLDTDScanner.setDTDHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
        13: .line 176
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fDTDProcessor:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fDTDScanner:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDScanner;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDProcessor.setDTDSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource;)V
        14: .line 177
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fDTDProcessor:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDProcessor.setDTDHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
        15: .line 178
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fDTDProcessor:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor;
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.setDTDSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource;)V
        16: .line 179
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.setDTDHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
        17: .line 180
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            ifnull 19
        18: .line 181
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDTDHandler.setDTDSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource;)V
        19: .line 186
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* prev */
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource prev
        20: .line 187
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fFeatures:Ljava/util/Map;
            ldc "http://apache.org/xml/features/validation/schema"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            if_acmpne 23
        21: .line 190
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.getDocumentSource:()Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
            astore 1 /* prev */
        22: .line 191
            goto 25
        23: .line 194
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
            astore 1 /* prev */
        24: .line 195
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
        25: .line 198
      StackMap locals:
      StackMap stack:
            aload 1 /* prev */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource.getDocumentHandler:()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            astore 2 /* next */
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler next
        26: .line 199
            aload 1 /* prev */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        27: .line 200
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 1 /* prev */
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        28: .line 201
            aload 2 /* next */
            ifnull 35
        29: .line 202
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 2 /* next */
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        30: .line 203
            aload 2 /* next */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler next
        end local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource prev
        31: .line 205
            goto 35
        32: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fCurrentNSContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fNonXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/util/NamespaceSupport;
            if_acmpeq 35
        33: .line 209
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fNonXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/util/NamespaceSupport;
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fCurrentNSContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
        34: .line 210
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/internal/namespace-context"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fNonXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/util/NamespaceSupport;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        35: .line 213
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   36     0  this  Lcom/sun/org/apache/xerces/internal/parsers/XIncludeAwareParserConfiguration;
           20   31     1  prev  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
           26   31     2  next  Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;

  protected void configureXML11Pipeline();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration this
         0: .line 216
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.parsers.XML11Configuration.configureXML11Pipeline:()V
         1: .line 217
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeEnabled:Z
            ifeq 32
         2: .line 219
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            ifnonnull 7
         3: .line 220
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler
            dup
            invokespecial com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
         4: .line 222
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/internal/xinclude-handler"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         5: .line 223
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.addCommonComponent:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;)V
         6: .line 224
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.reset:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
         7: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fCurrentNSContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport;
            if_acmpeq 12
         8: .line 228
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport;
            ifnonnull 10
         9: .line 229
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.xinclude.XIncludeNamespaceSupport
            dup
            invokespecial com.sun.org.apache.xerces.internal.xinclude.XIncludeNamespaceSupport.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport;
        10: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport;
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fCurrentNSContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
        11: .line 232
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/internal/namespace-context"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeNamespaceSupport;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        12: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXML11DTDScanner:Lcom/sun/org/apache/xerces/internal/impl/XML11DTDScannerImpl;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXML11DTDProcessor:Lcom/sun/org/apache/xerces/internal/impl/dtd/XML11DTDProcessor;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XML11DTDScannerImpl.setDTDHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
        13: .line 236
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXML11DTDProcessor:Lcom/sun/org/apache/xerces/internal/impl/dtd/XML11DTDProcessor;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXML11DTDScanner:Lcom/sun/org/apache/xerces/internal/impl/XML11DTDScannerImpl;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dtd.XML11DTDProcessor.setDTDSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource;)V
        14: .line 237
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXML11DTDProcessor:Lcom/sun/org/apache/xerces/internal/impl/dtd/XML11DTDProcessor;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dtd.XML11DTDProcessor.setDTDHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
        15: .line 238
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXML11DTDProcessor:Lcom/sun/org/apache/xerces/internal/impl/dtd/XML11DTDProcessor;
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.setDTDSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource;)V
        16: .line 239
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.setDTDHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
        17: .line 240
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            ifnull 19
        18: .line 241
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDTDHandler.setDTDSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource;)V
        19: .line 246
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* prev */
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource prev
        20: .line 247
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fFeatures:Ljava/util/Map;
            ldc "http://apache.org/xml/features/validation/schema"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            if_acmpne 23
        21: .line 250
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.getDocumentSource:()Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
            astore 1 /* prev */
        22: .line 251
            goto 25
        23: .line 254
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
            astore 1 /* prev */
        24: .line 255
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
        25: .line 258
      StackMap locals:
      StackMap stack:
            aload 1 /* prev */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource.getDocumentHandler:()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            astore 2 /* next */
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler next
        26: .line 259
            aload 1 /* prev */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        27: .line 260
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 1 /* prev */
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        28: .line 261
            aload 2 /* next */
            ifnull 35
        29: .line 262
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 2 /* next */
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        30: .line 263
            aload 2 /* next */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler next
        end local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource prev
        31: .line 265
            goto 35
        32: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fCurrentNSContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fNonXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/util/NamespaceSupport;
            if_acmpeq 35
        33: .line 269
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fNonXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/util/NamespaceSupport;
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fCurrentNSContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
        34: .line 270
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/internal/namespace-context"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fNonXIncludeNSContext:Lcom/sun/org/apache/xerces/internal/util/NamespaceSupport;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        35: .line 273
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   36     0  this  Lcom/sun/org/apache/xerces/internal/parsers/XIncludeAwareParserConfiguration;
           20   31     1  prev  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
           26   31     2  next  Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;

  public com.sun.org.apache.xerces.internal.util.FeatureState getFeatureState(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration this
        start local 1 // java.lang.String featureId
         0: .line 277
            aload 1 /* featureId */
            ldc "http://apache.org/xml/features/internal/parser-settings"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 278
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fConfigUpdated:Z
            invokestatic com.sun.org.apache.xerces.internal.util.FeatureState.is:(Z)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
            areturn
         2: .line 280
      StackMap locals:
      StackMap stack:
            aload 1 /* featureId */
            ldc "http://apache.org/xml/features/xinclude"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 281
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeEnabled:Z
            invokestatic com.sun.org.apache.xerces.internal.util.FeatureState.is:(Z)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
            areturn
         4: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* featureId */
            invokespecial com.sun.org.apache.xerces.internal.parsers.XML11Configuration.getFeatureState0:(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.XIncludeAwareParserConfiguration this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/org/apache/xerces/internal/parsers/XIncludeAwareParserConfiguration;
            0    5     1  featureId  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
           Name  Flags
      featureId  

  public void setFeature(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration this
        start local 1 // java.lang.String featureId
        start local 2 // boolean state
         0: .line 289
            aload 1 /* featureId */
            ldc "http://apache.org/xml/features/xinclude"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 290
            aload 0 /* this */
            iload 2 /* state */
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fXIncludeEnabled:Z
         2: .line 291
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.fConfigUpdated:Z
         3: .line 292
            return
         4: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* featureId */
            iload 2 /* state */
            invokespecial com.sun.org.apache.xerces.internal.parsers.XML11Configuration.setFeature:(Ljava/lang/String;Z)V
         5: .line 295
            return
        end local 2 // boolean state
        end local 1 // java.lang.String featureId
        end local 0 // com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/org/apache/xerces/internal/parsers/XIncludeAwareParserConfiguration;
            0    6     1  featureId  Ljava/lang/String;
            0    6     2      state  Z
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
           Name  Flags
      featureId  
      state      
}
SourceFile: "XIncludeAwareParserConfiguration.java"