public class com.sun.org.apache.xpath.internal.functions.FuncLocalPart 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.FuncLocalPart
  super_class: com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 7591798770325814746

  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.FuncLocalPart this
         0: .line 33
            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.FuncLocalPart this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FuncLocalPart;

  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.FuncLocalPart this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 48
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.functions.FuncLocalPart.getArg0AsNode:(Lcom/sun/org/apache/xpath/internal/XPathContext;)I
            istore 2 /* context */
        start local 2 // int context
         1: .line 49
            iconst_m1
            iload 2 /* context */
            if_icmpne 3
         2: .line 50
            getstatic com.sun.org.apache.xpath.internal.objects.XString.EMPTYSTRING:Lcom/sun/org/apache/xpath/internal/objects/XString;
            areturn
         3: .line 51
      StackMap locals: int
      StackMap stack:
            aload 1 /* xctxt */
            iload 2 /* context */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getDTM:(I)Lcom/sun/org/apache/xml/internal/dtm/DTM;
            astore 3 /* dtm */
        start local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
         4: .line 52
            iload 2 /* context */
            iconst_m1
            if_icmpeq 5
            aload 3 /* dtm */
            iload 2 /* context */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getLocalName:(I)Ljava/lang/String;
            goto 6
      StackMap locals: com.sun.org.apache.xml.internal.dtm.DTM
      StackMap stack:
         5: ldc ""
      StackMap locals:
      StackMap stack: java.lang.String
         6: astore 4 /* s */
        start local 4 // java.lang.String s
         7: .line 53
            aload 4 /* s */
            ldc "#"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 8
            aload 4 /* s */
            ldc "xmlns"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 54
      StackMap locals: java.lang.String
      StackMap stack:
            getstatic com.sun.org.apache.xpath.internal.objects.XString.EMPTYSTRING:Lcom/sun/org/apache/xpath/internal/objects/XString;
            areturn
         9: .line 56
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xpath.internal.objects.XString
            dup
            aload 4 /* s */
            invokespecial com.sun.org.apache.xpath.internal.objects.XString.<init>:(Ljava/lang/String;)V
            areturn
        end local 4 // java.lang.String s
        end local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 2 // int context
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncLocalPart this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/sun/org/apache/xpath/internal/functions/FuncLocalPart;
            0   10     1    xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            1   10     2  context  I
            4   10     3      dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
            7   10     4        s  Ljava/lang/String;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  
}
SourceFile: "FuncLocalPart.java"