Class FunctionState


  • public abstract class FunctionState
    extends java.lang.Object
    A class for holding onto state information for extension function calls, such as the funciton parameters.
    Version:
    $Revision: 3876 $
    Author:
    Keith Visco
    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionState()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract Parameters getParameters()
      Returns the function parameters as a set of XPathExpressions
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FunctionState

        public FunctionState()
    • Method Detail

      • getParameters

        public abstract Parameters getParameters()
        Returns the function parameters as a set of XPathExpressions
        Returns:
        the function parameters