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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProxyReceiver
makeFilter(Receiver next)
Make a ProxyReceiver to filter events on a push pipeline
-
-
-
Method Detail
-
makeFilter
ProxyReceiver makeFilter(Receiver next)
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
-
-