public class com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration extends com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration
  super_class: com.sun.org.apache.xerces.internal.parsers.StandardParserConfiguration
{
  protected com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl fNamespaceScanner;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl;
    flags: (0x0004) ACC_PROTECTED

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

  protected com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator fNonNSDTDValidator;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
    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.IntegratedParserConfiguration this
         0: .line 97
            aload 0 /* this */
            aconst_null
            aconst_null
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.<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 98
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/parsers/IntegratedParserConfiguration;

  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.IntegratedParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
         0: .line 106
            aload 0 /* this */
            aload 1 /* symbolTable */
            aconst_null
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.<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 107
            return
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/parsers/IntegratedParserConfiguration;
            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.IntegratedParserConfiguration 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 122
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 2 /* grammarPool */
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.<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 123
            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.IntegratedParserConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/parsers/IntegratedParserConfiguration;
            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=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration 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 140
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 2 /* grammarPool */
            aload 3 /* parentSettings */
            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 143
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
         2: .line 144
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
         3: .line 147
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.addComponent:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;)V
         4: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.addComponent:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;)V
         5: .line 150
            return
        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.IntegratedParserConfiguration this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lcom/sun/org/apache/xerces/internal/parsers/IntegratedParserConfiguration;
            0    6     1     symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            0    6     2     grammarPool  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
            0    6     3  parentSettings  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
    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.IntegratedParserConfiguration this
         0: .line 157
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/internal/datatype-validator-factory"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDatatypeValidatorFactory:Lcom/sun/org/apache/xerces/internal/impl/dv/DTDDVFactory;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 160
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.configureDTDPipeline:()V
         2: .line 163
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fFeatures:Ljava/util/Map;
            ldc "http://xml.org/sax/features/namespaces"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            if_acmpne 22
         3: .line 164
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fProperties:Ljava/util/Map;
            ldc "http://apache.org/xml/properties/internal/namespace-binder"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNamespaceBinder:Lcom/sun/org/apache/xerces/internal/impl/XMLNamespaceBinder;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 165
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNamespaceScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl;
            putfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fScanner:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner;
         5: .line 166
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fProperties:Ljava/util/Map;
            ldc "http://apache.org/xml/properties/internal/document-scanner"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNamespaceScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 167
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            ifnull 16
         7: .line 168
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fProperties:Ljava/util/Map;
            ldc "http://apache.org/xml/properties/internal/validator/dtd"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 169
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNamespaceScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.setDTDValidator:(Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidatorFilter;)V
         9: .line 170
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNamespaceScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        10: .line 171
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNamespaceScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        11: .line 172
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        12: .line 173
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            ifnull 14
        13: .line 174
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        14: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            putfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
        15: .line 177
            goto 37
        16: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNamespaceScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        17: .line 180
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNamespaceScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.setDTDValidator:(Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidatorFilter;)V
        18: .line 181
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            ifnull 20
        19: .line 182
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNamespaceScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        20: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNamespaceScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl;
            putfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
        21: .line 186
            goto 37
        22: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            putfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fScanner:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner;
        23: .line 189
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fProperties:Ljava/util/Map;
            ldc "http://apache.org/xml/properties/internal/document-scanner"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        24: .line 190
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            ifnull 33
        25: .line 191
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fProperties:Ljava/util/Map;
            ldc "http://apache.org/xml/properties/internal/validator/dtd"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        26: .line 192
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        27: .line 193
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        28: .line 194
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        29: .line 195
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            ifnull 31
        30: .line 196
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        31: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNonNSDTDValidator:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
            putfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
        32: .line 199
            goto 37
        33: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fScanner:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentScanner.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        34: .line 202
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            ifnull 36
        35: .line 203
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fScanner:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        36: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fScanner:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner;
            putfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
        37: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.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 51
        38: .line 212
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            ifnonnull 45
        39: .line 213
            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.IntegratedParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
        40: .line 216
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fProperties:Ljava/util/Map;
            ldc "http://apache.org/xml/properties/internal/validator/schema"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.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
        41: .line 217
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.addComponent:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;)V
        42: .line 219
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.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 45
        43: .line 220
            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
        44: .line 221
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.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
        45: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        46: .line 227
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        47: .line 228
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.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
        48: .line 229
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            ifnull 50
        49: .line 230
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fDocumentHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        50: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fSchemaValidator:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator;
            putfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
        51: .line 234
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   52     0  this  Lcom/sun/org/apache/xerces/internal/parsers/IntegratedParserConfiguration;
           44   45     1  xmft  Lcom/sun/org/apache/xerces/internal/impl/xs/XSMessageFormatter;

  protected com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentScanner createDocumentScanner();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration this
         0: .line 241
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNamespaceScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl;
         1: .line 242
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration.fNamespaceScanner:Lcom/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/parsers/IntegratedParserConfiguration;

  protected com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator createDTDValidator();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration this
         0: .line 249
            new com.sun.org.apache.xerces.internal.impl.dtd.XMLNSDTDValidator
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.dtd.XMLNSDTDValidator.<init>:()V
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.IntegratedParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/IntegratedParserConfiguration;
}
SourceFile: "IntegratedParserConfiguration.java"