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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: new com.ctc.wstx.io.ReaderSource
dup
1: aload 0
aload 1
aload 2
aload 4
aload 5
aload 7
iconst_1
2: 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
start local 8 3: aload 3
ifnull 7
4: aload 8
aload 3
invokevirtual com.ctc.wstx.io.InputBootstrapper.getInputTotal:()I
aload 3
invokevirtual com.ctc.wstx.io.InputBootstrapper.getInputRow:()I
5: aload 3
invokevirtual com.ctc.wstx.io.InputBootstrapper.getInputColumn:()I
ineg
6: invokevirtual com.ctc.wstx.io.ReaderSource.setInputOffsets:(III)V
7: StackMap locals: com.ctc.wstx.io.ReaderSource
StackMap stack:
aload 8
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokevirtual com.ctc.wstx.api.ReaderConfig.getBaseURL:()Ljava/net/URL;
astore 6
start local 6 1: aload 6
ifnull 3
2: aload 6
invokestatic com.ctc.wstx.io.SystemId.construct:(Ljava/net/URL;)Lcom/ctc/wstx/io/SystemId;
astore 3
3: StackMap locals: java.net.URL
StackMap stack:
new com.ctc.wstx.io.BranchingReaderSource
dup
aload 0
aload 2
aload 3
aload 4
iload 5
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
start local 7 4: aload 1
ifnull 8
5: aload 7
aload 1
invokevirtual com.ctc.wstx.io.InputBootstrapper.getInputTotal:()I
aload 1
invokevirtual com.ctc.wstx.io.InputBootstrapper.getInputRow:()I
6: aload 1
invokevirtual com.ctc.wstx.io.InputBootstrapper.getInputColumn:()I
ineg
7: invokevirtual com.ctc.wstx.io.BranchingReaderSource.setInputOffsets:(III)V
8: StackMap locals: com.ctc.wstx.io.BranchingReaderSource
StackMap stack:
aload 7
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 5
invokeinterface javax.xml.stream.Location.getSystemId:()Ljava/lang/String;
aload 6
invokestatic com.ctc.wstx.io.SystemId.construct:(Ljava/lang/String;Ljava/net/URL;)Lcom/ctc/wstx/io/SystemId;
astore 7
start local 7 1: new com.ctc.wstx.io.CharArraySource
dup
aload 0
aload 1
aload 2
iload 3
iload 4
aload 5
aload 7
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 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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"