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 84
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 85
            ldc "http://java.sun.com/xml/schema/features/report-ignored-element-content-whitespace"
            aastore
         2: .line 84
            putstatic com.sun.org.apache.xerces.internal.parsers.DOMParser.RECOGNIZED_FEATURES:[Ljava/lang/String;
         3: .line 99
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         4: .line 100
            ldc "http://apache.org/xml/properties/internal/symbol-table"
            aastore
            dup
            iconst_1
         5: .line 101
            ldc "http://apache.org/xml/properties/internal/grammar-pool"
            aastore
         6: .line 99
            putstatic com.sun.org.apache.xerces.internal.parsers.DOMParser.RECOGNIZED_PROPERTIES:[Ljava/lang/String;
         7: .line 102
            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 121
            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 111
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
         2: .line 122
            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 128
            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 129
            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 135
            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 136
            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 144
            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 111
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
         2: .line 147
            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 148
            aload 1 /* symbolTable */
            ifnull 5
         4: .line 149
            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 151
      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 152
            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 155
      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 157
            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 179
            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 181
            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 182
            goto 27
         3: .line 185
      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 186
            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 187
            aload 4 /* ex */
            ifnonnull 12
         6: .line 190
            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 191
            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 192
            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 193
            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 194
            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 195
            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
            athrow
        end local 5 // org.xml.sax.helpers.LocatorImpl locatorImpl
        12: .line 197
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLParseException java.lang.Exception
      StackMap stack:
            aload 4 /* ex */
            instanceof org.xml.sax.SAXException
            ifeq 14
        13: .line 199
            aload 4 /* ex */
            checkcast org.xml.sax.SAXException
            athrow
        14: .line 201
      StackMap locals:
      StackMap stack:
            aload 4 /* ex */
            instanceof java.io.IOException
            ifeq 16
        15: .line 202
            aload 4 /* ex */
            checkcast java.io.IOException
            athrow
        16: .line 204
      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
        17: .line 206
      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
        18: .line 207
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.printStackTrace:()V
        19: .line 208
            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
        20: .line 209
            aload 4 /* ex */
            ifnonnull 22
        21: .line 210
            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
        22: .line 212
      StackMap locals: com.sun.org.apache.xerces.internal.xni.XNIException java.lang.Exception
      StackMap stack:
            aload 4 /* ex */
            instanceof org.xml.sax.SAXException
            ifeq 24
        23: .line 213
            aload 4 /* ex */
            checkcast org.xml.sax.SAXException
            athrow
        24: .line 215
      StackMap locals:
      StackMap stack:
            aload 4 /* ex */
            instanceof java.io.IOException
            ifeq 26
        25: .line 216
            aload 4 /* ex */
            checkcast java.io.IOException
            athrow
        26: .line 218
      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
        27: .line 221
      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   28     0         this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0   28     1     systemId  Ljava/lang/String;
            1   28     2       source  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
            4   17     3            e  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParseException;
            5   17     4           ex  Ljava/lang/Exception;
            7   12     5  locatorImpl  Lorg/xml/sax/helpers/LocatorImpl;
           18   27     3            e  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
           20   27     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      17  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 237
            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 238
            aload 1 /* inputSource */
            invokevirtual org.xml.sax.InputSource.getSystemId:()Ljava/lang/String;
         2: .line 239
            aconst_null
            iconst_0
         3: .line 237
            invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         4: .line 236
            astore 2 /* xmlInputSource */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource xmlInputSource
         5: .line 240
            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 241
            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 242
            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 243
            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 244
            goto 33
        10: .line 247
      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 248
            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 249
            aload 3 /* ex */
            ifnonnull 19
        13: .line 252
            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 253
            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 254
            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 255
            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 256
            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 257
            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
            athrow
        end local 4 // org.xml.sax.helpers.LocatorImpl locatorImpl
        19: .line 259
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLParseException java.lang.Exception
      StackMap stack:
            aload 3 /* ex */
            instanceof org.xml.sax.SAXException
            ifeq 21
        20: .line 261
            aload 3 /* ex */
            checkcast org.xml.sax.SAXException
            athrow
        21: .line 263
      StackMap locals:
      StackMap stack:
            aload 3 /* ex */
            instanceof java.io.IOException
            ifeq 23
        22: .line 264
            aload 3 /* ex */
            checkcast java.io.IOException
            athrow
        23: .line 266
      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
        24: .line 268
      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
        25: .line 269
            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
        26: .line 270
            aload 3 /* ex */
            ifnonnull 28
        27: .line 271
            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
        28: .line 273
      StackMap locals: com.sun.org.apache.xerces.internal.xni.XNIException java.lang.Exception
      StackMap stack:
            aload 3 /* ex */
            instanceof org.xml.sax.SAXException
            ifeq 30
        29: .line 274
            aload 3 /* ex */
            checkcast org.xml.sax.SAXException
            athrow
        30: .line 276
      StackMap locals:
      StackMap stack:
            aload 3 /* ex */
            instanceof java.io.IOException
            ifeq 32
        31: .line 277
            aload 3 /* ex */
            checkcast java.io.IOException
            athrow
        32: .line 279
      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
        33: .line 282
      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   34     0            this  Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
            0   34     1     inputSource  Lorg/xml/sax/InputSource;
            5    9     2  xmlInputSource  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
           11   24     2               e  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParseException;
           12   24     3              ex  Ljava/lang/Exception;
           14   19     4     locatorImpl  Lorg/xml/sax/helpers/LocatorImpl;
           25   33     2               e  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
           26   33     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      24  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 294
            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 295
            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 296
            aload 2 /* xer */
            instanceof com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper
            ifeq 6
         3: .line 297
            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 298
            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 299
            goto 19
         6: .line 301
      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 302
            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 301
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         9: .line 304
            goto 19
        10: .line 306
      StackMap locals:
      StackMap stack:
            aload 2 /* xer */
            instanceof com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
            ifeq 14
        11: .line 307
            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 308
            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 309
            goto 19
        14: .line 311
      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 312
            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 311
            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 315
            goto 19
        18: .line 316
      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 320
      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 331
            aconst_null
            astore 1 /* entityResolver */
        start local 1 // org.xml.sax.EntityResolver entityResolver
         1: .line 334
            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 333
            astore 2 /* xmlEntityResolver */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver xmlEntityResolver
         3: .line 335
            aload 2 /* xmlEntityResolver */
            ifnull 13
         4: .line 336
            aload 2 /* xmlEntityResolver */
            instanceof com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
            ifeq 8
         5: .line 338
            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 337
            astore 1 /* entityResolver */
         7: .line 339
            goto 13
         8: .line 340
      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 342
            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 341
            astore 1 /* entityResolver */
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver xmlEntityResolver
        11: .line 345
            goto 13
        12: .line 346
      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 349
      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 374
            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 375
            aload 2 /* xeh */
            instanceof com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
            ifeq 5
         2: .line 376
            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 377
            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 378
            goto 10
         5: .line 380
      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 381
            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 380
            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 383
            goto 10
         9: .line 384
      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 388
      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 399
            aconst_null
            astore 1 /* errorHandler */
        start local 1 // org.xml.sax.ErrorHandler errorHandler
         1: .line 402
            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 401
            astore 2 /* xmlErrorHandler */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler xmlErrorHandler
         3: .line 403
            aload 2 /* xmlErrorHandler */
            ifnull 8
         4: .line 404
            aload 2 /* xmlErrorHandler */
            instanceof com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
            ifeq 8
         5: .line 405
            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 407
            goto 8
         7: .line 408
      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 411
      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 438
            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 439
            iload 2 /* state */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
            if_icmpeq 4
         2: .line 440
            aload 0 /* this */
            iload 2 /* state */
            putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
         3: .line 442
            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 444
      StackMap locals:
      StackMap stack:
            return
         5: .line 451
      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 452
            goto 20
         7: .line 453
      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 454
            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 455
            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 456
            new org.xml.sax.SAXNotRecognizedException
            dup
        11: .line 457
            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 458
            ldc "feature-not-recognized"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
        13: .line 457
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        14: .line 456
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 461
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        16: .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;
        17: .line 463
            ldc "feature-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
        18: .line 462
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        19: .line 461
            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 467
      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 492
            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 493
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
         2: ireturn
         3: .line 500
      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 502
      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 503
            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 504
            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 505
            new org.xml.sax.SAXNotRecognizedException
            dup
         9: .line 506
            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 507
            ldc "feature-not-recognized"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* identifier */
            aastore
        11: .line 506
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        12: .line 505
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 510
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        14: .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;
        15: .line 512
            ldc "feature-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* identifier */
            aastore
        16: .line 511
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        17: .line 510
            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 539
            aload 1 /* propertyId */
            ldc "http://apache.org/xml/properties/security-manager"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 540
            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 541
            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 542
            return
         4: .line 544
      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 545
            aload 2 /* value */
            ifnonnull 8
         6: .line 546
            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 547
            goto 9
         8: .line 548
      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 550
      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 551
            return
        11: .line 554
      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 555
            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 556
            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 559
      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 560
            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 561
            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 563
      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 565
            iload 3 /* index */
            iconst_m1
            if_icmple 21
        19: .line 571
            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 572
            goto 23
        21: .line 574
      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 576
            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 579
      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 584
            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 585
            goto 15
         2: .line 586
      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 587
            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 588
            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 589
            new org.xml.sax.SAXNotRecognizedException
            dup
         6: .line 590
            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 591
            ldc "property-not-recognized"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
         8: .line 590
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         9: .line 589
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 594
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        11: .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;
        12: .line 596
            ldc "property-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
        13: .line 595
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        14: .line 594
            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 600
      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 619
            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 620
            iconst_0
            istore 2 /* deferred */
        start local 2 // boolean deferred
         2: .line 622
            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 623
            goto 5
         4: .line 624
      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 627
      StackMap locals:
      StackMap stack:
            iload 2 /* deferred */
            ifeq 7
         6: .line 628
            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 630
      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 631
            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 630
      StackMap locals:
      StackMap stack: org.w3c.dom.Node
            areturn
        end local 2 // boolean deferred
        11: .line 636
      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 635
            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 637
            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 638
            iload 3 /* index */
            iconst_m1
            if_icmple 17
        15: .line 639
            aload 2 /* spm */
            iload 3 /* index */
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.getValueByIndex:(I)Ljava/lang/String;
        16: areturn
        17: .line 642
      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 644
      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 645
            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 646
            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 647
            new org.xml.sax.SAXNotRecognizedException
            dup
        23: .line 648
            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 649
            ldc "property-not-recognized"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* identifier */
            aastore
        25: .line 648
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        26: .line 647
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 652
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        28: .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;
        29: .line 654
            ldc "property-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* identifier */
            aastore
        30: .line 653
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        31: .line 652
            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 664
            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