class org.apache.commons.configuration.XMLConfiguration$1 extends org.xml.sax.helpers.DefaultHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.configuration.XMLConfiguration$1
  super_class: org.xml.sax.helpers.DefaultHandler
{
  final org.apache.commons.configuration.XMLConfiguration this$0;
    descriptor: Lorg/apache/commons/configuration/XMLConfiguration;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void error(org.xml.sax.SAXParseException);
    descriptor: (Lorg/xml/sax/SAXParseException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration.XMLConfiguration$1 this
        start local 1 // org.xml.sax.SAXParseException ex
         0: .line 878
            aload 1 /* ex */
            athrow
        end local 1 // org.xml.sax.SAXParseException ex
        end local 0 // org.apache.commons.configuration.XMLConfiguration$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration/XMLConfiguration$1;
            0    1     1    ex  Lorg/xml/sax/SAXParseException;
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
      Name  Flags
      ex    
}
SourceFile: "XMLConfiguration.java"
EnclosingMethod: org.apache.commons.configuration.XMLConfiguration.createDocumentBuilder:()Ljavax/xml/parsers/DocumentBuilder;
NestHost: org.apache.commons.configuration.XMLConfiguration
InnerClasses:
  org.apache.commons.configuration.XMLConfiguration$1