public class com.sun.org.apache.xpath.internal.functions.FuncDoclocation extends com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xpath.internal.functions.FuncDoclocation
super_class: com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg
{
static final long serialVersionUID;
descriptor: J
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 7469213946343568769
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.sun.org.apache.xpath.internal.functions.FuncDoclocation this
0: .line 34
aload 0 /* this */
invokespecial com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg.<init>:()V
return
end local 0 // com.sun.org.apache.xpath.internal.functions.FuncDoclocation this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/functions/FuncDoclocation;
public com.sun.org.apache.xpath.internal.objects.XObject execute(com.sun.org.apache.xpath.internal.XPathContext);
descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 // com.sun.org.apache.xpath.internal.functions.FuncDoclocation this
start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
0: .line 49
aload 0 /* this */
aload 1 /* xctxt */
invokevirtual com.sun.org.apache.xpath.internal.functions.FuncDoclocation.getArg0AsNode:(Lcom/sun/org/apache/xpath/internal/XPathContext;)I
istore 2 /* whereNode */
start local 2 // int whereNode
1: .line 50
aconst_null
astore 3 /* fileLocation */
start local 3 // java.lang.String fileLocation
2: .line 52
iconst_m1
iload 2 /* whereNode */
if_icmpeq 8
3: .line 54
aload 1 /* xctxt */
iload 2 /* whereNode */
invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getDTM:(I)Lcom/sun/org/apache/xml/internal/dtm/DTM;
astore 4 /* dtm */
start local 4 // com.sun.org.apache.xml.internal.dtm.DTM dtm
4: .line 57
bipush 11
aload 4 /* dtm */
iload 2 /* whereNode */
invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getNodeType:(I)S
if_icmpne 6
5: .line 59
aload 4 /* dtm */
iload 2 /* whereNode */
invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getFirstChild:(I)I
istore 2 /* whereNode */
6: .line 62
StackMap locals: int java.lang.String com.sun.org.apache.xml.internal.dtm.DTM
StackMap stack:
iconst_m1
iload 2 /* whereNode */
if_icmpeq 8
7: .line 64
aload 4 /* dtm */
invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getDocumentBaseURI:()Ljava/lang/String;
astore 3 /* fileLocation */
end local 4 // com.sun.org.apache.xml.internal.dtm.DTM dtm
8: .line 68
StackMap locals:
StackMap stack:
new com.sun.org.apache.xpath.internal.objects.XString
dup
aload 3 /* fileLocation */
ifnull 9
aload 3 /* fileLocation */
goto 10
StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncDoclocation com.sun.org.apache.xpath.internal.XPathContext int java.lang.String
StackMap stack: new 8 new 8
9: ldc ""
StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncDoclocation com.sun.org.apache.xpath.internal.XPathContext int java.lang.String
StackMap stack: new 8 new 8 java.lang.String
10: invokespecial com.sun.org.apache.xpath.internal.objects.XString.<init>:(Ljava/lang/String;)V
areturn
end local 3 // java.lang.String fileLocation
end local 2 // int whereNode
end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
end local 0 // com.sun.org.apache.xpath.internal.functions.FuncDoclocation this
LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/org/apache/xpath/internal/functions/FuncDoclocation;
0 11 1 xctxt Lcom/sun/org/apache/xpath/internal/XPathContext;
1 11 2 whereNode I
2 11 3 fileLocation Ljava/lang/String;
4 8 4 dtm Lcom/sun/org/apache/xml/internal/dtm/DTM;
Exceptions:
throws javax.xml.transform.TransformerException
MethodParameters:
Name Flags
xctxt
}
SourceFile: "FuncDoclocation.java"