Interface Filter
-
- All Known Implementing Classes:
BaseXMLFilterPlugin,OpenLinkNewTabFilterPlugin,SanitizeFilterPlugin,URLConverterFilterPlugin,XMLBalancerFilterPlugin
public interface FilterThe filter actually does the work of filtering the input and returns the result. Many filters are added into filter chains and are used byXMLProcessorto process input.- Since:
- 1.2.1
- Author:
- Ly Minh Phuong - http://phuonglm.net
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectdoFilter(Object input)Filters the input data.
-