public class org.apache.xpath.functions.FuncExtFunctionAvailable extends org.apache.xpath.functions.FunctionOneArg
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.functions.FuncExtFunctionAvailable
  super_class: org.apache.xpath.functions.FunctionOneArg
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5118814314918592241

  private transient org.apache.xpath.compiler.FunctionTable m_functionTable;
    descriptor: Lorg/apache/xpath/compiler/FunctionTable;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xpath.functions.FuncExtFunctionAvailable this
         0: .line 34
            aload 0 /* this */
            invokespecial org.apache.xpath.functions.FunctionOneArg.<init>:()V
         1: .line 38
            aload 0 /* this */
            aconst_null
            putfield org.apache.xpath.functions.FuncExtFunctionAvailable.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
         2: .line 34
            return
        end local 0 // org.apache.xpath.functions.FuncExtFunctionAvailable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/functions/FuncExtFunctionAvailable;

  public org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext);
    descriptor: (Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.apache.xpath.functions.FuncExtFunctionAvailable this
        start local 1 // org.apache.xpath.XPathContext xctxt
         0: .line 55
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunctionAvailable.m_arg0:Lorg/apache/xpath/Expression;
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.Expression.execute:(Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            invokevirtual org.apache.xpath.objects.XObject.str:()Ljava/lang/String;
            astore 5 /* fullName */
        start local 5 // java.lang.String fullName
         1: .line 56
            aload 5 /* fullName */
            bipush 58
            invokevirtual java.lang.String.indexOf:(I)I
            istore 6 /* indexOfNSSep */
        start local 6 // int indexOfNSSep
         2: .line 58
            iload 6 /* indexOfNSSep */
            ifge 7
         3: .line 60
            ldc ""
            astore 2 /* prefix */
        start local 2 // java.lang.String prefix
         4: .line 61
            ldc "http://www.w3.org/1999/XSL/Transform"
            astore 3 /* namespace */
        start local 3 // java.lang.String namespace
         5: .line 62
            aload 5 /* fullName */
            astore 4 /* methName */
        start local 4 // java.lang.String methName
         6: .line 63
            goto 12
        end local 4 // java.lang.String methName
        end local 3 // java.lang.String namespace
        end local 2 // java.lang.String prefix
         7: .line 66
      StackMap locals: org.apache.xpath.functions.FuncExtFunctionAvailable org.apache.xpath.XPathContext top top top java.lang.String int
      StackMap stack:
            aload 5 /* fullName */
            iconst_0
            iload 6 /* indexOfNSSep */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 2 /* prefix */
        start local 2 // java.lang.String prefix
         8: .line 67
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.getNamespaceContext:()Lorg/apache/xml/utils/PrefixResolver;
            aload 2 /* prefix */
            invokeinterface org.apache.xml.utils.PrefixResolver.getNamespaceForPrefix:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* namespace */
        start local 3 // java.lang.String namespace
         9: .line 68
            aload 3 /* namespace */
            ifnonnull 11
        10: .line 69
            getstatic org.apache.xpath.objects.XBoolean.S_FALSE:Lorg/apache/xpath/objects/XBoolean;
            areturn
        11: .line 70
      StackMap locals: org.apache.xpath.functions.FuncExtFunctionAvailable org.apache.xpath.XPathContext java.lang.String java.lang.String top java.lang.String int
      StackMap stack:
            aload 5 /* fullName */
            iload 6 /* indexOfNSSep */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 4 /* methName */
        start local 4 // java.lang.String methName
        12: .line 73
      StackMap locals: org.apache.xpath.functions.FuncExtFunctionAvailable org.apache.xpath.XPathContext java.lang.String java.lang.String java.lang.String java.lang.String int
      StackMap stack:
            aload 3 /* namespace */
            ldc "http://www.w3.org/1999/XSL/Transform"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
        13: .line 77
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunctionAvailable.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
            ifnonnull 14
            aload 0 /* this */
            new org.apache.xpath.compiler.FunctionTable
            dup
            invokespecial org.apache.xpath.compiler.FunctionTable.<init>:()V
            putfield org.apache.xpath.functions.FuncExtFunctionAvailable.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
        14: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunctionAvailable.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
            aload 4 /* methName */
            invokevirtual org.apache.xpath.compiler.FunctionTable.functionAvailable:(Ljava/lang/String;)Z
            ifeq 15
            getstatic org.apache.xpath.objects.XBoolean.S_TRUE:Lorg/apache/xpath/objects/XBoolean;
            goto 16
      StackMap locals:
      StackMap stack:
        15: getstatic org.apache.xpath.objects.XBoolean.S_FALSE:Lorg/apache/xpath/objects/XBoolean;
      StackMap locals:
      StackMap stack: org.apache.xpath.objects.XBoolean
        16: areturn
        17: .line 80
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        18: .line 82
            getstatic org.apache.xpath.objects.XBoolean.S_FALSE:Lorg/apache/xpath/objects/XBoolean;
            areturn
        19: .line 88
      StackMap locals:
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.getOwnerObject:()Ljava/lang/Object;
            checkcast org.apache.xpath.ExtensionsProvider
            astore 7 /* extProvider */
        start local 7 // org.apache.xpath.ExtensionsProvider extProvider
        20: .line 89
            aload 7 /* extProvider */
            aload 3 /* namespace */
            aload 4 /* methName */
            invokeinterface org.apache.xpath.ExtensionsProvider.functionAvailable:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 22
        21: .line 90
            getstatic org.apache.xpath.objects.XBoolean.S_TRUE:Lorg/apache/xpath/objects/XBoolean;
            goto 23
      StackMap locals: org.apache.xpath.ExtensionsProvider
      StackMap stack:
        22: getstatic org.apache.xpath.objects.XBoolean.S_FALSE:Lorg/apache/xpath/objects/XBoolean;
        23: .line 89
      StackMap locals:
      StackMap stack: org.apache.xpath.objects.XBoolean
            areturn
        end local 7 // org.apache.xpath.ExtensionsProvider extProvider
        end local 6 // int indexOfNSSep
        end local 5 // java.lang.String fullName
        end local 4 // java.lang.String methName
        end local 3 // java.lang.String namespace
        end local 2 // java.lang.String prefix
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.functions.FuncExtFunctionAvailable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   24     0          this  Lorg/apache/xpath/functions/FuncExtFunctionAvailable;
            0   24     1         xctxt  Lorg/apache/xpath/XPathContext;
            4    7     2        prefix  Ljava/lang/String;
            8   24     2        prefix  Ljava/lang/String;
            5    7     3     namespace  Ljava/lang/String;
            9   24     3     namespace  Ljava/lang/String;
            6    7     4      methName  Ljava/lang/String;
           12   24     4      methName  Ljava/lang/String;
            1   24     5      fullName  Ljava/lang/String;
            2   24     6  indexOfNSSep  I
           20   24     7   extProvider  Lorg/apache/xpath/ExtensionsProvider;
      Exception table:
        from    to  target  type
          13    16      17  Class java.lang.Exception
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public void setFunctionTable(org.apache.xpath.compiler.FunctionTable);
    descriptor: (Lorg/apache/xpath/compiler/FunctionTable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.functions.FuncExtFunctionAvailable this
        start local 1 // org.apache.xpath.compiler.FunctionTable aTable
         0: .line 102
            aload 0 /* this */
            aload 1 /* aTable */
            putfield org.apache.xpath.functions.FuncExtFunctionAvailable.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
         1: .line 103
            return
        end local 1 // org.apache.xpath.compiler.FunctionTable aTable
        end local 0 // org.apache.xpath.functions.FuncExtFunctionAvailable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/xpath/functions/FuncExtFunctionAvailable;
            0    2     1  aTable  Lorg/apache/xpath/compiler/FunctionTable;
    MethodParameters:
        Name  Flags
      aTable  
}
SourceFile: "FuncExtFunctionAvailable.java"