public class UserFunctionParameter extends java.lang.Object implements LocalBinding
Constructor and Description |
---|
UserFunctionParameter()
Create a UserFunctionParameter
|
Modifier and Type | Method and Description |
---|---|
void |
addReference(VariableReference ref,
boolean isLoopingReference)
Register a variable reference that refers to the variable bound in this expression
|
Sequence |
evaluateVariable(XPathContext context)
Evaluate this function parameter
|
FunctionStreamability |
getFunctionStreamability()
If this is the first argument of a streamable stylesheet function,
get the streamability category; otherwise return
FunctionStreamability.UNCLASSIFIED |
IntegerValue[] |
getIntegerBoundsForVariable()
If the variable is bound to an integer, get the minimum and maximum possible values.
|
int |
getLocalSlotNumber()
If this is a local variable held on the local stack frame, return the corresponding slot number.
|
int |
getReferenceCount()
Get the (nominal) number of references within the function body to this parameter, where a reference
inside a loop is counted as multiple references
|
SequenceType |
getRequiredType()
Get the required type of this function parameter
|
StructuredQName |
getVariableQName()
Get the name of this parameter
|
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.
|
boolean |
isIndexedVariable()
Ask whether this parameter requires support for indexing
|
void |
setFunctionStreamability(FunctionStreamability ability)
If this is the first argument of a streamable stylesheet function,
set the streamability category
|
void |
setIndexedVariable()
Say that the bound value has the potential to be indexed
|
void |
setIndexedVariable(boolean indexed)
Indicate that this parameter requires (or does not require) support for indexing
|
void |
setRequiredType(SequenceType type)
Set the required type of this function parameter
|
void |
setSlotNumber(int slot)
Set the slot number to be used by this parameter
|
void |
setVariableQName(StructuredQName name)
Set the name of this parameter
|
public UserFunctionParameter()
public final boolean isGlobal()
public final boolean isAssignable()
isAssignable
in interface Binding
public void setSlotNumber(int slot)
slot
- the slot number, that is, the position of the parameter value within the local stack framepublic int getLocalSlotNumber()
getLocalSlotNumber
in interface LocalBinding
public void setRequiredType(SequenceType type)
type
- the declared type of the parameterpublic SequenceType getRequiredType()
getRequiredType
in interface Binding
public IntegerValue[] getIntegerBoundsForVariable()
getIntegerBoundsForVariable
in interface Binding
public void setVariableQName(StructuredQName name)
name
- the name of the parameterpublic StructuredQName getVariableQName()
getVariableQName
in interface Binding
public void addReference(VariableReference ref, boolean isLoopingReference)
Binding
addReference
in interface Binding
ref
- the variable referenceisLoopingReference
- - true if the reference occurs within a loop, such as the predicate
of a filter expressionpublic int getReferenceCount()
public void setIndexedVariable(boolean indexed)
indexed
- true if support for indexing is required. This will be set if the parameter
is used in a filter expression such as $param[@a = 17]public void setIndexedVariable()
LocalBinding
setIndexedVariable
in interface LocalBinding
public boolean isIndexedVariable()
isIndexedVariable
in interface LocalBinding
public Sequence evaluateVariable(XPathContext context) throws XPathException
evaluateVariable
in interface Binding
context
- the XPath dynamic contextXPathException
- if an error occurspublic void setFunctionStreamability(FunctionStreamability ability)
ability
- the streamability categorypublic FunctionStreamability getFunctionStreamability()
FunctionStreamability.UNCLASSIFIED
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.