class org.apache.commons.configuration.XMLPropertiesConfiguration$1 implements org.xml.sax.EntityResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.configuration.XMLPropertiesConfiguration$1
  super_class: java.lang.Object
{
  final org.apache.commons.configuration.XMLPropertiesConfiguration this$0;
    descriptor: Lorg/apache/commons/configuration/XMLPropertiesConfiguration;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.configuration.XMLPropertiesConfiguration);
    descriptor: (Lorg/apache/commons/configuration/XMLPropertiesConfiguration;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration.XMLPropertiesConfiguration$1 this
         0: .line 166
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.configuration.XMLPropertiesConfiguration$1.this$0:Lorg/apache/commons/configuration/XMLPropertiesConfiguration;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.configuration.XMLPropertiesConfiguration$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration/XMLPropertiesConfiguration$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.xml.sax.InputSource resolveEntity(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.configuration.XMLPropertiesConfiguration$1 this
        start local 1 // java.lang.String publicId
        start local 2 // java.lang.String systemId
         0: .line 170
            new org.xml.sax.InputSource
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            ldc "properties.dtd"
            invokevirtual java.lang.ClassLoader.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;
            invokespecial org.xml.sax.InputSource.<init>:(Ljava/io/InputStream;)V
            areturn
        end local 2 // java.lang.String systemId
        end local 1 // java.lang.String publicId
        end local 0 // org.apache.commons.configuration.XMLPropertiesConfiguration$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/commons/configuration/XMLPropertiesConfiguration$1;
            0    1     1  publicId  Ljava/lang/String;
            0    1     2  systemId  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      publicId  
      systemId  
}
SourceFile: "XMLPropertiesConfiguration.java"
EnclosingMethod: org.apache.commons.configuration.XMLPropertiesConfiguration.load:(Ljava/io/Reader;)V
NestHost: org.apache.commons.configuration.XMLPropertiesConfiguration
InnerClasses:
  org.apache.commons.configuration.XMLPropertiesConfiguration$1