Class ContextStackFrame.FunctionCall

  • Enclosing class:
    ContextStackFrame

    public static class ContextStackFrame.FunctionCall
    extends ContextStackFrame
    Subclass of ContextStackFrame representing a call to a user-defined function either in XSLT or XQuery
    • Constructor Detail

      • FunctionCall

        public FunctionCall()
    • Method Detail

      • getFunctionName

        public StructuredQName getFunctionName()
        Get the name of the function being called
        Returns:
        the name of the function being called
      • setFunctionName

        public void setFunctionName​(StructuredQName functionName)
        Set the name of the function being called
        Parameters:
        functionName - the name of the function being called
      • print

        public void print​(Logger out)
        Display a representation of the stack frame on the specified output stream
        Specified by:
        print in class ContextStackFrame
        Parameters:
        out - the output stream