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

    Modifier and Type
    Method
    Description
    Filters the input data.
  • Method Details

    • doFilter

      Object doFilter(Object input)
      Filters the input data.
      Parameters:
      input - the input data
      Returns:
      an Object with the result after filtered