@FunctionalInterface
public interface WatchMaker
Watch.| Modifier and Type | Method and Description |
|---|---|
Trigger |
makeWatch(WatchManager watchManager,
Feed out,
XPathContext context)
Make a Trigger: this comprises (a) a pattern to match the nodes that should be processed
during a streaming pass of the source document, and (b) the processing of those nodes
by a WatchAction or perhaps a sequence of WatchActions in a pipeline.
|
Trigger makeWatch(WatchManager watchManager, Feed out, XPathContext context) throws XPathException
watchManager - the WatchManagerout - the destination for events representing the output of this pipelinecontext - the dynamic evaluation contextXPathException - if any dynamic error occursCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.