public class com.sun.org.apache.xpath.internal.functions.FuncLang extends com.sun.org.apache.xpath.internal.functions.FunctionOneArg
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xpath.internal.functions.FuncLang
super_class: com.sun.org.apache.xpath.internal.functions.FunctionOneArg
{
static final long serialVersionUID;
descriptor: J
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: -7868705139354872185
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.sun.org.apache.xpath.internal.functions.FunctionOneArg.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/functions/FuncLang;
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=4, locals=9, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xpath.internal.functions.FuncLang.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
aload 1
invokevirtual com.sun.org.apache.xpath.internal.Expression.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.str:()Ljava/lang/String;
astore 2
start local 2 1: aload 1
invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getCurrentNode:()I
istore 3
start local 3 2: iconst_0
istore 4
start local 4 3: aload 1
iload 3
invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getDTM:(I)Lcom/sun/org/apache/xml/internal/dtm/DTM;
astore 5
start local 5 4: goto 16
5: StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncLang com.sun.org.apache.xpath.internal.XPathContext java.lang.String int int com.sun.org.apache.xml.internal.dtm.DTM
StackMap stack:
iconst_1
aload 5
iload 3
invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getNodeType:(I)S
if_icmpne 15
6: aload 5
iload 3
ldc "http://www.w3.org/XML/1998/namespace"
ldc "lang"
invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getAttributeNode:(ILjava/lang/String;Ljava/lang/String;)I
istore 6
start local 6 7: iconst_m1
iload 6
if_icmpeq 15
8: aload 5
iload 6
invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getNodeValue:(I)Ljava/lang/String;
astore 7
start local 7 9: aload 7
invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
aload 2
invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
ifeq 17
10: aload 2
invokevirtual java.lang.String.length:()I
istore 8
start local 8 11: aload 7
invokevirtual java.lang.String.length:()I
iload 8
if_icmpeq 13
12: aload 7
iload 8
invokevirtual java.lang.String.charAt:(I)C
bipush 45
if_icmpne 17
13: StackMap locals: int java.lang.String int
StackMap stack:
iconst_1
istore 4
end local 8 14: goto 17
end local 7 end local 6 15: StackMap locals:
StackMap stack:
aload 5
iload 3
invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getParent:(I)I
istore 3
16: StackMap locals:
StackMap stack:
iconst_m1
iload 3
if_icmpne 5
17: StackMap locals:
StackMap stack:
iload 4
ifeq 18
getstatic com.sun.org.apache.xpath.internal.objects.XBoolean.S_TRUE:Lcom/sun/org/apache/xpath/internal/objects/XBoolean;
goto 19
StackMap locals:
StackMap stack:
18: getstatic com.sun.org.apache.xpath.internal.objects.XBoolean.S_FALSE:Lcom/sun/org/apache/xpath/internal/objects/XBoolean;
StackMap locals:
StackMap stack: com.sun.org.apache.xpath.internal.objects.XBoolean
19: areturn
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 20 0 this Lcom/sun/org/apache/xpath/internal/functions/FuncLang;
0 20 1 xctxt Lcom/sun/org/apache/xpath/internal/XPathContext;
1 20 2 lang Ljava/lang/String;
2 20 3 parent I
3 20 4 isLang Z
4 20 5 dtm Lcom/sun/org/apache/xml/internal/dtm/DTM;
7 15 6 langAttr I
9 15 7 langVal Ljava/lang/String;
11 14 8 valLen I
Exceptions:
throws javax.xml.transform.TransformerException
MethodParameters:
Name Flags
xctxt
}
SourceFile: "FuncLang.java"