Package com.saxonica.ee.stream.feed
Class FeedMakerDelegate
- java.lang.Object
-
- com.saxonica.ee.stream.feed.FeedMakerDelegate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FeedMakerDelegate.Lambda
-
Constructor Summary
Constructors Constructor Description FeedMakerDelegate(FeedMakerDelegate.Lambda delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemFeed
makeItemFeed(WatchManager watchManager, ItemFeed out, XPathContext context)
-
-
-
Constructor Detail
-
FeedMakerDelegate
public FeedMakerDelegate(FeedMakerDelegate.Lambda delegate)
-
-
Method Detail
-
makeItemFeed
public ItemFeed makeItemFeed(WatchManager watchManager, ItemFeed out, XPathContext context) throws XPathException
- Specified by:
makeItemFeed
in interfaceFeedMaker
- Throws:
XPathException
-
-