public interface FeedMaker
makeItemFeed(WatchManager, ItemFeed, XPathContext)
method on each of these
objects is called to create a list of ItemFeed
objects, representing the evaluation
pipeline. The output of the Watch that monitors the actual parsing events is then
fed into this pipeline, which eventually delivers its result in the current
SequenceReceiver of the XPathContext object.Modifier and Type | Method and Description |
---|---|
ItemFeed |
makeItemFeed(WatchManager watchManager,
ItemFeed out,
XPathContext context) |
ItemFeed makeItemFeed(WatchManager watchManager, ItemFeed out, XPathContext context) throws XPathException
XPathException
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.