public interface PushableFunction
Outputter rather than being
returned as the result of a call() method.| Modifier and Type | Method and Description |
|---|---|
void |
process(Outputter destination,
XPathContext context,
Sequence[] arguments)
Evaluate the function in "push" mode
|
void process(Outputter destination, XPathContext context, Sequence[] arguments) throws XPathException
destination - the destination for the function resultcontext - the dynamic evaluation contextarguments - the supplied arguments to the functionXPathException - if a dynamic error occurs during the evaluationCopyright (c) 2004-2021 Saxonica Limited. All rights reserved.