Interface StreamFilterType


  • @ThreadSafe
    public interface StreamFilterType
    Indicates to Smooks the type of filter to use for streaming events. Currently, Smooks supports SAX NG or DOM filtering, however, the framework can be extended to support more types of filters such as dom4j. Additionally, there is no reason why the filter type has to be XML-based.
    • Method Detail