Interface Filter
- All Known Implementing Classes:
BaseXMLFilterPlugin,OpenLinkNewTabFilterPlugin,SanitizeFilterPlugin,XMLBalancerFilterPlugin
public interface Filter
The filter actually does the work of filtering the input and returns the result. Many filters are added into
filter chains and are used by
XMLProcessor to process input.-
Method Summary
-
Method Details
-
doFilter
Filters the input data.- Parameters:
input- the input data- Returns:
- an Object with the result after filtered
-