public class com.sun.org.apache.xerces.internal.parsers.DOMParser extends com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.parsers.DOMParser
  super_class: com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser
{
  protected static final java.lang.String USE_ENTITY_RESOLVER2;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://xml.org/sax/features/use-entity-resolver2"

  protected static final java.lang.String REPORT_WHITESPACE;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://java.sun.com/xml/schema/features/report-ignored-element-content-whitespace"

  private static final java.lang.String XML_SECURITY_PROPERTY_MANAGER;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"

  private static final java.lang.String[] RECOGNIZED_FEATURES;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private static final java.lang.String[] RECOGNIZED_PROPERTIES;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 85
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 86
            ldc "http://java.sun.com/xml/schema/features/report-ignored-element-content-whitespace"
            aastore
         2: .line 85
            putstatic com.sun.org.apache.xerces.internal.parsers.DOMParser.RECOGNIZED_FEATURES:[Ljava/lang/String;
         3: .line 100
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         4: .line 101
            ldc "http://apache.org/xml/properties/internal/symbol-table"
            aastore
            dup
            iconst_1
         5: .line 102
            ldc "http://apache.org/xml/properties/internal/grammar-pool"
            aastore
         6: .line 100
            putstatic com.sun.org.apache.xerces.internal.parsers.DOMParser.RECOGNIZED_PROPERTIES:[Ljava/lang/String;
         7: .line 103
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration config
         0: .line 122
            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 112
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
         2: .line 123
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration config
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0    3     1  config  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
    MethodParameters:
        Name  Flags
      config  

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

  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.DOMParser this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
         0: .line 136
            aload 0 /* this */
            aload 1 /* symbolTable */
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.parsers.DOMParser.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
         1: .line 137
            return
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0    2     1  symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
    MethodParameters:
             Name  Flags
      symbolTable  

  public void <init>(com.sun.org.apache.xerces.internal.util.SymbolTable, com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser 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 145
            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.AbstractDOMParser.<init>:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;)V
         1: .line 112
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
         2: .line 148
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            getstatic com.sun.org.apache.xerces.internal.parsers.DOMParser.RECOGNIZED_PROPERTIES:[Ljava/lang/String;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.addRecognizedProperties:([Ljava/lang/String;)V
         3: .line 149
            aload 1 /* symbolTable */
            ifnull 5
         4: .line 150
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/internal/symbol-table"
            aload 1 /* symbolTable */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         5: .line 152
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser com.sun.org.apache.xerces.internal.util.SymbolTable com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool
      StackMap stack:
            aload 2 /* grammarPool */
            ifnull 7
         6: .line 153
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/internal/grammar-pool"
            aload 2 /* grammarPool */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         7: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            getstatic com.sun.org.apache.xerces.internal.parsers.DOMParser.RECOGNIZED_FEATURES:[Ljava/lang/String;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.addRecognizedFeatures:([Ljava/lang/String;)V
         8: .line 158
            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.DOMParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0    9     1  symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            0    9     2  grammarPool  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
    MethodParameters:
             Name  Flags
      symbolTable  
      grammarPool  

  public void parse(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
        start local 1 // java.lang.String systemId
         0: .line 180
            new com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
            dup
            aconst_null
            aload 1 /* systemId */
            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
         1: .line 182
            aload 0 /* this */
            aload 2 /* source */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.parse:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;)V
         2: .line 183
            goto 30
         3: .line 186
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser java.lang.String com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLParseException
            astore 3 /* e */
        start local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLParseException e
         4: .line 187
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getException:()Ljava/lang/Exception;
            astore 4 /* ex */
        start local 4 // java.lang.Exception ex
         5: .line 188
            aload 4 /* ex */
            ifnull 6
            aload 4 /* ex */
            instanceof java.io.CharConversionException
            ifeq 15
         6: .line 191
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLParseException java.lang.Exception
      StackMap stack:
            new org.xml.sax.helpers.LocatorImpl
            dup
            invokespecial org.xml.sax.helpers.LocatorImpl.<init>:()V
            astore 5 /* locatorImpl */
        start local 5 // org.xml.sax.helpers.LocatorImpl locatorImpl
         7: .line 192
            aload 5 /* locatorImpl */
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getPublicId:()Ljava/lang/String;
            invokevirtual org.xml.sax.helpers.LocatorImpl.setPublicId:(Ljava/lang/String;)V
         8: .line 193
            aload 5 /* locatorImpl */
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getExpandedSystemId:()Ljava/lang/String;
            invokevirtual org.xml.sax.helpers.LocatorImpl.setSystemId:(Ljava/lang/String;)V
         9: .line 194
            aload 5 /* locatorImpl */
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getLineNumber:()I
            invokevirtual org.xml.sax.helpers.LocatorImpl.setLineNumber:(I)V
        10: .line 195
            aload 5 /* locatorImpl */
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getColumnNumber:()I
            invokevirtual org.xml.sax.helpers.LocatorImpl.setColumnNumber:(I)V
        11: .line 196
            aload 4 /* ex */
            ifnonnull 13
        12: .line 197
            new org.xml.sax.SAXParseException
            dup
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getMessage:()Ljava/lang/String;
            aload 5 /* locatorImpl */
            invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;)V
            goto 14
        13: .line 198
      StackMap locals: org.xml.sax.helpers.LocatorImpl
      StackMap stack:
            new org.xml.sax.SAXParseException
            dup
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getMessage:()Ljava/lang/String;
            aload 5 /* locatorImpl */
            aload 4 /* ex */
            invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;Ljava/lang/Exception;)V
        14: .line 196
      StackMap locals:
      StackMap stack: org.xml.sax.SAXParseException
            athrow
        end local 5 // org.xml.sax.helpers.LocatorImpl locatorImpl
        15: .line 200
      StackMap locals:
      StackMap stack:
            aload 4 /* ex */
            instanceof org.xml.sax.SAXException
            ifeq 17
        16: .line 202
            aload 4 /* ex */
            checkcast org.xml.sax.SAXException
            athrow
        17: .line 204
      StackMap locals:
      StackMap stack:
            aload 4 /* ex */
            instanceof java.io.IOException
            ifeq 19
        18: .line 205
            aload 4 /* ex */
            checkcast java.io.IOException
            athrow
        19: .line 207
      StackMap locals:
      StackMap stack:
            new org.xml.sax.SAXException
            dup
            aload 4 /* ex */
            invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 4 // java.lang.Exception ex
        end local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLParseException e
        20: .line 209
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser java.lang.String com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
      StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
            astore 3 /* e */
        start local 3 // com.sun.org.apache.xerces.internal.xni.XNIException e
        21: .line 210
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.printStackTrace:()V
        22: .line 211
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.getException:()Ljava/lang/Exception;
            astore 4 /* ex */
        start local 4 // java.lang.Exception ex
        23: .line 212
            aload 4 /* ex */
            ifnonnull 25
        24: .line 213
            new org.xml.sax.SAXException
            dup
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.getMessage:()Ljava/lang/String;
            invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 215
      StackMap locals: com.sun.org.apache.xerces.internal.xni.XNIException java.lang.Exception
      StackMap stack:
            aload 4 /* ex */
            instanceof org.xml.sax.SAXException
            ifeq 27
        26: .line 216
            aload 4 /* ex */
            checkcast org.xml.sax.SAXException
            athrow
        27: .line 218
      StackMap locals:
      StackMap stack:
            aload 4 /* ex */
            instanceof java.io.IOException
            ifeq 29
        28: .line 219
            aload 4 /* ex */
            checkcast java.io.IOException
            athrow
        29: .line 221
      StackMap locals:
      StackMap stack:
            new org.xml.sax.SAXException
            dup
            aload 4 /* ex */
            invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 4 // java.lang.Exception ex
        end local 3 // com.sun.org.apache.xerces.internal.xni.XNIException e
        30: .line 224
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource source
        end local 1 // java.lang.String systemId
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   31     0         this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0   31     1     systemId  Ljava/lang/String;
            1   31     2       source  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
            4   20     3            e  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParseException;
            5   20     4           ex  Ljava/lang/Exception;
            7   15     5  locatorImpl  Lorg/xml/sax/helpers/LocatorImpl;
           21   30     3            e  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
           23   30     4           ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class com.sun.org.apache.xerces.internal.xni.parser.XMLParseException
           1     2      20  Class com.sun.org.apache.xerces.internal.xni.XNIException
    Exceptions:
      throws org.xml.sax.SAXException, java.io.IOException
    MethodParameters:
          Name  Flags
      systemId  

  public void parse(org.xml.sax.InputSource);
    descriptor: (Lorg/xml/sax/InputSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
        start local 1 // org.xml.sax.InputSource inputSource
         0: .line 240
            new com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
            dup
            aload 1 /* inputSource */
            invokevirtual org.xml.sax.InputSource.getPublicId:()Ljava/lang/String;
         1: .line 241
            aload 1 /* inputSource */
            invokevirtual org.xml.sax.InputSource.getSystemId:()Ljava/lang/String;
         2: .line 242
            aconst_null
            iconst_0
         3: .line 240
            invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         4: .line 239
            astore 2 /* xmlInputSource */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource xmlInputSource
         5: .line 243
            aload 2 /* xmlInputSource */
            aload 1 /* inputSource */
            invokevirtual org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.setByteStream:(Ljava/io/InputStream;)V
         6: .line 244
            aload 2 /* xmlInputSource */
            aload 1 /* inputSource */
            invokevirtual org.xml.sax.InputSource.getCharacterStream:()Ljava/io/Reader;
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.setCharacterStream:(Ljava/io/Reader;)V
         7: .line 245
            aload 2 /* xmlInputSource */
            aload 1 /* inputSource */
            invokevirtual org.xml.sax.InputSource.getEncoding:()Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.setEncoding:(Ljava/lang/String;)V
         8: .line 246
            aload 0 /* this */
            aload 2 /* xmlInputSource */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.parse:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;)V
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource xmlInputSource
         9: .line 247
            goto 36
        10: .line 250
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLParseException
            astore 2 /* e */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLParseException e
        11: .line 251
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getException:()Ljava/lang/Exception;
            astore 3 /* ex */
        start local 3 // java.lang.Exception ex
        12: .line 252
            aload 3 /* ex */
            ifnull 13
            aload 3 /* ex */
            instanceof java.io.CharConversionException
            ifeq 22
        13: .line 255
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLParseException java.lang.Exception
      StackMap stack:
            new org.xml.sax.helpers.LocatorImpl
            dup
            invokespecial org.xml.sax.helpers.LocatorImpl.<init>:()V
            astore 4 /* locatorImpl */
        start local 4 // org.xml.sax.helpers.LocatorImpl locatorImpl
        14: .line 256
            aload 4 /* locatorImpl */
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getPublicId:()Ljava/lang/String;
            invokevirtual org.xml.sax.helpers.LocatorImpl.setPublicId:(Ljava/lang/String;)V
        15: .line 257
            aload 4 /* locatorImpl */
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getExpandedSystemId:()Ljava/lang/String;
            invokevirtual org.xml.sax.helpers.LocatorImpl.setSystemId:(Ljava/lang/String;)V
        16: .line 258
            aload 4 /* locatorImpl */
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getLineNumber:()I
            invokevirtual org.xml.sax.helpers.LocatorImpl.setLineNumber:(I)V
        17: .line 259
            aload 4 /* locatorImpl */
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getColumnNumber:()I
            invokevirtual org.xml.sax.helpers.LocatorImpl.setColumnNumber:(I)V
        18: .line 260
            aload 3 /* ex */
            ifnonnull 20
        19: .line 261
            new org.xml.sax.SAXParseException
            dup
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getMessage:()Ljava/lang/String;
            aload 4 /* locatorImpl */
            invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;)V
            goto 21
        20: .line 262
      StackMap locals: org.xml.sax.helpers.LocatorImpl
      StackMap stack:
            new org.xml.sax.SAXParseException
            dup
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getMessage:()Ljava/lang/String;
            aload 4 /* locatorImpl */
            aload 3 /* ex */
            invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;Ljava/lang/Exception;)V
        21: .line 260
      StackMap locals:
      StackMap stack: org.xml.sax.SAXParseException
            athrow
        end local 4 // org.xml.sax.helpers.LocatorImpl locatorImpl
        22: .line 264
      StackMap locals:
      StackMap stack:
            aload 3 /* ex */
            instanceof org.xml.sax.SAXException
            ifeq 24
        23: .line 266
            aload 3 /* ex */
            checkcast org.xml.sax.SAXException
            athrow
        24: .line 268
      StackMap locals:
      StackMap stack:
            aload 3 /* ex */
            instanceof java.io.IOException
            ifeq 26
        25: .line 269
            aload 3 /* ex */
            checkcast java.io.IOException
            athrow
        26: .line 271
      StackMap locals:
      StackMap stack:
            new org.xml.sax.SAXException
            dup
            aload 3 /* ex */
            invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 3 // java.lang.Exception ex
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLParseException e
        27: .line 273
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser org.xml.sax.InputSource
      StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
            astore 2 /* e */
        start local 2 // com.sun.org.apache.xerces.internal.xni.XNIException e
        28: .line 274
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.getException:()Ljava/lang/Exception;
            astore 3 /* ex */
        start local 3 // java.lang.Exception ex
        29: .line 275
            aload 3 /* ex */
            ifnonnull 31
        30: .line 276
            new org.xml.sax.SAXException
            dup
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.getMessage:()Ljava/lang/String;
            invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/String;)V
            athrow
        31: .line 278
      StackMap locals: com.sun.org.apache.xerces.internal.xni.XNIException java.lang.Exception
      StackMap stack:
            aload 3 /* ex */
            instanceof org.xml.sax.SAXException
            ifeq 33
        32: .line 279
            aload 3 /* ex */
            checkcast org.xml.sax.SAXException
            athrow
        33: .line 281
      StackMap locals:
      StackMap stack:
            aload 3 /* ex */
            instanceof java.io.IOException
            ifeq 35
        34: .line 282
            aload 3 /* ex */
            checkcast java.io.IOException
            athrow
        35: .line 284
      StackMap locals:
      StackMap stack:
            new org.xml.sax.SAXException
            dup
            aload 3 /* ex */
            invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 3 // java.lang.Exception ex
        end local 2 // com.sun.org.apache.xerces.internal.xni.XNIException e
        36: .line 287
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xml.sax.InputSource inputSource
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   37     0            this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0   37     1     inputSource  Lorg/xml/sax/InputSource;
            5    9     2  xmlInputSource  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
           11   27     2               e  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParseException;
           12   27     3              ex  Ljava/lang/Exception;
           14   22     4     locatorImpl  Lorg/xml/sax/helpers/LocatorImpl;
           28   36     2               e  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
           29   36     3              ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     9      10  Class com.sun.org.apache.xerces.internal.xni.parser.XMLParseException
           0     9      27  Class com.sun.org.apache.xerces.internal.xni.XNIException
    Exceptions:
      throws org.xml.sax.SAXException, java.io.IOException
    MethodParameters:
             Name  Flags
      inputSource  

  public void setEntityResolver(org.xml.sax.EntityResolver);
    descriptor: (Lorg/xml/sax/EntityResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
        start local 1 // org.xml.sax.EntityResolver resolver
         0: .line 299
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.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
            astore 2 /* xer */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver xer
         1: .line 300
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
            ifeq 10
            aload 1 /* resolver */
            instanceof org.xml.sax.ext.EntityResolver2
            ifeq 10
         2: .line 301
            aload 2 /* xer */
            instanceof com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper
            ifeq 6
         3: .line 302
            aload 2 /* xer */
            checkcast com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper
            astore 3 /* er2w */
        start local 3 // com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper er2w
         4: .line 303
            aload 3 /* er2w */
            aload 1 /* resolver */
            checkcast org.xml.sax.ext.EntityResolver2
            invokevirtual com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper.setEntityResolver:(Lorg/xml/sax/ext/EntityResolver2;)V
        end local 3 // com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper er2w
         5: .line 304
            goto 19
         6: .line 306
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/internal/entity-resolver"
         7: .line 307
            new com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper
            dup
            aload 1 /* resolver */
            checkcast org.xml.sax.ext.EntityResolver2
            invokespecial com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper.<init>:(Lorg/xml/sax/ext/EntityResolver2;)V
         8: .line 306
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         9: .line 309
            goto 19
        10: .line 311
      StackMap locals:
      StackMap stack:
            aload 2 /* xer */
            instanceof com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
            ifeq 14
        11: .line 312
            aload 2 /* xer */
            checkcast com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
            astore 3 /* erw */
        start local 3 // com.sun.org.apache.xerces.internal.util.EntityResolverWrapper erw
        12: .line 313
            aload 3 /* erw */
            aload 1 /* resolver */
            invokevirtual com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V
        end local 3 // com.sun.org.apache.xerces.internal.util.EntityResolverWrapper erw
        13: .line 314
            goto 19
        14: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/internal/entity-resolver"
        15: .line 317
            new com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
            dup
            aload 1 /* resolver */
            invokespecial com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.<init>:(Lorg/xml/sax/EntityResolver;)V
        16: .line 316
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver xer
        17: .line 320
            goto 19
        18: .line 321
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser org.xml.sax.EntityResolver
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
        19: .line 325
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xml.sax.EntityResolver resolver
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0   20     1  resolver  Lorg/xml/sax/EntityResolver;
            1   17     2       xer  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
            4    5     3      er2w  Lcom/sun/org/apache/xerces/internal/util/EntityResolver2Wrapper;
           12   13     3       erw  Lcom/sun/org/apache/xerces/internal/util/EntityResolverWrapper;
      Exception table:
        from    to  target  type
           0    17      18  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
          Name  Flags
      resolver  

  public org.xml.sax.EntityResolver getEntityResolver();
    descriptor: ()Lorg/xml/sax/EntityResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
         0: .line 336
            aconst_null
            astore 1 /* entityResolver */
        start local 1 // org.xml.sax.EntityResolver entityResolver
         1: .line 339
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.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
         2: .line 338
            astore 2 /* xmlEntityResolver */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver xmlEntityResolver
         3: .line 340
            aload 2 /* xmlEntityResolver */
            ifnull 13
         4: .line 341
            aload 2 /* xmlEntityResolver */
            instanceof com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
            ifeq 8
         5: .line 343
            aload 2 /* xmlEntityResolver */
            checkcast com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
            invokevirtual com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.getEntityResolver:()Lorg/xml/sax/EntityResolver;
         6: .line 342
            astore 1 /* entityResolver */
         7: .line 344
            goto 13
         8: .line 345
      StackMap locals: org.xml.sax.EntityResolver com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver
      StackMap stack:
            aload 2 /* xmlEntityResolver */
            instanceof com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper
            ifeq 13
         9: .line 347
            aload 2 /* xmlEntityResolver */
            checkcast com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper
            invokevirtual com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper.getEntityResolver:()Lorg/xml/sax/ext/EntityResolver2;
        10: .line 346
            astore 1 /* entityResolver */
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver xmlEntityResolver
        11: .line 350
            goto 13
        12: .line 351
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser org.xml.sax.EntityResolver
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
        13: .line 354
      StackMap locals:
      StackMap stack:
            aload 1 /* entityResolver */
            areturn
        end local 1 // org.xml.sax.EntityResolver entityResolver
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            1   14     1     entityResolver  Lorg/xml/sax/EntityResolver;
            3   11     2  xmlEntityResolver  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
      Exception table:
        from    to  target  type
           1    11      12  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException

  public void setErrorHandler(org.xml.sax.ErrorHandler);
    descriptor: (Lorg/xml/sax/ErrorHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
        start local 1 // org.xml.sax.ErrorHandler errorHandler
         0: .line 379
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/internal/error-handler"
            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.XMLErrorHandler
            astore 2 /* xeh */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler xeh
         1: .line 380
            aload 2 /* xeh */
            instanceof com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
            ifeq 5
         2: .line 381
            aload 2 /* xeh */
            checkcast com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
            astore 3 /* ehw */
        start local 3 // com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper ehw
         3: .line 382
            aload 3 /* ehw */
            aload 1 /* errorHandler */
            invokevirtual com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V
        end local 3 // com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper ehw
         4: .line 383
            goto 10
         5: .line 385
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/internal/error-handler"
         6: .line 386
            new com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
            dup
            aload 1 /* errorHandler */
            invokespecial com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.<init>:(Lorg/xml/sax/ErrorHandler;)V
         7: .line 385
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler xeh
         8: .line 388
            goto 10
         9: .line 389
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser org.xml.sax.ErrorHandler
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
        10: .line 393
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xml.sax.ErrorHandler errorHandler
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0   11     1  errorHandler  Lorg/xml/sax/ErrorHandler;
            1    8     2           xeh  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler;
            3    4     3           ehw  Lcom/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper;
      Exception table:
        from    to  target  type
           0     8       9  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
              Name  Flags
      errorHandler  

  public org.xml.sax.ErrorHandler getErrorHandler();
    descriptor: ()Lorg/xml/sax/ErrorHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
         0: .line 404
            aconst_null
            astore 1 /* errorHandler */
        start local 1 // org.xml.sax.ErrorHandler errorHandler
         1: .line 407
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/internal/error-handler"
            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.XMLErrorHandler
         2: .line 406
            astore 2 /* xmlErrorHandler */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler xmlErrorHandler
         3: .line 408
            aload 2 /* xmlErrorHandler */
            ifnull 8
         4: .line 409
            aload 2 /* xmlErrorHandler */
            instanceof com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
            ifeq 8
         5: .line 410
            aload 2 /* xmlErrorHandler */
            checkcast com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
            invokevirtual com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.getErrorHandler:()Lorg/xml/sax/ErrorHandler;
            astore 1 /* errorHandler */
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler xmlErrorHandler
         6: .line 412
            goto 8
         7: .line 413
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser org.xml.sax.ErrorHandler
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
         8: .line 416
      StackMap locals:
      StackMap stack:
            aload 1 /* errorHandler */
            areturn
        end local 1 // org.xml.sax.ErrorHandler errorHandler
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            1    9     1     errorHandler  Lorg/xml/sax/ErrorHandler;
            3    6     2  xmlErrorHandler  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler;
      Exception table:
        from    to  target  type
           1     6       7  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException

  public void setFeature(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
        start local 1 // java.lang.String featureId
        start local 2 // boolean state
         0: .line 443
            aload 1 /* featureId */
            ldc "http://xml.org/sax/features/use-entity-resolver2"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         1: .line 444
            iload 2 /* state */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
            if_icmpeq 4
         2: .line 445
            aload 0 /* this */
            iload 2 /* state */
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
         3: .line 447
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.getEntityResolver:()Lorg/xml/sax/EntityResolver;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V
         4: .line 449
      StackMap locals:
      StackMap stack:
            return
         5: .line 456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 1 /* featureId */
            iload 2 /* state */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
         6: .line 457
            goto 20
         7: .line 458
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            astore 3 /* e */
        start local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
         8: .line 459
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getIdentifier:()Ljava/lang/String;
            astore 4 /* identifier */
        start local 4 // java.lang.String identifier
         9: .line 460
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getType:()Lcom/sun/org/apache/xerces/internal/util/Status;
            getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
            if_acmpne 15
        10: .line 461
            new org.xml.sax.SAXNotRecognizedException
            dup
        11: .line 462
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
        12: .line 463
            ldc "feature-not-recognized"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
        13: .line 462
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        14: .line 461
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 466
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        16: .line 467
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
        17: .line 468
            ldc "feature-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
        18: .line 467
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        19: .line 466
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.String identifier
        end local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        20: .line 472
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean state
        end local 1 // java.lang.String featureId
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0   21     1   featureId  Ljava/lang/String;
            0   21     2       state  Z
            8   20     3           e  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
            9   20     4  identifier  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     4       7  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
           5     6       7  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
    MethodParameters:
           Name  Flags
      featureId  
      state      

  public boolean getFeature(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
        start local 1 // java.lang.String featureId
         0: .line 497
            aload 1 /* featureId */
            ldc "http://xml.org/sax/features/use-entity-resolver2"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 498
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
         2: ireturn
         3: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 1 /* featureId */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
         4: ireturn
         5: .line 507
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            astore 2 /* e */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
         6: .line 508
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getIdentifier:()Ljava/lang/String;
            astore 3 /* identifier */
        start local 3 // java.lang.String identifier
         7: .line 509
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getType:()Lcom/sun/org/apache/xerces/internal/util/Status;
            getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
            if_acmpne 13
         8: .line 510
            new org.xml.sax.SAXNotRecognizedException
            dup
         9: .line 511
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
        10: .line 512
            ldc "feature-not-recognized"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* identifier */
            aastore
        11: .line 511
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        12: .line 510
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 515
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        14: .line 516
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
        15: .line 517
            ldc "feature-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* identifier */
            aastore
        16: .line 516
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        17: .line 515
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String identifier
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        end local 1 // java.lang.String featureId
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0   18     1   featureId  Ljava/lang/String;
            6   18     2           e  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
            7   18     3  identifier  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     2       5  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
           3     4       5  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
    MethodParameters:
           Name  Flags
      featureId  

  public void setProperty(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
        start local 1 // java.lang.String propertyId
        start local 2 // java.lang.Object value
         0: .line 544
            aload 1 /* propertyId */
            ldc "http://apache.org/xml/properties/security-manager"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 545
            aload 0 /* this */
            aload 2 /* value */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            invokestatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.convert:(Ljava/lang/Object;Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;)Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
         2: .line 546
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/security-manager"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.setProperty0:(Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 547
            return
         4: .line 549
      StackMap locals:
      StackMap stack:
            aload 1 /* propertyId */
            ldc "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         5: .line 550
            aload 2 /* value */
            ifnonnull 8
         6: .line 551
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
            dup
            invokespecial com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
         7: .line 552
            goto 9
         8: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value */
            checkcast com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
         9: .line 555
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.setProperty0:(Ljava/lang/String;Ljava/lang/Object;)V
        10: .line 556
            return
        11: .line 559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            ifnonnull 14
        12: .line 560
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.utils.XMLSecurityManager
            dup
            iconst_1
            invokespecial com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.<init>:(Z)V
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
        13: .line 561
            aload 0 /* this */
            ldc "http://apache.org/xml/properties/security-manager"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.setProperty0:(Ljava/lang/String;Ljava/lang/Object;)V
        14: .line 564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
            ifnonnull 17
        15: .line 565
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
            dup
            invokespecial com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.<init>:()V
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
        16: .line 566
            aload 0 /* this */
            ldc "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.setProperty0:(Ljava/lang/String;Ljava/lang/Object;)V
        17: .line 568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
            aload 1 /* propertyId */
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.getIndex:(Ljava/lang/String;)I
            istore 3 /* index */
        start local 3 // int index
        18: .line 570
            iload 3 /* index */
            iconst_m1
            if_icmple 21
        19: .line 576
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
            iload 3 /* index */
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State.APIPROPERTY:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State;
            aload 2 /* value */
            checkcast java.lang.String
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.setValue:(ILcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State;Ljava/lang/String;)V
        20: .line 577
            goto 23
        21: .line 579
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            aload 1 /* propertyId */
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$State.APIPROPERTY:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$State;
            aload 2 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.setLimit:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$State;Ljava/lang/Object;)Z
            ifne 23
        22: .line 581
            aload 0 /* this */
            aload 1 /* propertyId */
            aload 2 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.setProperty0:(Ljava/lang/String;Ljava/lang/Object;)V
        23: .line 584
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int index
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String propertyId
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   24     0        this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0   24     1  propertyId  Ljava/lang/String;
            0   24     2       value  Ljava/lang/Object;
           18   24     3       index  I
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
    MethodParameters:
            Name  Flags
      propertyId  
      value       

  public void setProperty0(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
        start local 1 // java.lang.String propertyId
        start local 2 // java.lang.Object value
         0: .line 589
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 1 /* propertyId */
            aload 2 /* value */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 590
            goto 15
         2: .line 591
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            astore 3 /* e */
        start local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
         3: .line 592
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getIdentifier:()Ljava/lang/String;
            astore 4 /* identifier */
        start local 4 // java.lang.String identifier
         4: .line 593
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getType:()Lcom/sun/org/apache/xerces/internal/util/Status;
            getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
            if_acmpne 10
         5: .line 594
            new org.xml.sax.SAXNotRecognizedException
            dup
         6: .line 595
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
         7: .line 596
            ldc "property-not-recognized"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
         8: .line 595
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         9: .line 594
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 599
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        11: .line 600
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
        12: .line 601
            ldc "property-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
        13: .line 600
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        14: .line 599
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.String identifier
        end local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        15: .line 605
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String propertyId
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0   16     1  propertyId  Ljava/lang/String;
            0   16     2       value  Ljava/lang/Object;
            3   15     3           e  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
            4   15     4  identifier  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
    MethodParameters:
            Name  Flags
      propertyId  
      value       

  public java.lang.Object getProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
        start local 1 // java.lang.String propertyId
         0: .line 624
            aload 1 /* propertyId */
            ldc "http://apache.org/xml/properties/dom/current-element-node"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         1: .line 625
            iconst_0
            istore 2 /* deferred */
        start local 2 // boolean deferred
         2: .line 627
            aload 0 /* this */
            ldc "http://apache.org/xml/features/dom/defer-node-expansion"
            invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.getFeature:(Ljava/lang/String;)Z
            istore 2 /* deferred */
         3: .line 628
            goto 5
         4: .line 629
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser java.lang.String int
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
         5: .line 632
      StackMap locals:
      StackMap stack:
            iload 2 /* deferred */
            ifeq 7
         6: .line 633
            new org.xml.sax.SAXNotSupportedException
            dup
            ldc "Current element node cannot be queried when node expansion is deferred."
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fCurrentNode:Lorg/w3c/dom/Node;
            ifnull 9
         8: .line 636
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fCurrentNode:Lorg/w3c/dom/Node;
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 9
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fCurrentNode:Lorg/w3c/dom/Node;
            goto 10
      StackMap locals:
      StackMap stack:
         9: aconst_null
        10: .line 635
      StackMap locals:
      StackMap stack: org.w3c.dom.Node
            areturn
        end local 2 // boolean deferred
        11: .line 641
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
        12: .line 640
            checkcast com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
            astore 2 /* spm */
        start local 2 // com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager spm
        13: .line 642
            aload 2 /* spm */
            aload 1 /* propertyId */
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.getIndex:(Ljava/lang/String;)I
            istore 3 /* index */
        start local 3 // int index
        14: .line 643
            iload 3 /* index */
            iconst_m1
            if_icmple 17
        15: .line 644
            aload 2 /* spm */
            iload 3 /* index */
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.getValueByIndex:(I)Ljava/lang/String;
        16: areturn
        17: .line 647
      StackMap locals: com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            aload 1 /* propertyId */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
        18: areturn
        end local 3 // int index
        end local 2 // com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager spm
        19: .line 649
      StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser java.lang.String
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            astore 2 /* e */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        20: .line 650
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getIdentifier:()Ljava/lang/String;
            astore 3 /* identifier */
        start local 3 // java.lang.String identifier
        21: .line 651
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getType:()Lcom/sun/org/apache/xerces/internal/util/Status;
            getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
            if_acmpne 27
        22: .line 652
            new org.xml.sax.SAXNotRecognizedException
            dup
        23: .line 653
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
        24: .line 654
            ldc "property-not-recognized"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* identifier */
            aastore
        25: .line 653
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        26: .line 652
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 657
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        28: .line 658
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
        29: .line 659
            ldc "property-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* identifier */
            aastore
        30: .line 658
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        31: .line 657
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String identifier
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        end local 1 // java.lang.String propertyId
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   32     0        this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0   32     1  propertyId  Ljava/lang/String;
            2   11     2    deferred  Z
           13   19     2         spm  Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
           14   19     3       index  I
           20   32     2           e  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
           21   32     3  identifier  Ljava/lang/String;
      Exception table:
        from    to  target  type
           2     3       4  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
          11    16      19  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
          17    18      19  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
    MethodParameters:
            Name  Flags
      propertyId  

  public com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration getXMLParserConfiguration();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
         0: .line 669
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DOMParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
}
SourceFile: "DOMParser.java"
InnerClasses:
  public final State = com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$State of com.sun.org.apache.xerces.internal.utils.XMLSecurityManager
  public final State = com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State of com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager