public class com.sun.org.apache.xerces.internal.parsers.DOMParserImpl extends com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser implements org.w3c.dom.ls.LSParser, org.w3c.dom.DOMConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.parsers.DOMParserImpl
  super_class: com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser
{
  protected static final java.lang.String NAMESPACES;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://xml.org/sax/features/namespaces"

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

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

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

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

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

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

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

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

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

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

  protected boolean fNamespaceDeclarations;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String fSchemaType;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected boolean fBusy;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  private boolean abortNow;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Thread currentThread;
    descriptor: Ljava/lang/Thread;
    flags: (0x0002) ACC_PRIVATE

  protected static final boolean DEBUG;
    descriptor: Z
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private java.lang.String fSchemaLocation;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.w3c.dom.DOMStringList fRecognizedParameters;
    descriptor: Lorg/w3c/dom/DOMStringList;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.parsers.DOMParserImpl$AbortHandler abortHandler;
    descriptor: Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl$AbortHandler;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration, java.lang.String);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration config
        start local 2 // java.lang.String schemaType
         0: .line 168
            aload 0 /* this */
            aload 1 /* config */
            invokespecial com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.<init>:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;)V
         1: .line 169
            aload 2 /* schemaType */
            ifnull 14
         2: .line 170
            aload 2 /* schemaType */
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_DTD:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         3: .line 176
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
         4: .line 177
            ldc "http://java.sun.com/xml/jaxp/properties/schemaLanguage"
         5: .line 178
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_DTD:Ljava/lang/String;
         6: .line 176
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         7: .line 179
            aload 0 /* this */
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_DTD:Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSchemaType:Ljava/lang/String;
         8: .line 180
            goto 14
         9: .line 181
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParserImpl com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration java.lang.String
      StackMap stack:
            aload 2 /* schemaType */
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_XMLSCHEMA:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
        10: .line 183
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
        11: .line 184
            ldc "http://java.sun.com/xml/jaxp/properties/schemaLanguage"
        12: .line 185
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_XMLSCHEMA:Ljava/lang/String;
        13: .line 183
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        14: .line 189
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String schemaType
        end local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration config
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0   15     1      config  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            0   15     2  schemaType  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      config      
      schemaType  

  public void <init>(com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration config
         0: .line 195
            aload 0 /* this */
            aload 1 /* config */
            invokespecial com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser.<init>:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;)V
         1: .line 141
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fNamespaceDeclarations:Z
         2: .line 145
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSchemaType:Ljava/lang/String;
         3: .line 147
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fBusy:Z
         4: .line 149
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortNow:Z
         5: .line 155
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSchemaLocation:Ljava/lang/String;
         6: .line 158
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortHandler:Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl$AbortHandler;
         7: .line 198
            bipush 10
            anewarray java.lang.String
            dup
            iconst_0
         8: .line 199
            ldc "canonical-form"
            aastore
            dup
            iconst_1
         9: .line 200
            ldc "cdata-sections"
            aastore
            dup
            iconst_2
        10: .line 201
            ldc "charset-overrides-xml-encoding"
            aastore
            dup
            iconst_3
        11: .line 202
            ldc "infoset"
            aastore
            dup
            iconst_4
        12: .line 203
            ldc "namespace-declarations"
            aastore
            dup
            iconst_5
        13: .line 204
            ldc "split-cdata-sections"
            aastore
            dup
            bipush 6
        14: .line 205
            ldc "supported-media-types-only"
            aastore
            dup
            bipush 7
        15: .line 206
            ldc "certified"
            aastore
            dup
            bipush 8
        16: .line 207
            ldc "well-formed"
            aastore
            dup
            bipush 9
        17: .line 208
            ldc "ignore-unknown-character-denormalizations"
            aastore
        18: .line 198
            astore 2 /* domRecognizedFeatures */
        start local 2 // java.lang.String[] domRecognizedFeatures
        19: .line 211
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 2 /* domRecognizedFeatures */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.addRecognizedFeatures:([Ljava/lang/String;)V
        20: .line 214
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/dom/defer-node-expansion"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        21: .line 225
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "namespace-declarations"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        22: .line 226
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "well-formed"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        23: .line 227
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/include-comments"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        24: .line 228
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/dom/include-ignorable-whitespace"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        25: .line 229
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://xml.org/sax/features/namespaces"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        26: .line 231
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/dynamic"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        27: .line 232
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/dom/create-entity-ref-nodes"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        28: .line 233
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/create-cdata-nodes"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        29: .line 236
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "canonical-form"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        30: .line 237
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "charset-overrides-xml-encoding"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        31: .line 238
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "split-cdata-sections"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        32: .line 239
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "supported-media-types-only"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        33: .line 240
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "ignore-unknown-character-denormalizations"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        34: .line 244
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "certified"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        35: .line 250
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema/normalized-value"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        36: .line 251
            goto 38
        37: .line 252
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParserImpl com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration java.lang.String[]
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
        38: .line 254
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String[] domRecognizedFeatures
        end local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration config
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   39     0                   this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0   39     1                 config  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
           19   39     2  domRecognizedFeatures  [Ljava/lang/String;
      Exception table:
        from    to  target  type
          35    36      37  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
        Name  Flags
      config  

  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=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
         0: .line 260
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration
            dup
            invokespecial com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.<init>:()V
            invokespecial com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.<init>:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;)V
         1: .line 261
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
         2: .line 262
            ldc "http://apache.org/xml/properties/internal/symbol-table"
         3: .line 263
            aload 1 /* symbolTable */
         4: .line 261
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         5: .line 264
            return
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0    6     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=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl 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 272
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration
            dup
            invokespecial com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.<init>:()V
            invokespecial com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.<init>:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;)V
         1: .line 273
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
         2: .line 274
            ldc "http://apache.org/xml/properties/internal/symbol-table"
         3: .line 275
            aload 1 /* symbolTable */
         4: .line 273
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         5: .line 276
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
         6: .line 277
            ldc "http://apache.org/xml/properties/internal/grammar-pool"
         7: .line 279
            aload 2 /* grammarPool */
         8: .line 276
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         9: .line 280
            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.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0   10     1  symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            0   10     2  grammarPool  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
    MethodParameters:
             Name  Flags
      symbolTable  
      grammarPool  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
         0: .line 288
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser.reset:()V
         1: .line 291
            aload 0 /* this */
         2: .line 292
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "namespace-declarations"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
         3: .line 291
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fNamespaceDeclarations:Z
         4: .line 295
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSkippedElemStack:Ljava/util/Stack;
            ifnull 6
         5: .line 296
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSkippedElemStack:Ljava/util/Stack;
            invokevirtual java.util.Stack.removeAllElements:()V
         6: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fRejectedElementDepth:I
         7: .line 300
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fFilterReject:Z
         8: .line 301
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSchemaType:Ljava/lang/String;
         9: .line 303
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;

  public org.w3c.dom.DOMConfiguration getDomConfig();
    descriptor: ()Lorg/w3c/dom/DOMConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
         0: .line 310
            aload 0 /* this */
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;

  public org.w3c.dom.ls.LSParserFilter getFilter();
    descriptor: ()Lorg/w3c/dom/ls/LSParserFilter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
         0: .line 324
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fDOMFilter:Lorg/w3c/dom/ls/LSParserFilter;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;

  public void setFilter(org.w3c.dom.ls.LSParserFilter);
    descriptor: (Lorg/w3c/dom/ls/LSParserFilter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
        start local 1 // org.w3c.dom.ls.LSParserFilter filter
         0: .line 337
            aload 0 /* this */
            aload 1 /* filter */
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fDOMFilter:Lorg/w3c/dom/ls/LSParserFilter;
         1: .line 338
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSkippedElemStack:Ljava/util/Stack;
            ifnonnull 3
         2: .line 339
            aload 0 /* this */
            new java.util.Stack
            dup
            invokespecial java.util.Stack.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSkippedElemStack:Ljava/util/Stack;
         3: .line 341
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.w3c.dom.ls.LSParserFilter filter
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0    4     1  filter  Lorg/w3c/dom/ls/LSParserFilter;
    MethodParameters:
        Name  Flags
      filter  

  public void setParameter(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 349
            aload 2 /* value */
            instanceof java.lang.Boolean
            ifeq 92
         1: .line 350
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            istore 3 /* state */
        start local 3 // boolean state
         2: .line 352
            aload 1 /* name */
            ldc "comments"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 5
         3: .line 353
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/include-comments"
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
         4: .line 354
            goto 202
         5: .line 355
      StackMap locals: int
      StackMap stack:
            aload 1 /* name */
            ldc "datatype-normalization"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 8
         6: .line 356
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema/normalized-value"
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
         7: .line 357
            goto 202
         8: .line 358
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "entities"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 11
         9: .line 359
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/dom/create-entity-ref-nodes"
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        10: .line 360
            goto 202
        11: .line 361
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "disallow-doctype"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 14
        12: .line 362
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/disallow-doctype-decl"
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        13: .line 363
            goto 202
        14: .line 364
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "supported-media-types-only"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 18
        15: .line 365
            aload 1 /* name */
            ldc "normalize-characters"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 18
        16: .line 366
            aload 1 /* name */
            ldc "check-character-normalization"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 18
        17: .line 367
            aload 1 /* name */
            ldc "canonical-form"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 25
        18: .line 368
      StackMap locals:
      StackMap stack:
            iload 3 /* state */
            ifeq 202
        19: .line 371
            ldc "http://www.w3.org/dom/DOMTR"
        20: .line 372
            ldc "FEATURE_NOT_SUPPORTED"
        21: .line 373
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
        22: .line 370
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        23: .line 369
            astore 4 /* msg */
        start local 4 // java.lang.String msg
        24: .line 374
            new org.w3c.dom.DOMException
            dup
            bipush 9
            aload 4 /* msg */
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
        end local 4 // java.lang.String msg
        25: .line 378
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "namespaces"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 28
        26: .line 379
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://xml.org/sax/features/namespaces"
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        27: .line 380
            goto 202
        28: .line 381
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "infoset"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 39
        29: .line 383
            iload 3 /* state */
            ifeq 202
        30: .line 386
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://xml.org/sax/features/namespaces"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        31: .line 387
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "namespace-declarations"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        32: .line 388
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/include-comments"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        33: .line 389
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/dom/include-ignorable-whitespace"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        34: .line 393
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/dynamic"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        35: .line 394
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/dom/create-entity-ref-nodes"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        36: .line 395
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema/normalized-value"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        37: .line 396
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/create-cdata-nodes"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        38: .line 398
            goto 202
        39: .line 399
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "cdata-sections"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 42
        40: .line 400
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/create-cdata-nodes"
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        41: .line 401
            goto 202
        42: .line 402
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "namespace-declarations"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 45
        43: .line 403
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "namespace-declarations"
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        44: .line 404
            goto 202
        45: .line 405
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "well-formed"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 47
        46: .line 406
            aload 1 /* name */
            ldc "ignore-unknown-character-denormalizations"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 54
        47: .line 407
      StackMap locals:
      StackMap stack:
            iload 3 /* state */
            ifne 202
        48: .line 410
            ldc "http://www.w3.org/dom/DOMTR"
        49: .line 411
            ldc "FEATURE_NOT_SUPPORTED"
        50: .line 412
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
        51: .line 409
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        52: .line 408
            astore 4 /* msg */
        start local 4 // java.lang.String msg
        53: .line 413
            new org.w3c.dom.DOMException
            dup
            bipush 9
            aload 4 /* msg */
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
        end local 4 // java.lang.String msg
        54: .line 418
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "validate"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 62
        55: .line 419
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://xml.org/sax/features/validation"
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        56: .line 420
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSchemaType:Ljava/lang/String;
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_DTD:Ljava/lang/String;
            if_acmpeq 59
        57: .line 421
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema"
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        58: .line 422
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema-full-checking"
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        59: .line 424
      StackMap locals:
      StackMap stack:
            iload 3 /* state */
            ifeq 202
        60: .line 425
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/dynamic"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        61: .line 427
            goto 202
        62: .line 428
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "validate-if-schema"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 67
        63: .line 429
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/dynamic"
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        64: .line 431
            iload 3 /* state */
            ifeq 202
        65: .line 432
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://xml.org/sax/features/validation"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        66: .line 434
            goto 202
        67: .line 435
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "element-content-whitespace"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 70
        68: .line 436
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/dom/include-ignorable-whitespace"
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        69: .line 437
            goto 202
        70: .line 438
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "psvi"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 76
        71: .line 440
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema/augment-psvi"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        72: .line 441
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/dom/document-class-name"
        73: .line 442
            ldc "com.sun.org.apache.xerces.internal.dom.PSVIDocumentImpl"
        74: .line 441
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        75: .line 443
            goto 202
        76: .line 449
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/features/namespace-growth"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 79
        77: .line 450
            ldc "http://apache.org/xml/features/namespace-growth"
            astore 4 /* normalizedName */
        start local 4 // java.lang.String normalizedName
        78: .line 451
            goto 83
        end local 4 // java.lang.String normalizedName
        79: .line 452
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/features/internal/tolerate-duplicates"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 82
        80: .line 453
            ldc "http://apache.org/xml/features/internal/tolerate-duplicates"
            astore 4 /* normalizedName */
        start local 4 // java.lang.String normalizedName
        81: .line 454
            goto 83
        end local 4 // java.lang.String normalizedName
        82: .line 456
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            astore 4 /* normalizedName */
        start local 4 // java.lang.String normalizedName
        83: .line 458
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 4 /* normalizedName */
            iload 3 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
        end local 4 // java.lang.String normalizedName
        84: .line 461
            goto 202
        85: .line 462
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParserImpl java.lang.String java.lang.Object int
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
        86: .line 465
            ldc "http://www.w3.org/dom/DOMTR"
        87: .line 466
            ldc "FEATURE_NOT_FOUND"
        88: .line 467
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
        89: .line 464
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        90: .line 463
            astore 4 /* msg */
        start local 4 // java.lang.String msg
        91: .line 468
            new org.w3c.dom.DOMException
            dup
            bipush 8
            aload 4 /* msg */
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
        end local 4 // java.lang.String msg
        end local 3 // boolean state
        92: .line 472
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "error-handler"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 105
        93: .line 473
            aload 2 /* value */
            instanceof org.w3c.dom.DOMErrorHandler
            ifne 94
            aload 2 /* value */
            ifnonnull 99
        94: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.util.DOMErrorHandlerWrapper
            dup
            aload 2 /* value */
            checkcast org.w3c.dom.DOMErrorHandler
            invokespecial com.sun.org.apache.xerces.internal.util.DOMErrorHandlerWrapper.<init>:(Lorg/w3c/dom/DOMErrorHandler;)V
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fErrorHandler:Lcom/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper;
        95: .line 476
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/internal/error-handler"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fErrorHandler:Lcom/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        96: .line 477
            goto 202
        97: .line 478
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
        98: .line 479
            goto 202
        99: .line 484
      StackMap locals:
      StackMap stack:
            ldc "http://www.w3.org/dom/DOMTR"
       100: .line 485
            ldc "TYPE_MISMATCH_ERR"
       101: .line 486
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
       102: .line 483
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
       103: .line 482
            astore 3 /* msg */
        start local 3 // java.lang.String msg
       104: .line 487
            new org.w3c.dom.DOMException
            dup
            bipush 17
            aload 3 /* msg */
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
        end local 3 // java.lang.String msg
       105: .line 491
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "resource-resolver"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 117
       106: .line 492
            aload 2 /* value */
            instanceof org.w3c.dom.ls.LSResourceResolver
            ifne 107
            aload 2 /* value */
            ifnonnull 111
       107: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/internal/entity-resolver"
            new com.sun.org.apache.xerces.internal.util.DOMEntityResolverWrapper
            dup
            aload 2 /* value */
            checkcast org.w3c.dom.ls.LSResourceResolver
            invokespecial com.sun.org.apache.xerces.internal.util.DOMEntityResolverWrapper.<init>:(Lorg/w3c/dom/ls/LSResourceResolver;)V
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
       108: .line 495
            goto 202
       109: .line 496
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
       110: .line 497
            goto 202
       111: .line 502
      StackMap locals:
      StackMap stack:
            ldc "http://www.w3.org/dom/DOMTR"
       112: .line 503
            ldc "TYPE_MISMATCH_ERR"
       113: .line 504
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
       114: .line 501
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
       115: .line 500
            astore 3 /* msg */
        start local 3 // java.lang.String msg
       116: .line 505
            new org.w3c.dom.DOMException
            dup
            bipush 17
            aload 3 /* msg */
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
        end local 3 // java.lang.String msg
       117: .line 509
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "schema-location"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 152
       118: .line 510
            aload 2 /* value */
            instanceof java.lang.String
            ifne 119
            aload 2 /* value */
            ifnonnull 146
       119: .line 512
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            ifnonnull 126
       120: .line 513
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSchemaLocation:Ljava/lang/String;
       121: .line 514
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
       122: .line 515
            ldc "http://java.sun.com/xml/jaxp/properties/schemaSource"
       123: .line 516
            aconst_null
       124: .line 514
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
       125: .line 517
            goto 202
       126: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.String
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSchemaLocation:Ljava/lang/String;
       127: .line 522
            new java.util.StringTokenizer
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSchemaLocation:Ljava/lang/String;
            ldc " \n\t\r"
            invokespecial java.util.StringTokenizer.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 3 /* t */
        start local 3 // java.util.StringTokenizer t
       128: .line 523
            aload 3 /* t */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            ifeq 139
       129: .line 524
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* locations */
        start local 4 // java.util.List locations
       130: .line 525
            aload 4 /* locations */
            aload 3 /* t */
            invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
       131: .line 526
            goto 133
       132: .line 527
      StackMap locals: java.util.StringTokenizer java.util.List
      StackMap stack:
            aload 4 /* locations */
            aload 3 /* t */
            invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
       133: .line 526
      StackMap locals:
      StackMap stack:
            aload 3 /* t */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            ifne 132
       134: .line 529
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
       135: .line 530
            ldc "http://java.sun.com/xml/jaxp/properties/schemaSource"
       136: .line 531
            aload 4 /* locations */
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
       137: .line 529
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 4 // java.util.List locations
       138: .line 532
            goto 202
       139: .line 534
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
       140: .line 535
            ldc "http://java.sun.com/xml/jaxp/properties/schemaSource"
       141: .line 536
            aload 2 /* value */
       142: .line 534
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 3 // java.util.StringTokenizer t
       143: .line 539
            goto 202
       144: .line 540
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParserImpl java.lang.String java.lang.Object
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
       145: .line 541
            goto 202
       146: .line 546
      StackMap locals:
      StackMap stack:
            ldc "http://www.w3.org/dom/DOMTR"
       147: .line 547
            ldc "TYPE_MISMATCH_ERR"
       148: .line 548
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
       149: .line 545
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
       150: .line 544
            astore 3 /* msg */
        start local 3 // java.lang.String msg
       151: .line 549
            new org.w3c.dom.DOMException
            dup
            bipush 17
            aload 3 /* msg */
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
        end local 3 // java.lang.String msg
       152: .line 553
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "schema-type"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 186
       153: .line 554
            aload 2 /* value */
            instanceof java.lang.String
            ifne 154
            aload 2 /* value */
            ifnonnull 180
       154: .line 556
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            ifnonnull 162
       155: .line 558
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
       156: .line 559
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema-full-checking"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
       157: .line 561
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://java.sun.com/xml/jaxp/properties/schemaLanguage"
       158: .line 563
            aconst_null
       159: .line 561
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
       160: .line 564
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSchemaType:Ljava/lang/String;
       161: .line 565
            goto 202
       162: .line 566
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_XMLSCHEMA:Ljava/lang/String;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 170
       163: .line 568
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
       164: .line 569
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema-full-checking"
            iconst_1
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
       165: .line 571
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://java.sun.com/xml/jaxp/properties/schemaLanguage"
       166: .line 573
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_XMLSCHEMA:Ljava/lang/String;
       167: .line 571
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
       168: .line 574
            aload 0 /* this */
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_XMLSCHEMA:Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSchemaType:Ljava/lang/String;
       169: .line 575
            goto 202
       170: .line 576
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_DTD:Ljava/lang/String;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 202
       171: .line 578
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
       172: .line 579
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema-full-checking"
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
       173: .line 581
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://java.sun.com/xml/jaxp/properties/schemaLanguage"
       174: .line 583
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_DTD:Ljava/lang/String;
       175: .line 581
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
       176: .line 584
            aload 0 /* this */
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_DTD:Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSchemaType:Ljava/lang/String;
       177: .line 586
            goto 202
       178: .line 587
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
       179: .line 588
            goto 202
       180: .line 592
      StackMap locals:
      StackMap stack:
            ldc "http://www.w3.org/dom/DOMTR"
       181: .line 593
            ldc "TYPE_MISMATCH_ERR"
       182: .line 594
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
       183: .line 591
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
       184: .line 590
            astore 3 /* msg */
        start local 3 // java.lang.String msg
       185: .line 595
            new org.w3c.dom.DOMException
            dup
            bipush 17
            aload 3 /* msg */
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
        end local 3 // java.lang.String msg
       186: .line 599
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/properties/dom/document-class-name"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 189
       187: .line 600
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/dom/document-class-name"
            aload 2 /* value */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
       188: .line 601
            goto 202
       189: .line 604
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            astore 3 /* normalizedName */
        start local 3 // java.lang.String normalizedName
       190: .line 606
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 3 /* normalizedName */
            aload 2 /* value */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
       191: .line 607
            return
       192: .line 609
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParserImpl java.lang.String java.lang.Object java.lang.String
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
       193: .line 613
            aload 1 /* name */
            ldc "http://apache.org/xml/features/namespace-growth"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 196
       194: .line 614
            ldc "http://apache.org/xml/features/namespace-growth"
            astore 3 /* normalizedName */
       195: .line 615
            goto 198
       196: .line 616
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/features/internal/tolerate-duplicates"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 198
       197: .line 617
            ldc "http://apache.org/xml/features/internal/tolerate-duplicates"
            astore 3 /* normalizedName */
       198: .line 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 3 /* normalizedName */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            pop
       199: .line 620
            aload 1 /* name */
            invokestatic com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.newTypeMismatchError:(Ljava/lang/String;)Lorg/w3c/dom/DOMException;
            athrow
       200: .line 623
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
       201: .line 626
            aload 1 /* name */
            invokestatic com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.newFeatureNotFoundError:(Ljava/lang/String;)Lorg/w3c/dom/DOMException;
            athrow
        end local 3 // java.lang.String normalizedName
       202: .line 629
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0  203     0            this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0  203     1            name  Ljava/lang/String;
            0  203     2           value  Ljava/lang/Object;
            2   92     3           state  Z
           24   25     4             msg  Ljava/lang/String;
           53   54     4             msg  Ljava/lang/String;
           78   79     4  normalizedName  Ljava/lang/String;
           81   82     4  normalizedName  Ljava/lang/String;
           83   84     4  normalizedName  Ljava/lang/String;
           91   92     4             msg  Ljava/lang/String;
          104  105     3             msg  Ljava/lang/String;
          116  117     3             msg  Ljava/lang/String;
          128  143     3               t  Ljava/util/StringTokenizer;
          130  138     4       locations  Ljava/util/List<Ljava/lang/String;>;
          151  152     3             msg  Ljava/lang/String;
          185  186     3             msg  Ljava/lang/String;
          190  202     3  normalizedName  Ljava/lang/String;
      Exception table:
        from    to  target  type
           2    84      85  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
          94    96      97  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
         107   108     109  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
         119   143     144  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
         154   177     178  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
         190   191     192  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
         193   200     200  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
       Name  Flags
      name   
      value  

  public java.lang.Object getParameter(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
        start local 1 // java.lang.String name
         0: .line 635
            aload 1 /* name */
            ldc "comments"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 5
         1: .line 636
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/include-comments"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 637
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 4
         3: .line 638
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
         4: .line 636
      StackMap locals:
      StackMap stack: java.lang.Boolean
            areturn
         5: .line 640
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "datatype-normalization"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 10
         6: .line 641
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema/normalized-value"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 8
         7: .line 642
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 9
         8: .line 643
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
         9: .line 641
      StackMap locals:
      StackMap stack: java.lang.Boolean
            areturn
        10: .line 645
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "entities"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 15
        11: .line 646
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/dom/create-entity-ref-nodes"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 13
        12: .line 647
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 14
        13: .line 648
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
        14: .line 646
      StackMap locals:
      StackMap stack: java.lang.Boolean
            areturn
        15: .line 650
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "namespaces"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 20
        16: .line 651
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://xml.org/sax/features/namespaces"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 18
        17: .line 652
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 19
        18: .line 653
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
        19: .line 651
      StackMap locals:
      StackMap stack: java.lang.Boolean
            areturn
        20: .line 655
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "validate"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 25
        21: .line 656
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://xml.org/sax/features/validation"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 23
        22: .line 657
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 24
        23: .line 658
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
        24: .line 656
      StackMap locals:
      StackMap stack: java.lang.Boolean
            areturn
        25: .line 660
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "validate-if-schema"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 30
        26: .line 661
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/dynamic"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 28
        27: .line 662
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 29
        28: .line 663
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
        29: .line 661
      StackMap locals:
      StackMap stack: java.lang.Boolean
            areturn
        30: .line 665
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "element-content-whitespace"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 35
        31: .line 666
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/dom/include-ignorable-whitespace"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 33
        32: .line 667
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 34
        33: .line 668
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
        34: .line 666
      StackMap locals:
      StackMap stack: java.lang.Boolean
            areturn
        35: .line 670
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "disallow-doctype"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 40
        36: .line 671
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/disallow-doctype-decl"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 38
        37: .line 672
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 39
        38: .line 673
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
        39: .line 671
      StackMap locals:
      StackMap stack: java.lang.Boolean
            areturn
        40: .line 675
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "infoset"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 55
        41: .line 680
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://xml.org/sax/features/namespaces"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 50
        42: .line 681
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "namespace-declarations"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 50
        43: .line 682
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/include-comments"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 50
        44: .line 683
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/dom/include-ignorable-whitespace"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 50
        45: .line 684
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/dynamic"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifne 50
        46: .line 685
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/dom/create-entity-ref-nodes"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifne 50
        47: .line 686
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/validation/schema/normalized-value"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifne 50
        48: .line 687
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/create-cdata-nodes"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifne 50
        49: .line 680
            iconst_1
            goto 51
      StackMap locals:
      StackMap stack:
        50: iconst_0
      StackMap locals:
      StackMap stack: int
        51: istore 2 /* infoset */
        start local 2 // boolean infoset
        52: .line 688
            iload 2 /* infoset */
            ifeq 53
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 54
      StackMap locals: int
      StackMap stack:
        53: getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
      StackMap locals:
      StackMap stack: java.lang.Boolean
        54: areturn
        end local 2 // boolean infoset
        55: .line 690
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "cdata-sections"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 60
        56: .line 691
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/features/create-cdata-nodes"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 58
        57: .line 692
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 59
      StackMap locals:
      StackMap stack:
        58: getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
        59: .line 691
      StackMap locals:
      StackMap stack: java.lang.Boolean
            areturn
        60: .line 694
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "check-character-normalization"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 62
        61: .line 695
            aload 1 /* name */
            ldc "normalize-characters"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 63
        62: .line 696
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            areturn
        63: .line 698
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "namespace-declarations"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 70
        64: .line 699
            aload 1 /* name */
            ldc "well-formed"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 70
        65: .line 700
            aload 1 /* name */
            ldc "ignore-unknown-character-denormalizations"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 70
        66: .line 701
            aload 1 /* name */
            ldc "canonical-form"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 70
        67: .line 702
            aload 1 /* name */
            ldc "supported-media-types-only"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 70
        68: .line 703
            aload 1 /* name */
            ldc "split-cdata-sections"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 70
        69: .line 704
            aload 1 /* name */
            ldc "charset-overrides-xml-encoding"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 74
        70: .line 705
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 1 /* name */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 72
        71: .line 706
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 73
        72: .line 707
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
        73: .line 705
      StackMap locals:
      StackMap stack: java.lang.Boolean
            areturn
        74: .line 709
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "error-handler"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 78
        75: .line 710
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fErrorHandler:Lcom/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper;
            ifnull 77
        76: .line 711
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fErrorHandler:Lcom/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper;
            invokevirtual com.sun.org.apache.xerces.internal.util.DOMErrorHandlerWrapper.getErrorHandler:()Lorg/w3c/dom/DOMErrorHandler;
            areturn
        77: .line 713
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        78: .line 715
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "resource-resolver"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 88
        79: .line 718
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/internal/entity-resolver"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver
        80: .line 717
            astore 2 /* entityResolver */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver entityResolver
        81: .line 719
            aload 2 /* entityResolver */
            ifnull 85
        82: .line 720
            aload 2 /* entityResolver */
            instanceof com.sun.org.apache.xerces.internal.util.DOMEntityResolverWrapper
            ifeq 85
        83: .line 721
            aload 2 /* entityResolver */
            checkcast com.sun.org.apache.xerces.internal.util.DOMEntityResolverWrapper
            invokevirtual com.sun.org.apache.xerces.internal.util.DOMEntityResolverWrapper.getEntityResolver:()Lorg/w3c/dom/ls/LSResourceResolver;
        84: areturn
        85: .line 723
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver
      StackMap stack:
            aconst_null
            areturn
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver entityResolver
        86: .line 725
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParserImpl java.lang.String
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
        87: .line 726
            goto 114
        88: .line 727
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "schema-type"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 92
        89: .line 728
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
        90: .line 729
            ldc "http://java.sun.com/xml/jaxp/properties/schemaLanguage"
        91: .line 728
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        92: .line 731
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "schema-location"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 94
        93: .line 732
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fSchemaLocation:Ljava/lang/String;
            areturn
        94: .line 734
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/properties/internal/symbol-table"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 96
        95: .line 735
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/internal/symbol-table"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        96: .line 737
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/properties/dom/document-class-name"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 98
        97: .line 738
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/dom/document-class-name"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        98: .line 744
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/features/namespace-growth"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 101
        99: .line 745
            ldc "http://apache.org/xml/features/namespace-growth"
            astore 2 /* normalizedName */
        start local 2 // java.lang.String normalizedName
       100: .line 746
            goto 105
        end local 2 // java.lang.String normalizedName
       101: .line 747
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/features/internal/tolerate-duplicates"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 104
       102: .line 748
            ldc "http://apache.org/xml/features/internal/tolerate-duplicates"
            astore 2 /* normalizedName */
        start local 2 // java.lang.String normalizedName
       103: .line 749
            goto 105
        end local 2 // java.lang.String normalizedName
       104: .line 751
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            astore 2 /* normalizedName */
        start local 2 // java.lang.String normalizedName
       105: .line 754
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 2 /* normalizedName */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            ifeq 107
       106: .line 755
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 108
      StackMap locals:
      StackMap stack:
       107: getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
       108: .line 754
      StackMap locals:
      StackMap stack: java.lang.Boolean
            areturn
       109: .line 757
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
       110: .line 761
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 2 /* normalizedName */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
       111: areturn
       112: .line 763
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
       113: .line 765
            aload 1 /* name */
            invokestatic com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.newFeatureNotFoundError:(Ljava/lang/String;)Lorg/w3c/dom/DOMException;
            athrow
        end local 2 // java.lang.String normalizedName
       114: .line 767
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0  115     0            this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0  115     1            name  Ljava/lang/String;
           52   55     2         infoset  Z
           81   86     2  entityResolver  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
          100  101     2  normalizedName  Ljava/lang/String;
          103  104     2  normalizedName  Ljava/lang/String;
          105  114     2  normalizedName  Ljava/lang/String;
      Exception table:
        from    to  target  type
          79    84      86  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
         105   108     109  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
         110   111     112  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      name  

  public boolean canSetParameter(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 771
            aload 2 /* value */
            ifnonnull 2
         1: .line 772
            iconst_1
            ireturn
         2: .line 775
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            instanceof java.lang.Boolean
            ifeq 41
         3: .line 776
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            istore 3 /* state */
        start local 3 // boolean state
         4: .line 777
            aload 1 /* name */
            ldc "supported-media-types-only"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 8
         5: .line 778
            aload 1 /* name */
            ldc "normalize-characters"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 8
         6: .line 779
            aload 1 /* name */
            ldc "check-character-normalization"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 8
         7: .line 780
            aload 1 /* name */
            ldc "canonical-form"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 11
         8: .line 782
      StackMap locals: int
      StackMap stack:
            iload 3 /* state */
            ifeq 9
            iconst_0
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_1
      StackMap locals:
      StackMap stack: int
        10: ireturn
        11: .line 784
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "well-formed"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 13
        12: .line 785
            aload 1 /* name */
            ldc "ignore-unknown-character-denormalizations"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 16
        13: .line 787
      StackMap locals:
      StackMap stack:
            iload 3 /* state */
            ifeq 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: ireturn
        16: .line 789
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "cdata-sections"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 29
        17: .line 790
            aload 1 /* name */
            ldc "charset-overrides-xml-encoding"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 29
        18: .line 791
            aload 1 /* name */
            ldc "comments"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 29
        19: .line 792
            aload 1 /* name */
            ldc "datatype-normalization"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 29
        20: .line 793
            aload 1 /* name */
            ldc "disallow-doctype"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 29
        21: .line 794
            aload 1 /* name */
            ldc "entities"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 29
        22: .line 795
            aload 1 /* name */
            ldc "infoset"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 29
        23: .line 796
            aload 1 /* name */
            ldc "namespaces"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 29
        24: .line 797
            aload 1 /* name */
            ldc "namespace-declarations"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 29
        25: .line 798
            aload 1 /* name */
            ldc "validate"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 29
        26: .line 799
            aload 1 /* name */
            ldc "validate-if-schema"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 29
        27: .line 800
            aload 1 /* name */
            ldc "element-content-whitespace"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 29
        28: .line 801
            aload 1 /* name */
            ldc "xml-declaration"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 30
        29: .line 802
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        30: .line 808
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/features/namespace-growth"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 33
        31: .line 809
            ldc "http://apache.org/xml/features/namespace-growth"
            astore 4 /* normalizedName */
        start local 4 // java.lang.String normalizedName
        32: .line 810
            goto 37
        end local 4 // java.lang.String normalizedName
        33: .line 811
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/features/internal/tolerate-duplicates"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 36
        34: .line 812
            ldc "http://apache.org/xml/features/internal/tolerate-duplicates"
            astore 4 /* normalizedName */
        start local 4 // java.lang.String normalizedName
        35: .line 813
            goto 37
        end local 4 // java.lang.String normalizedName
        36: .line 815
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            astore 4 /* normalizedName */
        start local 4 // java.lang.String normalizedName
        37: .line 817
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 4 /* normalizedName */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
            pop
        38: .line 818
            iconst_1
            ireturn
        end local 4 // java.lang.String normalizedName
        39: .line 820
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParserImpl java.lang.String java.lang.Object int
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
        40: .line 821
            iconst_0
            ireturn
        end local 3 // boolean state
        41: .line 825
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "error-handler"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 45
        42: .line 826
            aload 2 /* value */
            instanceof org.w3c.dom.DOMErrorHandler
            ifne 43
            aload 2 /* value */
            ifnonnull 44
        43: .line 827
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        44: .line 829
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        45: .line 831
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "resource-resolver"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 49
        46: .line 832
            aload 2 /* value */
            instanceof org.w3c.dom.ls.LSResourceResolver
            ifne 47
            aload 2 /* value */
            ifnonnull 48
        47: .line 833
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        48: .line 835
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        49: .line 837
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "schema-type"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 56
        50: .line 838
            aload 2 /* value */
            instanceof java.lang.String
            ifeq 53
        51: .line 839
            aload 2 /* value */
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_XMLSCHEMA:Ljava/lang/String;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 54
        52: .line 840
            aload 2 /* value */
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.NS_DTD:Ljava/lang/String;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 54
      StackMap locals:
      StackMap stack:
        53: aload 2 /* value */
            ifnonnull 55
        54: .line 841
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        55: .line 843
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        56: .line 845
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "schema-location"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 60
        57: .line 846
            aload 2 /* value */
            instanceof java.lang.String
            ifne 58
            aload 2 /* value */
            ifnonnull 59
        58: .line 847
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        59: .line 848
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        60: .line 850
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/properties/dom/document-class-name"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 62
        61: .line 851
            iconst_1
            ireturn
        62: .line 853
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   63     0            this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0   63     1            name  Ljava/lang/String;
            0   63     2           value  Ljava/lang/Object;
            4   41     3           state  Z
           32   33     4  normalizedName  Ljava/lang/String;
           35   36     4  normalizedName  Ljava/lang/String;
           37   39     4  normalizedName  Ljava/lang/String;
      Exception table:
        from    to  target  type
          30    38      39  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
       Name  Flags
      name   
      value  

  public org.w3c.dom.DOMStringList getParameterNames();
    descriptor: ()Lorg/w3c/dom/DOMStringList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
         0: .line 866
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fRecognizedParameters:Lorg/w3c/dom/DOMStringList;
            ifnonnull 26
         1: .line 867
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* parameters */
        start local 1 // java.util.List parameters
         2: .line 870
            aload 1 /* parameters */
            ldc "namespaces"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 871
            aload 1 /* parameters */
            ldc "cdata-sections"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 872
            aload 1 /* parameters */
            ldc "canonical-form"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 873
            aload 1 /* parameters */
            ldc "namespace-declarations"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 874
            aload 1 /* parameters */
            ldc "split-cdata-sections"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 876
            aload 1 /* parameters */
            ldc "entities"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 877
            aload 1 /* parameters */
            ldc "validate-if-schema"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 878
            aload 1 /* parameters */
            ldc "validate"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        10: .line 879
            aload 1 /* parameters */
            ldc "datatype-normalization"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        11: .line 881
            aload 1 /* parameters */
            ldc "charset-overrides-xml-encoding"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        12: .line 882
            aload 1 /* parameters */
            ldc "check-character-normalization"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        13: .line 883
            aload 1 /* parameters */
            ldc "supported-media-types-only"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 884
            aload 1 /* parameters */
            ldc "ignore-unknown-character-denormalizations"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        15: .line 886
            aload 1 /* parameters */
            ldc "normalize-characters"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        16: .line 887
            aload 1 /* parameters */
            ldc "well-formed"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        17: .line 888
            aload 1 /* parameters */
            ldc "infoset"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        18: .line 889
            aload 1 /* parameters */
            ldc "disallow-doctype"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        19: .line 890
            aload 1 /* parameters */
            ldc "element-content-whitespace"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        20: .line 891
            aload 1 /* parameters */
            ldc "comments"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        21: .line 893
            aload 1 /* parameters */
            ldc "error-handler"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        22: .line 894
            aload 1 /* parameters */
            ldc "resource-resolver"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 895
            aload 1 /* parameters */
            ldc "schema-location"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        24: .line 896
            aload 1 /* parameters */
            ldc "schema-type"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        25: .line 898
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.dom.DOMStringListImpl
            dup
            aload 1 /* parameters */
            invokespecial com.sun.org.apache.xerces.internal.dom.DOMStringListImpl.<init>:(Ljava/util/List;)V
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fRecognizedParameters:Lorg/w3c/dom/DOMStringList;
        end local 1 // java.util.List parameters
        26: .line 902
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fRecognizedParameters:Lorg/w3c/dom/DOMStringList;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   27     0        this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            2   26     1  parameters  Ljava/util/List<Ljava/lang/String;>;

  public org.w3c.dom.Document parseURI(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/Document;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
        start local 1 // java.lang.String uri
         0: .line 915
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fBusy:Z
            ifeq 5
         1: .line 917
            ldc "http://www.w3.org/dom/DOMTR"
         2: .line 918
            ldc "INVALID_STATE_ERR"
            aconst_null
         3: .line 916
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* msg */
        start local 2 // java.lang.String msg
         4: .line 919
            new org.w3c.dom.DOMException
            dup
            bipush 11
            aload 2 /* msg */
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
        end local 2 // java.lang.String msg
         5: .line 922
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
            dup
            aconst_null
            aload 1 /* uri */
            aconst_null
            iconst_0
            invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
            astore 2 /* source */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource source
         6: .line 924
            aload 0 /* this */
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.currentThread:Ljava/lang/Thread;
         7: .line 925
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fBusy:Z
         8: .line 926
            aload 0 /* this */
            aload 2 /* source */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.parse:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;)V
         9: .line 927
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fBusy:Z
        10: .line 928
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortNow:Z
            ifeq 30
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.currentThread:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.isInterrupted:()Z
            ifeq 30
        11: .line 930
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortNow:Z
        12: .line 931
            invokestatic java.lang.Thread.interrupted:()Z
            pop
        13: .line 933
            goto 30
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParserImpl java.lang.String com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
      StackMap stack: java.lang.Exception
        14: astore 3 /* e */
        start local 3 // java.lang.Exception e
        15: .line 934
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fBusy:Z
        16: .line 935
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortNow:Z
            ifeq 18
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.currentThread:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.isInterrupted:()Z
            ifeq 18
        17: .line 936
            invokestatic java.lang.Thread.interrupted:()Z
            pop
        18: .line 938
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortNow:Z
            ifeq 22
        19: .line 939
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortNow:Z
        20: .line 940
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.restoreHandlers:()V
        21: .line 941
            aconst_null
            areturn
        22: .line 945
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            getstatic com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser$Abort.INSTANCE:Lcom/sun/org/apache/xerces/internal/parsers/AbstractDOMParser$Abort;
            if_acmpeq 30
        23: .line 946
            aload 3 /* e */
            instanceof com.sun.org.apache.xerces.internal.xni.parser.XMLParseException
            ifne 29
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fErrorHandler:Lcom/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper;
            ifnull 29
        24: .line 947
            new com.sun.org.apache.xerces.internal.dom.DOMErrorImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.<init>:()V
            astore 4 /* error */
        start local 4 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl error
        25: .line 948
            aload 4 /* error */
            aload 3 /* e */
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fException:Ljava/lang/Exception;
        26: .line 949
            aload 4 /* error */
            aload 3 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fMessage:Ljava/lang/String;
        27: .line 950
            aload 4 /* error */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fSeverity:S
        28: .line 951
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fErrorHandler:Lcom/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper;
            invokevirtual com.sun.org.apache.xerces.internal.util.DOMErrorHandlerWrapper.getErrorHandler:()Lorg/w3c/dom/DOMErrorHandler;
            aload 4 /* error */
            invokeinterface org.w3c.dom.DOMErrorHandler.handleError:(Lorg/w3c/dom/DOMError;)Z
            pop
        end local 4 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl error
        29: .line 956
      StackMap locals:
      StackMap stack:
            bipush 81
            aload 3 /* e */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.createLSException:(SLjava/lang/Throwable;)Lorg/w3c/dom/ls/LSException;
            invokevirtual org.w3c.dom.ls.LSException.fillInStackTrace:()Ljava/lang/Throwable;
            checkcast org.w3c.dom.ls.LSException
            athrow
        end local 3 // java.lang.Exception e
        30: .line 959
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.getDocument:()Lorg/w3c/dom/Document;
            astore 3 /* doc */
        start local 3 // org.w3c.dom.Document doc
        31: .line 960
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.dropDocumentReferences:()V
        32: .line 961
            aload 3 /* doc */
            areturn
        end local 3 // org.w3c.dom.Document doc
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource source
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   33     0    this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0   33     1     uri  Ljava/lang/String;
            4    5     2     msg  Ljava/lang/String;
            6   33     2  source  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
           15   30     3       e  Ljava/lang/Exception;
           25   29     4   error  Lcom/sun/org/apache/xerces/internal/dom/DOMErrorImpl;
           31   33     3     doc  Lorg/w3c/dom/Document;
      Exception table:
        from    to  target  type
           6    13      14  Class java.lang.Exception
    Exceptions:
      throws org.w3c.dom.ls.LSException
    MethodParameters:
      Name  Flags
      uri   

  public org.w3c.dom.Document parse(org.w3c.dom.ls.LSInput);
    descriptor: (Lorg/w3c/dom/ls/LSInput;)Lorg/w3c/dom/Document;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
        start local 1 // org.w3c.dom.ls.LSInput is
         0: .line 972
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.dom2xmlInputSource:(Lorg/w3c/dom/ls/LSInput;)Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
            astore 2 /* xmlInputSource */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource xmlInputSource
         1: .line 973
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fBusy:Z
            ifeq 6
         2: .line 975
            ldc "http://www.w3.org/dom/DOMTR"
         3: .line 976
            ldc "INVALID_STATE_ERR"
            aconst_null
         4: .line 974
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* msg */
        start local 3 // java.lang.String msg
         5: .line 977
            new org.w3c.dom.DOMException
            dup
            bipush 11
            aload 3 /* msg */
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
        end local 3 // java.lang.String msg
         6: .line 981
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.currentThread:Ljava/lang/Thread;
         7: .line 982
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fBusy:Z
         8: .line 983
            aload 0 /* this */
            aload 2 /* xmlInputSource */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.parse:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;)V
         9: .line 984
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fBusy:Z
        10: .line 985
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortNow:Z
            ifeq 30
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.currentThread:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.isInterrupted:()Z
            ifeq 30
        11: .line 987
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortNow:Z
        12: .line 988
            invokestatic java.lang.Thread.interrupted:()Z
            pop
        13: .line 990
            goto 30
      StackMap locals:
      StackMap stack: java.lang.Exception
        14: astore 3 /* e */
        start local 3 // java.lang.Exception e
        15: .line 991
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fBusy:Z
        16: .line 992
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortNow:Z
            ifeq 18
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.currentThread:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.isInterrupted:()Z
            ifeq 18
        17: .line 993
            invokestatic java.lang.Thread.interrupted:()Z
            pop
        18: .line 995
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortNow:Z
            ifeq 22
        19: .line 996
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortNow:Z
        20: .line 997
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.restoreHandlers:()V
        21: .line 998
            aconst_null
            areturn
        22: .line 1002
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            getstatic com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser$Abort.INSTANCE:Lcom/sun/org/apache/xerces/internal/parsers/AbstractDOMParser$Abort;
            if_acmpeq 30
        23: .line 1003
            aload 3 /* e */
            instanceof com.sun.org.apache.xerces.internal.xni.parser.XMLParseException
            ifne 29
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fErrorHandler:Lcom/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper;
            ifnull 29
        24: .line 1004
            new com.sun.org.apache.xerces.internal.dom.DOMErrorImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.<init>:()V
            astore 4 /* error */
        start local 4 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl error
        25: .line 1005
            aload 4 /* error */
            aload 3 /* e */
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fException:Ljava/lang/Exception;
        26: .line 1006
            aload 4 /* error */
            aload 3 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fMessage:Ljava/lang/String;
        27: .line 1007
            aload 4 /* error */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fSeverity:S
        28: .line 1008
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fErrorHandler:Lcom/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper;
            invokevirtual com.sun.org.apache.xerces.internal.util.DOMErrorHandlerWrapper.getErrorHandler:()Lorg/w3c/dom/DOMErrorHandler;
            aload 4 /* error */
            invokeinterface org.w3c.dom.DOMErrorHandler.handleError:(Lorg/w3c/dom/DOMError;)Z
            pop
        end local 4 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl error
        29: .line 1013
      StackMap locals:
      StackMap stack:
            bipush 81
            aload 3 /* e */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.createLSException:(SLjava/lang/Throwable;)Lorg/w3c/dom/ls/LSException;
            invokevirtual org.w3c.dom.ls.LSException.fillInStackTrace:()Ljava/lang/Throwable;
            checkcast org.w3c.dom.ls.LSException
            athrow
        end local 3 // java.lang.Exception e
        30: .line 1016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.getDocument:()Lorg/w3c/dom/Document;
            astore 3 /* doc */
        start local 3 // org.w3c.dom.Document doc
        31: .line 1017
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.dropDocumentReferences:()V
        32: .line 1018
            aload 3 /* doc */
            areturn
        end local 3 // org.w3c.dom.Document doc
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource xmlInputSource
        end local 1 // org.w3c.dom.ls.LSInput is
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   33     0            this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0   33     1              is  Lorg/w3c/dom/ls/LSInput;
            1   33     2  xmlInputSource  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
            5    6     3             msg  Ljava/lang/String;
           15   30     3               e  Ljava/lang/Exception;
           25   29     4           error  Lcom/sun/org/apache/xerces/internal/dom/DOMErrorImpl;
           31   33     3             doc  Lorg/w3c/dom/Document;
      Exception table:
        from    to  target  type
           6    13      14  Class java.lang.Exception
    Exceptions:
      throws org.w3c.dom.ls.LSException
    MethodParameters:
      Name  Flags
      is    

  private void restoreHandlers();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
         0: .line 1023
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 0 /* this */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
         1: .line 1024
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 0 /* this */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setDTDHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
         2: .line 1025
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 0 /* this */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setDTDContentModelHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler;)V
         3: .line 1026
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;

  public org.w3c.dom.Node parseWithContext(org.w3c.dom.ls.LSInput, org.w3c.dom.Node, short);
    descriptor: (Lorg/w3c/dom/ls/LSInput;Lorg/w3c/dom/Node;S)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
        start local 1 // org.w3c.dom.ls.LSInput is
        start local 2 // org.w3c.dom.Node cnode
        start local 3 // short action
         0: .line 1050
            new org.w3c.dom.DOMException
            dup
            bipush 9
            ldc "Not supported"
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
        end local 3 // short action
        end local 2 // org.w3c.dom.Node cnode
        end local 1 // org.w3c.dom.ls.LSInput is
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0    1     1      is  Lorg/w3c/dom/ls/LSInput;
            0    1     2   cnode  Lorg/w3c/dom/Node;
            0    1     3  action  S
    Exceptions:
      throws org.w3c.dom.DOMException, org.w3c.dom.ls.LSException
    MethodParameters:
        Name  Flags
      is      
      cnode   
      action  

  com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource dom2xmlInputSource(org.w3c.dom.ls.LSInput);
    descriptor: (Lorg/w3c/dom/ls/LSInput;)Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
    flags: (0x0000) 
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
        start local 1 // org.w3c.dom.ls.LSInput is
         0: .line 1062
            aconst_null
            astore 2 /* xis */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource xis
         1: .line 1065
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getCharacterStream:()Ljava/io/Reader;
            ifnull 7
         2: .line 1066
            new com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
            dup
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getPublicId:()Ljava/lang/String;
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getSystemId:()Ljava/lang/String;
         3: .line 1067
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getBaseURI:()Ljava/lang/String;
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getCharacterStream:()Ljava/io/Reader;
         4: .line 1068
            ldc "UTF-16"
         5: .line 1066
            invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/Reader;Ljava/lang/String;)V
            astore 2 /* xis */
         6: .line 1069
            goto 32
         7: .line 1071
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
      StackMap stack:
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getByteStream:()Ljava/io/InputStream;
            ifnull 13
         8: .line 1072
            new com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
            dup
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getPublicId:()Ljava/lang/String;
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getSystemId:()Ljava/lang/String;
         9: .line 1073
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getBaseURI:()Ljava/lang/String;
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getByteStream:()Ljava/io/InputStream;
        10: .line 1074
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getEncoding:()Ljava/lang/String;
        11: .line 1072
            invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)V
            astore 2 /* xis */
        12: .line 1075
            goto 32
        13: .line 1078
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getStringData:()Ljava/lang/String;
            ifnull 19
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getStringData:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifle 19
        14: .line 1079
            new com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
            dup
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getPublicId:()Ljava/lang/String;
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getSystemId:()Ljava/lang/String;
        15: .line 1080
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getBaseURI:()Ljava/lang/String;
            new java.io.StringReader
            dup
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getStringData:()Ljava/lang/String;
            invokespecial java.io.StringReader.<init>:(Ljava/lang/String;)V
        16: .line 1081
            ldc "UTF-16"
        17: .line 1079
            invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/Reader;Ljava/lang/String;)V
            astore 2 /* xis */
        18: .line 1082
            goto 32
        19: .line 1084
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getSystemId:()Ljava/lang/String;
            ifnull 20
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getSystemId:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifgt 21
        20: .line 1085
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getPublicId:()Ljava/lang/String;
            ifnull 25
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getPublicId:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifle 25
        21: .line 1086
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
            dup
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getPublicId:()Ljava/lang/String;
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getSystemId:()Ljava/lang/String;
        22: .line 1087
            aload 1 /* is */
            invokeinterface org.w3c.dom.ls.LSInput.getBaseURI:()Ljava/lang/String;
            iconst_0
        23: .line 1086
            invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
            astore 2 /* xis */
        24: .line 1088
            goto 32
        25: .line 1091
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fErrorHandler:Lcom/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper;
            ifnull 31
        26: .line 1092
            new com.sun.org.apache.xerces.internal.dom.DOMErrorImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.<init>:()V
            astore 3 /* error */
        start local 3 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl error
        27: .line 1093
            aload 3 /* error */
            ldc "no-input-specified"
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fType:Ljava/lang/String;
        28: .line 1094
            aload 3 /* error */
            ldc "no-input-specified"
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fMessage:Ljava/lang/String;
        29: .line 1095
            aload 3 /* error */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fSeverity:S
        30: .line 1096
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fErrorHandler:Lcom/sun/org/apache/xerces/internal/util/DOMErrorHandlerWrapper;
            invokevirtual com.sun.org.apache.xerces.internal.util.DOMErrorHandlerWrapper.getErrorHandler:()Lorg/w3c/dom/DOMErrorHandler;
            aload 3 /* error */
            invokeinterface org.w3c.dom.DOMErrorHandler.handleError:(Lorg/w3c/dom/DOMError;)Z
            pop
        end local 3 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl error
        31: .line 1098
      StackMap locals:
      StackMap stack:
            new org.w3c.dom.ls.LSException
            dup
            bipush 81
            ldc "no-input-specified"
            invokespecial org.w3c.dom.ls.LSException.<init>:(SLjava/lang/String;)V
            athrow
        32: .line 1100
      StackMap locals:
      StackMap stack:
            aload 2 /* xis */
            areturn
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource xis
        end local 1 // org.w3c.dom.ls.LSInput is
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   33     0   this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0   33     1     is  Lorg/w3c/dom/ls/LSInput;
            1   33     2    xis  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
           27   31     3  error  Lcom/sun/org/apache/xerces/internal/dom/DOMErrorImpl;
    MethodParameters:
      Name  Flags
      is    

  public boolean getAsync();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
         0: .line 1107
            iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;

  public boolean getBusy();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
         0: .line 1114
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fBusy:Z
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;

  public void abort();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
         0: .line 1122
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fBusy:Z
            ifeq 12
         1: .line 1123
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fBusy:Z
         2: .line 1124
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.currentThread:Ljava/lang/Thread;
            ifnull 12
         3: .line 1125
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortNow:Z
         4: .line 1126
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortHandler:Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl$AbortHandler;
            ifnonnull 6
         5: .line 1127
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.parsers.DOMParserImpl$AbortHandler
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.parsers.DOMParserImpl$AbortHandler.<init>:(Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;)V
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortHandler:Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl$AbortHandler;
         6: .line 1129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortHandler:Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl$AbortHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setDocumentHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
         7: .line 1130
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortHandler:Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl$AbortHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setDTDHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDHandler;)V
         8: .line 1131
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.abortHandler:Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl$AbortHandler;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setDTDContentModelHandler:(Lcom/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler;)V
         9: .line 1133
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.currentThread:Ljava/lang/Thread;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            if_acmpne 11
        10: .line 1134
            getstatic com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser$Abort.INSTANCE:Lcom/sun/org/apache/xerces/internal/parsers/AbstractDOMParser$Abort;
            athrow
        11: .line 1136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.currentThread:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
        12: .line 1139
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;

  public void startElement(com.sun.org.apache.xerces.internal.xni.QName, com.sun.org.apache.xerces.internal.xni.XMLAttributes, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName element
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLAttributes attributes
        start local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 1156
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fNamespaceDeclarations:Z
            ifne 9
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParserImpl.fNamespaceAware:Z
            ifeq 9
         1: .line 1157
            aload 2 /* attributes */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getLength:()I
            istore 4 /* len */
        start local 4 // int len
         2: .line 1158
            iload 4 /* len */
            iconst_1
            isub
            istore 5 /* i */
        start local 5 // int i
         3: goto 8
         4: .line 1159
      StackMap locals: int int
      StackMap stack:
            getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.PREFIX_XMLNS:Ljava/lang/String;
            aload 2 /* attributes */
            iload 5 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getPrefix:(I)Ljava/lang/String;
            if_acmpeq 6
         5: .line 1160
            getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.PREFIX_XMLNS:Ljava/lang/String;
            aload 2 /* attributes */
            iload 5 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getQName:(I)Ljava/lang/String;
            if_acmpne 7
         6: .line 1161
      StackMap locals:
      StackMap stack:
            aload 2 /* attributes */
            iload 5 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.removeAttributeAt:(I)V
         7: .line 1158
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            ifge 4
        end local 5 // int i
        end local 4 // int len
         9: .line 1165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* element */
            aload 2 /* attributes */
            aload 3 /* augs */
            invokespecial com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser.startElement:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
        10: .line 1166
            return
        end local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLAttributes attributes
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName element
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParserImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParserImpl;
            0   11     1     element  Lcom/sun/org/apache/xerces/internal/xni/QName;
            0   11     2  attributes  Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
            0   11     3        augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            2    9     4         len  I
            3    9     5           i  I
    MethodParameters:
            Name  Flags
      element     
      attributes  
      augs        

  private static org.w3c.dom.DOMException newFeatureNotFoundError(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/DOMException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // java.lang.String name
         0: .line 1375
            ldc "http://www.w3.org/dom/DOMTR"
         1: .line 1376
            ldc "FEATURE_NOT_FOUND"
         2: .line 1377
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* name */
            aastore
         3: .line 1374
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         4: .line 1373
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         5: .line 1378
            new org.w3c.dom.DOMException
            dup
            bipush 8
            aload 1 /* msg */
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            areturn
        end local 1 // java.lang.String msg
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  name  Ljava/lang/String;
            5    6     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  private static org.w3c.dom.DOMException newTypeMismatchError(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/w3c/dom/DOMException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // java.lang.String name
         0: .line 1384
            ldc "http://www.w3.org/dom/DOMTR"
         1: .line 1385
            ldc "TYPE_MISMATCH_ERR"
         2: .line 1386
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* name */
            aastore
         3: .line 1383
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         4: .line 1382
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         5: .line 1387
            new org.w3c.dom.DOMException
            dup
            bipush 17
            aload 1 /* msg */
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            areturn
        end local 1 // java.lang.String msg
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  name  Ljava/lang/String;
            5    6     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "DOMParserImpl.java"
NestMembers:
  com.sun.org.apache.xerces.internal.parsers.DOMParserImpl$AbortHandler
InnerClasses:
  final Abort = com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser$Abort of com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser
  private AbortHandler = com.sun.org.apache.xerces.internal.parsers.DOMParserImpl$AbortHandler of com.sun.org.apache.xerces.internal.parsers.DOMParserImpl