Package org.smooks.api.delivery
Interface StreamFilterType
-
@ThreadSafe public interface StreamFilterTypeIndicates 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
-