final class org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader implements org.xml.sax.XMLReader
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader
  super_class: java.lang.Object
{
  private final org.springframework.oxm.Marshaller marshaller;
    descriptor: Lorg/springframework/oxm/Marshaller;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object content;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.xml.sax.DTDHandler dtdHandler;
    descriptor: Lorg/xml/sax/DTDHandler;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private org.xml.sax.ContentHandler contentHandler;
    descriptor: Lorg/xml/sax/ContentHandler;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private org.xml.sax.EntityResolver entityResolver;
    descriptor: Lorg/xml/sax/EntityResolver;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private org.xml.sax.ErrorHandler errorHandler;
    descriptor: Lorg/xml/sax/ErrorHandler;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private org.xml.sax.ext.LexicalHandler lexicalHandler;
    descriptor: Lorg/xml/sax/ext/LexicalHandler;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private void <init>(org.springframework.oxm.Marshaller, java.lang.Object);
    descriptor: (Lorg/springframework/oxm/Marshaller;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
        start local 1 // org.springframework.oxm.Marshaller marshaller
        start local 2 // java.lang.Object content
         0: .line 126
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 127
            aload 1 /* marshaller */
            ldc "'marshaller' must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 128
            aload 2 /* content */
            ldc "'content' must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         3: .line 129
            aload 0 /* this */
            aload 1 /* marshaller */
            putfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.marshaller:Lorg/springframework/oxm/Marshaller;
         4: .line 130
            aload 0 /* this */
            aload 2 /* content */
            putfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.content:Ljava/lang/Object;
         5: .line 131
            return
        end local 2 // java.lang.Object content
        end local 1 // org.springframework.oxm.Marshaller marshaller
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
            0    6     1  marshaller  Lorg/springframework/oxm/Marshaller;
            0    6     2     content  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      marshaller  
      content     

  public void setContentHandler(org.xml.sax.ContentHandler);
    descriptor: (Lorg/xml/sax/ContentHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
        start local 1 // org.xml.sax.ContentHandler contentHandler
         0: .line 135
            aload 0 /* this */
            aload 1 /* contentHandler */
            putfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.contentHandler:Lorg/xml/sax/ContentHandler;
         1: .line 136
            return
        end local 1 // org.xml.sax.ContentHandler contentHandler
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
            0    2     1  contentHandler  Lorg/xml/sax/ContentHandler;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      contentHandler  

  public org.xml.sax.ContentHandler getContentHandler();
    descriptor: ()Lorg/xml/sax/ContentHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
         0: .line 141
            aload 0 /* this */
            getfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.contentHandler:Lorg/xml/sax/ContentHandler;
            areturn
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setDTDHandler(org.xml.sax.DTDHandler);
    descriptor: (Lorg/xml/sax/DTDHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
        start local 1 // org.xml.sax.DTDHandler dtdHandler
         0: .line 146
            aload 0 /* this */
            aload 1 /* dtdHandler */
            putfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.dtdHandler:Lorg/xml/sax/DTDHandler;
         1: .line 147
            return
        end local 1 // org.xml.sax.DTDHandler dtdHandler
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
            0    2     1  dtdHandler  Lorg/xml/sax/DTDHandler;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      dtdHandler  

  public org.xml.sax.DTDHandler getDTDHandler();
    descriptor: ()Lorg/xml/sax/DTDHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
         0: .line 152
            aload 0 /* this */
            getfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.dtdHandler:Lorg/xml/sax/DTDHandler;
            areturn
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setEntityResolver(org.xml.sax.EntityResolver);
    descriptor: (Lorg/xml/sax/EntityResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
        start local 1 // org.xml.sax.EntityResolver entityResolver
         0: .line 157
            aload 0 /* this */
            aload 1 /* entityResolver */
            putfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.entityResolver:Lorg/xml/sax/EntityResolver;
         1: .line 158
            return
        end local 1 // org.xml.sax.EntityResolver entityResolver
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
            0    2     1  entityResolver  Lorg/xml/sax/EntityResolver;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      entityResolver  

  public org.xml.sax.EntityResolver getEntityResolver();
    descriptor: ()Lorg/xml/sax/EntityResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
         0: .line 163
            aload 0 /* this */
            getfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.entityResolver:Lorg/xml/sax/EntityResolver;
            areturn
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setErrorHandler(org.xml.sax.ErrorHandler);
    descriptor: (Lorg/xml/sax/ErrorHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
        start local 1 // org.xml.sax.ErrorHandler errorHandler
         0: .line 168
            aload 0 /* this */
            aload 1 /* errorHandler */
            putfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.errorHandler:Lorg/xml/sax/ErrorHandler;
         1: .line 169
            return
        end local 1 // org.xml.sax.ErrorHandler errorHandler
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
            0    2     1  errorHandler  Lorg/xml/sax/ErrorHandler;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      errorHandler  

  public org.xml.sax.ErrorHandler getErrorHandler();
    descriptor: ()Lorg/xml/sax/ErrorHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
         0: .line 174
            aload 0 /* this */
            getfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.errorHandler:Lorg/xml/sax/ErrorHandler;
            areturn
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected org.xml.sax.ext.LexicalHandler getLexicalHandler();
    descriptor: ()Lorg/xml/sax/ext/LexicalHandler;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
         0: .line 179
            aload 0 /* this */
            getfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.lexicalHandler:Lorg/xml/sax/ext/LexicalHandler;
            areturn
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public boolean getFeature(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
        start local 1 // java.lang.String name
         0: .line 184
            new org.xml.sax.SAXNotRecognizedException
            dup
            aload 1 /* name */
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String name
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException
    MethodParameters:
      Name  Flags
      name  

  public void setFeature(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
        start local 1 // java.lang.String name
        start local 2 // boolean value
         0: .line 189
            new org.xml.sax.SAXNotRecognizedException
            dup
            aload 1 /* name */
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // boolean value
        end local 1 // java.lang.String name
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
            0    1     1   name  Ljava/lang/String;
            0    1     2  value  Z
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException
    MethodParameters:
       Name  Flags
      name   
      value  

  public java.lang.Object getProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
        start local 1 // java.lang.String name
         0: .line 195
            ldc "http://xml.org/sax/properties/lexical-handler"
            aload 1 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 196
            aload 0 /* this */
            getfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.lexicalHandler:Lorg/xml/sax/ext/LexicalHandler;
            areturn
         2: .line 199
      StackMap locals:
      StackMap stack:
            new org.xml.sax.SAXNotRecognizedException
            dup
            aload 1 /* name */
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String name
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
            0    3     1  name  Ljava/lang/String;
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      name  

  public void setProperty(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 205
            ldc "http://xml.org/sax/properties/lexical-handler"
            aload 1 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 206
            aload 0 /* this */
            aload 2 /* value */
            checkcast org.xml.sax.ext.LexicalHandler
            putfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.lexicalHandler:Lorg/xml/sax/ext/LexicalHandler;
         2: .line 207
            goto 4
         3: .line 209
      StackMap locals:
      StackMap stack:
            new org.xml.sax.SAXNotRecognizedException
            dup
            aload 1 /* name */
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 211
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
            0    5     1   name  Ljava/lang/String;
            0    5     2  value  Ljava/lang/Object;
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException
    MethodParameters:
       Name  Flags
      name   
      value  

  public void parse(org.xml.sax.InputSource);
    descriptor: (Lorg/xml/sax/InputSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
        start local 1 // org.xml.sax.InputSource input
         0: .line 215
            aload 0 /* this */
            invokevirtual org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.parse:()V
         1: .line 216
            return
        end local 1 // org.xml.sax.InputSource input
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
            0    2     1  input  Lorg/xml/sax/InputSource;
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
       Name  Flags
      input  

  public void parse(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
        start local 1 // java.lang.String systemId
         0: .line 220
            aload 0 /* this */
            invokevirtual org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.parse:()V
         1: .line 221
            return
        end local 1 // java.lang.String systemId
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
            0    2     1  systemId  Ljava/lang/String;
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
          Name  Flags
      systemId  

  private void parse();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
         0: .line 224
            new javax.xml.transform.sax.SAXResult
            dup
            aload 0 /* this */
            invokevirtual org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.getContentHandler:()Lorg/xml/sax/ContentHandler;
            invokespecial javax.xml.transform.sax.SAXResult.<init>:(Lorg/xml/sax/ContentHandler;)V
            astore 1 /* result */
        start local 1 // javax.xml.transform.sax.SAXResult result
         1: .line 225
            aload 1 /* result */
            aload 0 /* this */
            invokevirtual org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.getLexicalHandler:()Lorg/xml/sax/ext/LexicalHandler;
            invokevirtual javax.xml.transform.sax.SAXResult.setLexicalHandler:(Lorg/xml/sax/ext/LexicalHandler;)V
         2: .line 227
            aload 0 /* this */
            getfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.marshaller:Lorg/springframework/oxm/Marshaller;
            aload 0 /* this */
            getfield org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.content:Ljava/lang/Object;
            aload 1 /* result */
            invokeinterface org.springframework.oxm.Marshaller.marshal:(Ljava/lang/Object;Ljavax/xml/transform/Result;)V
         3: .line 228
            goto 11
         4: .line 229
      StackMap locals: org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader javax.xml.transform.sax.SAXResult
      StackMap stack: java.io.IOException
            astore 2 /* ex */
        start local 2 // java.io.IOException ex
         5: .line 230
            new org.xml.sax.SAXParseException
            dup
            aload 2 /* ex */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            aconst_null
            aconst_null
            iconst_m1
            iconst_m1
            aload 2 /* ex */
            invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IILjava/lang/Exception;)V
            astore 3 /* saxException */
        start local 3 // org.xml.sax.SAXParseException saxException
         6: .line 231
            aload 0 /* this */
            invokevirtual org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.getErrorHandler:()Lorg/xml/sax/ErrorHandler;
            astore 4 /* errorHandler */
        start local 4 // org.xml.sax.ErrorHandler errorHandler
         7: .line 232
            aload 4 /* errorHandler */
            ifnull 10
         8: .line 233
            aload 4 /* errorHandler */
            aload 3 /* saxException */
            invokeinterface org.xml.sax.ErrorHandler.fatalError:(Lorg/xml/sax/SAXParseException;)V
         9: .line 234
            goto 11
        10: .line 236
      StackMap locals: java.io.IOException org.xml.sax.SAXParseException org.xml.sax.ErrorHandler
      StackMap stack:
            aload 3 /* saxException */
            athrow
        end local 4 // org.xml.sax.ErrorHandler errorHandler
        end local 3 // org.xml.sax.SAXParseException saxException
        end local 2 // java.io.IOException ex
        11: .line 239
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.xml.transform.sax.SAXResult result
        end local 0 // org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lorg/springframework/oxm/support/MarshallingSource$MarshallingXMLReader;
            1   12     1        result  Ljavax/xml/transform/sax/SAXResult;
            5   11     2            ex  Ljava/io/IOException;
            6   11     3  saxException  Lorg/xml/sax/SAXParseException;
            7   11     4  errorHandler  Lorg/xml/sax/ErrorHandler;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException
    Exceptions:
      throws org.xml.sax.SAXException
}
SourceFile: "MarshallingSource.java"
NestHost: org.springframework.oxm.support.MarshallingSource
InnerClasses:
  private final MarshallingXMLReader = org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader of org.springframework.oxm.support.MarshallingSource