class com.sun.xml.internal.fastinfoset.tools.TransformInputOutput$1 implements org.xml.sax.EntityResolver
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.xml.internal.fastinfoset.tools.TransformInputOutput$1
super_class: java.lang.Object
{
private final java.lang.String val$workingDirectory;
descriptor: Ljava/lang/String;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.xml.internal.fastinfoset.tools.TransformInputOutput$1 this
0: .line 84
aload 0 /* this */
aload 1
putfield com.sun.xml.internal.fastinfoset.tools.TransformInputOutput$1.val$workingDirectory:Ljava/lang/String;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.sun.xml.internal.fastinfoset.tools.TransformInputOutput$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/fastinfoset/tools/TransformInputOutput$1;
MethodParameters:
Name Flags
val$workingDirectory final
public org.xml.sax.InputSource resolveEntity(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=3
start local 0 // com.sun.xml.internal.fastinfoset.tools.TransformInputOutput$1 this
start local 1 // java.lang.String publicId
start local 2 // java.lang.String systemId
0: .line 86
aload 2 /* systemId */
ifnull 6
aload 2 /* systemId */
ldc "file:/"
invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
ifeq 6
1: .line 87
new java.io.File
dup
aload 0 /* this */
getfield com.sun.xml.internal.fastinfoset.tools.TransformInputOutput$1.val$workingDirectory:Ljava/lang/String;
invokespecial java.io.File.<init>:(Ljava/lang/String;)V
invokevirtual java.io.File.toURI:()Ljava/net/URI;
astore 3 /* workingDirectoryURI */
start local 3 // java.net.URI workingDirectoryURI
2: .line 91
getstatic com.sun.xml.internal.fastinfoset.tools.TransformInputOutput.currentJavaWorkingDirectory:Ljava/net/URI;
aload 3 /* workingDirectoryURI */
new java.io.File
dup
new java.net.URI
dup
aload 2 /* systemId */
invokespecial java.net.URI.<init>:(Ljava/lang/String;)V
invokespecial java.io.File.<init>:(Ljava/net/URI;)V
invokevirtual java.io.File.toURI:()Ljava/net/URI;
invokestatic com.sun.xml.internal.fastinfoset.tools.TransformInputOutput.convertToNewWorkingDirectory:(Ljava/net/URI;Ljava/net/URI;Ljava/net/URI;)Ljava/net/URI;
astore 4 /* workingFile */
start local 4 // java.net.URI workingFile
3: .line 92
new org.xml.sax.InputSource
dup
aload 4 /* workingFile */
invokevirtual java.net.URI.toString:()Ljava/lang/String;
invokespecial org.xml.sax.InputSource.<init>:(Ljava/lang/String;)V
4: areturn
end local 4 // java.net.URI workingFile
5: .line 93
StackMap locals: com.sun.xml.internal.fastinfoset.tools.TransformInputOutput$1 java.lang.String java.lang.String java.net.URI
StackMap stack: java.net.URISyntaxException
pop
end local 3 // java.net.URI workingDirectoryURI
6: .line 97
StackMap locals:
StackMap stack:
aconst_null
areturn
end local 2 // java.lang.String systemId
end local 1 // java.lang.String publicId
end local 0 // com.sun.xml.internal.fastinfoset.tools.TransformInputOutput$1 this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/xml/internal/fastinfoset/tools/TransformInputOutput$1;
0 7 1 publicId Ljava/lang/String;
0 7 2 systemId Ljava/lang/String;
2 6 3 workingDirectoryURI Ljava/net/URI;
3 5 4 workingFile Ljava/net/URI;
Exception table:
from to target type
2 4 5 Class java.net.URISyntaxException
Exceptions:
throws org.xml.sax.SAXException, java.io.IOException
MethodParameters:
Name Flags
publicId
systemId
}
SourceFile: "TransformInputOutput.java"
EnclosingMethod: com.sun.xml.internal.fastinfoset.tools.TransformInputOutput.createRelativePathResolver:(Ljava/lang/String;)Lorg/xml/sax/EntityResolver;
NestHost: com.sun.xml.internal.fastinfoset.tools.TransformInputOutput
InnerClasses:
com.sun.xml.internal.fastinfoset.tools.TransformInputOutput$1