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