public class com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration 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.XPointerParserConfiguration
  super_class: com.sun.org.apache.xerces.internal.parsers.XML11Configuration
{
  private com.sun.org.apache.xerces.internal.xpointer.XPointerHandler fXPointerHandler;
    descriptor: Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler fXIncludeHandler;
    descriptor: Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
    flags: (0x0002) ACC_PRIVATE

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

  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"

  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.XPointerParserConfiguration this
         0: .line 76
            aload 0 /* this */
            aconst_null
            aconst_null
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.<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 77
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/parsers/XPointerParserConfiguration;

  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.XPointerParserConfiguration this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
         0: .line 85
            aload 0 /* this */
            aload 1 /* symbolTable */
            aconst_null
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.<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 86
            return
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/parsers/XPointerParserConfiguration;
            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.XPointerParserConfiguration 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 99
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 2 /* grammarPool */
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.<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 100
            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.XPointerParserConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/parsers/XPointerParserConfiguration;
            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.XPointerParserConfiguration 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 115
            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 117
            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.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
         2: .line 118
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.addCommonComponent:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;)V
         3: .line 120
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.xpointer.XPointerHandler
            dup
            invokespecial com.sun.org.apache.xerces.internal.xpointer.XPointerHandler.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
         4: .line 121
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.addCommonComponent:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponent;)V
         5: .line 123
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
         6: .line 124
            ldc "http://xml.org/sax/features/allow-dtd-events-after-endDTD"
            aastore
            dup
            iconst_1
         7: .line 125
            ldc "http://apache.org/xml/features/xinclude/fixup-base-uris"
            aastore
            dup
            iconst_2
         8: .line 126
            ldc "http://apache.org/xml/features/xinclude/fixup-language"
            aastore
         9: .line 123
            astore 4 /* recognizedFeatures */
        start local 4 // java.lang.String[] recognizedFeatures
        10: .line 128
            aload 0 /* this */
            aload 4 /* recognizedFeatures */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.addRecognizedFeatures:([Ljava/lang/String;)V
        11: .line 132
            iconst_3
            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/xpointer-handler"
            aastore
            dup
            iconst_2
            ldc "http://apache.org/xml/properties/internal/namespace-context"
            aastore
        12: .line 131
            astore 5 /* recognizedProperties */
        start local 5 // java.lang.String[] recognizedProperties
        13: .line 133
            aload 0 /* this */
            aload 5 /* recognizedProperties */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.addRecognizedProperties:([Ljava/lang/String;)V
        14: .line 135
            aload 0 /* this */
            ldc "http://xml.org/sax/features/allow-dtd-events-after-endDTD"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        15: .line 136
            aload 0 /* this */
            ldc "http://apache.org/xml/features/xinclude/fixup-base-uris"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        16: .line 137
            aload 0 /* this */
            ldc "http://apache.org/xml/features/xinclude/fixup-language"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        17: .line 139
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/internal/xinclude-handler"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        18: .line 140
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/internal/xpointer-handler"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        19: .line 141
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/internal/namespace-context"
            new com.sun.org.apache.xerces.internal.xinclude.XIncludeNamespaceSupport
            dup
            invokespecial com.sun.org.apache.xerces.internal.xinclude.XIncludeNamespaceSupport.<init>:()V
            invokevirtual com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        20: .line 144
            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.XPointerParserConfiguration this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   21     0                  this  Lcom/sun/org/apache/xerces/internal/parsers/XPointerParserConfiguration;
            0   21     1           symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            0   21     2           grammarPool  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
            0   21     3        parentSettings  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
           10   21     4    recognizedFeatures  [Ljava/lang/String;
           13   21     5  recognizedProperties  [Ljava/lang/String;
    MethodParameters:
                Name  Flags
      symbolTable     
      grammarPool     
      parentSettings  

  protected void configurePipeline();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration this
         0: .line 149
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.parsers.XML11Configuration.configurePipeline:()V
         1: .line 152
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fDTDScanner:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDScanner;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
         2: .line 153
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fDTDProcessor:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
         3: .line 155
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fDTDProcessor:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
         4: .line 156
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
         5: .line 157
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.setDTDHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
         6: .line 158
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokevirtual com.sun.org.apache.xerces.internal.xpointer.XPointerHandler.setDTDSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource;)V
         7: .line 159
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            invokevirtual com.sun.org.apache.xerces.internal.xpointer.XPointerHandler.setDTDHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
         8: .line 160
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            ifnull 10
         9: .line 161
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDTDHandler.setDTDSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource;)V
        10: .line 166
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* prev */
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource prev
        11: .line 167
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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 14
        12: .line 170
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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 */
        13: .line 171
            goto 16
        14: .line 174
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
            astore 1 /* prev */
        15: .line 175
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            putfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
        16: .line 178
      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
        17: .line 179
            aload 1 /* prev */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
        18: .line 180
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
        19: .line 182
            aload 2 /* next */
            ifnull 22
        20: .line 183
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
        21: .line 184
            aload 2 /* next */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
        22: .line 187
      StackMap locals: com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        23: .line 188
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokevirtual com.sun.org.apache.xerces.internal.xpointer.XPointerHandler.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        24: .line 189
            return
        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
        end local 0 // com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lcom/sun/org/apache/xerces/internal/parsers/XPointerParserConfiguration;
           11   25     1  prev  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
           17   25     2  next  Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;

  protected void configureXML11Pipeline();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration this
         0: .line 192
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.parsers.XML11Configuration.configureXML11Pipeline:()V
         1: .line 195
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXML11DTDScanner:Lcom/sun/org/apache/xerces/internal/impl/XML11DTDScannerImpl;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
         2: .line 196
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXML11DTDProcessor:Lcom/sun/org/apache/xerces/internal/impl/dtd/XML11DTDProcessor;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
         3: .line 198
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fDTDProcessor:Lcom/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
         4: .line 199
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
         5: .line 200
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.setDTDHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
         6: .line 201
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokevirtual com.sun.org.apache.xerces.internal.xpointer.XPointerHandler.setDTDSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource;)V
         7: .line 202
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            invokevirtual com.sun.org.apache.xerces.internal.xpointer.XPointerHandler.setDTDHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
         8: .line 203
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            ifnull 10
         9: .line 204
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fDTDHandler:Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDTDHandler.setDTDSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource;)V
        10: .line 210
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* prev */
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource prev
        11: .line 211
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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 14
        12: .line 214
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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 */
        13: .line 215
            goto 16
        14: .line 218
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
            astore 1 /* prev */
        15: .line 219
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            putfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fLastComponent:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
        16: .line 222
      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
        17: .line 223
            aload 1 /* prev */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
        18: .line 224
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
        19: .line 226
            aload 2 /* next */
            ifnull 22
        20: .line 227
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
        21: .line 228
            aload 2 /* next */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.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
        22: .line 231
      StackMap locals: com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            invokevirtual com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        23: .line 232
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXPointerHandler:Lcom/sun/org/apache/xerces/internal/xpointer/XPointerHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration.fXIncludeHandler:Lcom/sun/org/apache/xerces/internal/xinclude/XIncludeHandler;
            invokevirtual com.sun.org.apache.xerces.internal.xpointer.XPointerHandler.setDocumentSource:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
        24: .line 235
            return
        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
        end local 0 // com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lcom/sun/org/apache/xerces/internal/parsers/XPointerParserConfiguration;
           11   25     1  prev  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
           17   25     2  next  Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;

  public void setProperty(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration this
        start local 1 // java.lang.String propertyId
        start local 2 // java.lang.Object value
         0: .line 243
            aload 0 /* this */
            aload 1 /* propertyId */
            aload 2 /* value */
            invokespecial com.sun.org.apache.xerces.internal.parsers.XML11Configuration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 244
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String propertyId
        end local 0 // com.sun.org.apache.xerces.internal.parsers.XPointerParserConfiguration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/xerces/internal/parsers/XPointerParserConfiguration;
            0    2     1  propertyId  Ljava/lang/String;
            0    2     2       value  Ljava/lang/Object;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
            Name  Flags
      propertyId  
      value       
}
SourceFile: "XPointerParserConfiguration.java"