Package net.sf.saxon.event
Interface FilterFactory
public interface FilterFactory
Factory class to create a ProxyReceiver which filters events on a push pipeline
-
Method Summary
Modifier and TypeMethodDescriptionmakeFilter
(Receiver next) Make a ProxyReceiver to filter events on a push pipeline
-
Method Details
-
makeFilter
Make a ProxyReceiver to filter events on a push pipeline- Parameters:
next
- the next receiver in the pipeline- Returns:
- a ProxyReceiver initialized to send events to the next receiver in the pipeine
-