Package org.exolab.adaptx.xpath
Class FunctionState
- java.lang.Object
-
- org.exolab.adaptx.xpath.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
-
-
-
Method Detail
-
getParameters
public abstract Parameters getParameters()
Returns the function parameters as a set of XPathExpressions- Returns:
- the function parameters
-
-