Package net.sf.saxon.event
Interface FilterFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory class to create a ProxyReceiver which filters events on a push pipeline
-
Method Summary
Modifier and TypeMethodDescriptionmakeFilter
(Receiver next) Make a Receiver to filter events on a push pipeline
-
Method Details
-
makeFilter
Make a Receiver to filter events on a push pipeline- Parameters:
next
- the next receiver in the pipeline- Returns:
- a Receiver initialized to send events to the next receiver in the pipeine
-