public abstract class org.springframework.oxm.support.SaxResourceUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.oxm.support.SaxResourceUtils
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.oxm.support.SaxResourceUtils this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.oxm.support.SaxResourceUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/oxm/support/SaxResourceUtils;

  public static org.xml.sax.InputSource createInputSource(org.springframework.core.io.Resource);
    descriptor: (Lorg/springframework/core/io/Resource;)Lorg/xml/sax/InputSource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.springframework.core.io.Resource resource
         0: .line 45
            new org.xml.sax.InputSource
            dup
            aload 0 /* resource */
            invokeinterface org.springframework.core.io.Resource.getInputStream:()Ljava/io/InputStream;
            invokespecial org.xml.sax.InputSource.<init>:(Ljava/io/InputStream;)V
            astore 1 /* inputSource */
        start local 1 // org.xml.sax.InputSource inputSource
         1: .line 46
            aload 1 /* inputSource */
            aload 0 /* resource */
            invokestatic org.springframework.oxm.support.SaxResourceUtils.getSystemId:(Lorg/springframework/core/io/Resource;)Ljava/lang/String;
            invokevirtual org.xml.sax.InputSource.setSystemId:(Ljava/lang/String;)V
         2: .line 47
            aload 1 /* inputSource */
            areturn
        end local 1 // org.xml.sax.InputSource inputSource
        end local 0 // org.springframework.core.io.Resource resource
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0     resource  Lorg/springframework/core/io/Resource;
            1    3     1  inputSource  Lorg/xml/sax/InputSource;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      resource  

  private static java.lang.String getSystemId(org.springframework.core.io.Resource);
    descriptor: (Lorg/springframework/core/io/Resource;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.io.Resource resource
         0: .line 57
            aload 0 /* resource */
            invokeinterface org.springframework.core.io.Resource.getURI:()Ljava/net/URI;
            invokevirtual java.net.URI.toString:()Ljava/lang/String;
         1: areturn
         2: .line 59
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
         3: .line 60
            aconst_null
            areturn
        end local 0 // org.springframework.core.io.Resource resource
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  resource  Lorg/springframework/core/io/Resource;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
          Name  Flags
      resource  
}
SourceFile: "SaxResourceUtils.java"