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

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

  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=6, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncNamespace 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.FuncNamespace.getArg0AsNode:(Lcom/sun/org/apache/xpath/internal/XPathContext;)I
            istore 2 /* context */
        start local 2 // int context
         1: .line 51
            iload 2 /* context */
            iconst_m1
            if_icmpeq 14
         2: .line 53
            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 4 /* dtm */
        start local 4 // com.sun.org.apache.xml.internal.dtm.DTM dtm
         3: .line 54
            aload 4 /* dtm */
            iload 2 /* context */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getNodeType:(I)S
            istore 5 /* t */
        start local 5 // int t
         4: .line 55
            iload 5 /* t */
            iconst_1
            if_icmpne 7
         5: .line 57
            aload 4 /* dtm */
            iload 2 /* context */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getNamespaceURI:(I)Ljava/lang/String;
            astore 3 /* s */
        start local 3 // java.lang.String s
         6: .line 58
            goto 15
        end local 3 // java.lang.String s
         7: .line 59
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncNamespace com.sun.org.apache.xpath.internal.XPathContext int top com.sun.org.apache.xml.internal.dtm.DTM int
      StackMap stack:
            iload 5 /* t */
            iconst_2
            if_icmpne 13
         8: .line 65
            aload 4 /* dtm */
            iload 2 /* context */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getNodeName:(I)Ljava/lang/String;
            astore 3 /* s */
        start local 3 // java.lang.String s
         9: .line 66
            aload 3 /* s */
            ldc "xmlns:"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 10
            aload 3 /* s */
            ldc "xmlns"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 67
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncNamespace com.sun.org.apache.xpath.internal.XPathContext int java.lang.String com.sun.org.apache.xml.internal.dtm.DTM int
      StackMap stack:
            getstatic com.sun.org.apache.xpath.internal.objects.XString.EMPTYSTRING:Lcom/sun/org/apache/xpath/internal/objects/XString;
            areturn
        11: .line 69
      StackMap locals:
      StackMap stack:
            aload 4 /* dtm */
            iload 2 /* context */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getNamespaceURI:(I)Ljava/lang/String;
            astore 3 /* s */
        12: .line 70
            goto 15
        end local 3 // java.lang.String s
        13: .line 72
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncNamespace com.sun.org.apache.xpath.internal.XPathContext int top com.sun.org.apache.xml.internal.dtm.DTM int
      StackMap stack:
            getstatic com.sun.org.apache.xpath.internal.objects.XString.EMPTYSTRING:Lcom/sun/org/apache/xpath/internal/objects/XString;
            areturn
        end local 5 // int t
        end local 4 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        14: .line 75
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncNamespace com.sun.org.apache.xpath.internal.XPathContext int
      StackMap stack:
            getstatic com.sun.org.apache.xpath.internal.objects.XString.EMPTYSTRING:Lcom/sun/org/apache/xpath/internal/objects/XString;
            areturn
        start local 3 // java.lang.String s
        15: .line 77
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* s */
            ifnonnull 16
            getstatic com.sun.org.apache.xpath.internal.objects.XString.EMPTYSTRING:Lcom/sun/org/apache/xpath/internal/objects/XString;
            goto 17
      StackMap locals:
      StackMap stack:
        16: new com.sun.org.apache.xpath.internal.objects.XString
            dup
            aload 3 /* s */
            invokespecial com.sun.org.apache.xpath.internal.objects.XString.<init>:(Ljava/lang/String;)V
      StackMap locals:
      StackMap stack: com.sun.org.apache.xpath.internal.objects.XString
        17: areturn
        end local 3 // java.lang.String s
        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.FuncNamespace this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Lcom/sun/org/apache/xpath/internal/functions/FuncNamespace;
            0   18     1    xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            1   18     2  context  I
            6    7     3        s  Ljava/lang/String;
            9   13     3        s  Ljava/lang/String;
           15   18     3        s  Ljava/lang/String;
            3   14     4      dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
            4   14     5        t  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  
}
SourceFile: "FuncNamespace.java"