net.sf.saxon.functions
public class Put extends SystemFunction
| Field Summary | |
|---|---|
| String | expressionBaseURI |
| Method Summary | |
|---|---|
| void | checkArguments(ExpressionVisitor visitor) |
| Expression | copy()
Copy an expression. |
| void | evaluatePendingUpdates(XPathContext context, PendingUpdateList pul)
Evaluate an updating expression, adding the results to a Pending Update List.
|
| boolean | isUpdatingExpression()
Determine whether this is an updating expression as defined in the XQuery update specification |
Returns: the copy of the original expression
Parameters: context the XPath dynamic evaluation context pul the pending update list to which the results should be written
Returns: true if this is an updating expression