net.sf.saxon.functions

Class PartialApply

public class PartialApply extends SystemFunction

This class implements the function partial-apply(), which is a standard function in XQuery 1.1
Method Summary
ItemevaluateItem(XPathContext context)
Evaluate this function call at run-time

Method Detail

evaluateItem

public Item evaluateItem(XPathContext context)
Evaluate this function call at run-time

Parameters: context The XPath dynamic evaluation context

Returns: the result of the function, or null to represent an empty sequence

Throws: net.sf.saxon.trans.XPathException if a dynamic error occurs during evaluation of the function.