net.sf.saxon.event
Interface FilterFactory


public interface FilterFactory

Factory class to create a ProxyReceiver which filters events on a push pipeline


Method Summary
 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


Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.