public final class com.ctc.wstx.io.InputSourceFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.ctc.wstx.io.InputSourceFactory
  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 // com.ctc.wstx.io.InputSourceFactory this
         0: .line 14
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.ctc.wstx.io.InputSourceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/InputSourceFactory;

  public static com.ctc.wstx.io.ReaderSource constructEntitySource(com.ctc.wstx.api.ReaderConfig, com.ctc.wstx.io.WstxInputSource, java.lang.String, com.ctc.wstx.io.InputBootstrapper, java.lang.String, com.ctc.wstx.io.SystemId, int, java.io.Reader);
    descriptor: (Lcom/ctc/wstx/api/ReaderConfig;Lcom/ctc/wstx/io/WstxInputSource;Ljava/lang/String;Lcom/ctc/wstx/io/InputBootstrapper;Ljava/lang/String;Lcom/ctc/wstx/io/SystemId;ILjava/io/Reader;)Lcom/ctc/wstx/io/ReaderSource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=9, locals=9, args_size=8
        start local 0 // com.ctc.wstx.api.ReaderConfig cfg
        start local 1 // com.ctc.wstx.io.WstxInputSource parent
        start local 2 // java.lang.String entityName
        start local 3 // com.ctc.wstx.io.InputBootstrapper bs
        start local 4 // java.lang.String pubId
        start local 5 // com.ctc.wstx.io.SystemId sysId
        start local 6 // int xmlVersion
        start local 7 // java.io.Reader r
         0: .line 33
            new com.ctc.wstx.io.ReaderSource
            dup
         1: .line 34
            aload 0 /* cfg */
            aload 1 /* parent */
            aload 2 /* entityName */
            aload 4 /* pubId */
            aload 5 /* sysId */
            aload 7 /* r */
            iconst_1
         2: .line 33
            invokespecial com.ctc.wstx.io.ReaderSource.<init>:(Lcom/ctc/wstx/api/ReaderConfig;Lcom/ctc/wstx/io/WstxInputSource;Ljava/lang/String;Ljava/lang/String;Lcom/ctc/wstx/io/SystemId;Ljava/io/Reader;Z)V
            astore 8 /* rs */
        start local 8 // com.ctc.wstx.io.ReaderSource rs
         3: .line 35
            aload 3 /* bs */
            ifnull 7
         4: .line 36
            aload 8 /* rs */
            aload 3 /* bs */
            invokevirtual com.ctc.wstx.io.InputBootstrapper.getInputTotal:()I
            aload 3 /* bs */
            invokevirtual com.ctc.wstx.io.InputBootstrapper.getInputRow:()I
         5: .line 37
            aload 3 /* bs */
            invokevirtual com.ctc.wstx.io.InputBootstrapper.getInputColumn:()I
            ineg
         6: .line 36
            invokevirtual com.ctc.wstx.io.ReaderSource.setInputOffsets:(III)V
         7: .line 39
      StackMap locals: com.ctc.wstx.io.ReaderSource
      StackMap stack:
            aload 8 /* rs */
            areturn
        end local 8 // com.ctc.wstx.io.ReaderSource rs
        end local 7 // java.io.Reader r
        end local 6 // int xmlVersion
        end local 5 // com.ctc.wstx.io.SystemId sysId
        end local 4 // java.lang.String pubId
        end local 3 // com.ctc.wstx.io.InputBootstrapper bs
        end local 2 // java.lang.String entityName
        end local 1 // com.ctc.wstx.io.WstxInputSource parent
        end local 0 // com.ctc.wstx.api.ReaderConfig cfg
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0         cfg  Lcom/ctc/wstx/api/ReaderConfig;
            0    8     1      parent  Lcom/ctc/wstx/io/WstxInputSource;
            0    8     2  entityName  Ljava/lang/String;
            0    8     3          bs  Lcom/ctc/wstx/io/InputBootstrapper;
            0    8     4       pubId  Ljava/lang/String;
            0    8     5       sysId  Lcom/ctc/wstx/io/SystemId;
            0    8     6  xmlVersion  I
            0    8     7           r  Ljava/io/Reader;
            3    8     8          rs  Lcom/ctc/wstx/io/ReaderSource;
    MethodParameters:
            Name  Flags
      cfg         
      parent      
      entityName  
      bs          
      pubId       
      sysId       
      xmlVersion  
      r           

  public static com.ctc.wstx.io.BranchingReaderSource constructDocumentSource(com.ctc.wstx.api.ReaderConfig, com.ctc.wstx.io.InputBootstrapper, java.lang.String, com.ctc.wstx.io.SystemId, java.io.Reader, boolean);
    descriptor: (Lcom/ctc/wstx/api/ReaderConfig;Lcom/ctc/wstx/io/InputBootstrapper;Ljava/lang/String;Lcom/ctc/wstx/io/SystemId;Ljava/io/Reader;Z)Lcom/ctc/wstx/io/BranchingReaderSource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // com.ctc.wstx.api.ReaderConfig cfg
        start local 1 // com.ctc.wstx.io.InputBootstrapper bs
        start local 2 // java.lang.String pubId
        start local 3 // com.ctc.wstx.io.SystemId sysId
        start local 4 // java.io.Reader r
        start local 5 // boolean realClose
         0: .line 53
            aload 0 /* cfg */
            invokevirtual com.ctc.wstx.api.ReaderConfig.getBaseURL:()Ljava/net/URL;
            astore 6 /* url */
        start local 6 // java.net.URL url
         1: .line 54
            aload 6 /* url */
            ifnull 3
         2: .line 55
            aload 6 /* url */
            invokestatic com.ctc.wstx.io.SystemId.construct:(Ljava/net/URL;)Lcom/ctc/wstx/io/SystemId;
            astore 3 /* sysId */
         3: .line 57
      StackMap locals: java.net.URL
      StackMap stack:
            new com.ctc.wstx.io.BranchingReaderSource
            dup
            aload 0 /* cfg */
            aload 2 /* pubId */
            aload 3 /* sysId */
            aload 4 /* r */
            iload 5 /* realClose */
            invokespecial com.ctc.wstx.io.BranchingReaderSource.<init>:(Lcom/ctc/wstx/api/ReaderConfig;Ljava/lang/String;Lcom/ctc/wstx/io/SystemId;Ljava/io/Reader;Z)V
            astore 7 /* rs */
        start local 7 // com.ctc.wstx.io.BranchingReaderSource rs
         4: .line 58
            aload 1 /* bs */
            ifnull 8
         5: .line 59
            aload 7 /* rs */
            aload 1 /* bs */
            invokevirtual com.ctc.wstx.io.InputBootstrapper.getInputTotal:()I
            aload 1 /* bs */
            invokevirtual com.ctc.wstx.io.InputBootstrapper.getInputRow:()I
         6: .line 60
            aload 1 /* bs */
            invokevirtual com.ctc.wstx.io.InputBootstrapper.getInputColumn:()I
            ineg
         7: .line 59
            invokevirtual com.ctc.wstx.io.BranchingReaderSource.setInputOffsets:(III)V
         8: .line 62
      StackMap locals: com.ctc.wstx.io.BranchingReaderSource
      StackMap stack:
            aload 7 /* rs */
            areturn
        end local 7 // com.ctc.wstx.io.BranchingReaderSource rs
        end local 6 // java.net.URL url
        end local 5 // boolean realClose
        end local 4 // java.io.Reader r
        end local 3 // com.ctc.wstx.io.SystemId sysId
        end local 2 // java.lang.String pubId
        end local 1 // com.ctc.wstx.io.InputBootstrapper bs
        end local 0 // com.ctc.wstx.api.ReaderConfig cfg
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0        cfg  Lcom/ctc/wstx/api/ReaderConfig;
            0    9     1         bs  Lcom/ctc/wstx/io/InputBootstrapper;
            0    9     2      pubId  Ljava/lang/String;
            0    9     3      sysId  Lcom/ctc/wstx/io/SystemId;
            0    9     4          r  Ljava/io/Reader;
            0    9     5  realClose  Z
            1    9     6        url  Ljava/net/URL;
            4    9     7         rs  Lcom/ctc/wstx/io/BranchingReaderSource;
    MethodParameters:
           Name  Flags
      cfg        
      bs         
      pubId      
      sysId      
      r          
      realClose  

  public static com.ctc.wstx.io.WstxInputSource constructCharArraySource(com.ctc.wstx.io.WstxInputSource, java.lang.String, char[], int, int, javax.xml.stream.Location, java.net.URL);
    descriptor: (Lcom/ctc/wstx/io/WstxInputSource;Ljava/lang/String;[CIILjavax/xml/stream/Location;Ljava/net/URL;)Lcom/ctc/wstx/io/WstxInputSource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=9, locals=8, args_size=7
        start local 0 // com.ctc.wstx.io.WstxInputSource parent
        start local 1 // java.lang.String fromEntity
        start local 2 // char[] text
        start local 3 // int offset
        start local 4 // int len
        start local 5 // javax.xml.stream.Location loc
        start local 6 // java.net.URL src
         0: .line 73
            aload 5 /* loc */
            invokeinterface javax.xml.stream.Location.getSystemId:()Ljava/lang/String;
            aload 6 /* src */
            invokestatic com.ctc.wstx.io.SystemId.construct:(Ljava/lang/String;Ljava/net/URL;)Lcom/ctc/wstx/io/SystemId;
            astore 7 /* sysId */
        start local 7 // com.ctc.wstx.io.SystemId sysId
         1: .line 74
            new com.ctc.wstx.io.CharArraySource
            dup
            aload 0 /* parent */
            aload 1 /* fromEntity */
            aload 2 /* text */
            iload 3 /* offset */
            iload 4 /* len */
            aload 5 /* loc */
            aload 7 /* sysId */
            invokespecial com.ctc.wstx.io.CharArraySource.<init>:(Lcom/ctc/wstx/io/WstxInputSource;Ljava/lang/String;[CIILjavax/xml/stream/Location;Lcom/ctc/wstx/io/SystemId;)V
            areturn
        end local 7 // com.ctc.wstx.io.SystemId sysId
        end local 6 // java.net.URL src
        end local 5 // javax.xml.stream.Location loc
        end local 4 // int len
        end local 3 // int offset
        end local 2 // char[] text
        end local 1 // java.lang.String fromEntity
        end local 0 // com.ctc.wstx.io.WstxInputSource parent
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0      parent  Lcom/ctc/wstx/io/WstxInputSource;
            0    2     1  fromEntity  Ljava/lang/String;
            0    2     2        text  [C
            0    2     3      offset  I
            0    2     4         len  I
            0    2     5         loc  Ljavax/xml/stream/Location;
            0    2     6         src  Ljava/net/URL;
            1    2     7       sysId  Lcom/ctc/wstx/io/SystemId;
    MethodParameters:
            Name  Flags
      parent      
      fromEntity  
      text        
      offset      
      len         
      loc         
      src         
}
SourceFile: "InputSourceFactory.java"