net.sf.saxon.instruct
public class UserFunctionParameter extends Object implements Binding, Serializable
Method Summary | |
---|---|
ValueRepresentation | evaluateVariable(XPathContext context) |
int | getLocalSlotNumber()
If this is a local variable held on the local stack frame, return the corresponding slot number.
|
int | getReferenceCount() |
SequenceType | getRequiredType() |
boolean | isAssignable()
Test whether it is permitted to assign to the variable using the saxon:assign
extension element. |
boolean | isGlobal()
Indicate whether the binding is local or global. |
void | setReferenceCount(int count) |
void | setRequiredType(SequenceType type) |
void | setSlotNumber(int slot) |