| java.lang.Object net.sf.saxon.instruct.UserFunctionParameter
UserFunctionParameter | public class UserFunctionParameter implements Binding,Serializable(Code) | | Run-time object representing a formal argument to a user-defined function
|
getLocalSlotNumber | public int getLocalSlotNumber()(Code) | | If this is a local variable held on the local stack frame, return the corresponding slot number.
In other cases, return -1.
|
getReferenceCount | public int getReferenceCount()(Code) | | |
isAssignable | final public boolean isAssignable()(Code) | | Test whether it is permitted to assign to the variable using the saxon:assign
extension element. This will only be for an XSLT global variable where the extra
attribute saxon:assignable="yes" is present.
|
isGlobal | final public boolean isGlobal()(Code) | | Indicate whether the binding is local or global. A global binding is one that has a fixed
value for the life of a query or transformation; any other binding is local.
|
setReferenceCount | public void setReferenceCount(int count)(Code) | | |
setSlotNumber | public void setSlotNumber(int slot)(Code) | | |
|
|