class org.apache.xerces.impl.XMLErrorReporter$1 extends org.apache.xerces.util.ErrorHandlerProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.xerces.impl.XMLErrorReporter$1
  super_class: org.apache.xerces.util.ErrorHandlerProxy
{
  final org.apache.xerces.impl.XMLErrorReporter this$0;
    descriptor: Lorg/apache/xerces/impl/XMLErrorReporter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.xerces.impl.XMLErrorReporter);
    descriptor: (Lorg/apache/xerces/impl/XMLErrorReporter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xerces.impl.XMLErrorReporter$1 this
         0: .line 606
            aload 0 /* this */
            aload 1
            putfield org.apache.xerces.impl.XMLErrorReporter$1.this$0:Lorg/apache/xerces/impl/XMLErrorReporter;
            aload 0 /* this */
            invokespecial org.apache.xerces.util.ErrorHandlerProxy.<init>:()V
            return
        end local 0 // org.apache.xerces.impl.XMLErrorReporter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xerces/impl/XMLErrorReporter$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected org.apache.xerces.xni.parser.XMLErrorHandler getErrorHandler();
    descriptor: ()Lorg/apache/xerces/xni/parser/XMLErrorHandler;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xerces.impl.XMLErrorReporter$1 this
         0: .line 608
            aload 0 /* this */
            getfield org.apache.xerces.impl.XMLErrorReporter$1.this$0:Lorg/apache/xerces/impl/XMLErrorReporter;
            getfield org.apache.xerces.impl.XMLErrorReporter.fErrorHandler:Lorg/apache/xerces/xni/parser/XMLErrorHandler;
            areturn
        end local 0 // org.apache.xerces.impl.XMLErrorReporter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xerces/impl/XMLErrorReporter$1;
}
SourceFile: "XMLErrorReporter.java"
EnclosingMethod: org.apache.xerces.impl.XMLErrorReporter.getSAXErrorHandler:()Lorg/xml/sax/ErrorHandler;
NestHost: org.apache.xerces.impl.XMLErrorReporter
InnerClasses:
  org.apache.xerces.impl.XMLErrorReporter$1