com.raritantechnologies.HTML.filter
Interface HTMLEventProcessor

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
AddAttributeFilter, AddBaseURLFilter, AddHeaderFilter, AddTagFilter, AddTrailerFilter, AnchorTitleFilter, ExtractHTMLSectionFilter, ModifyAttributeFilter, RemoveAttributeFilter, RemoveTagFilter

public interface HTMLEventProcessor
extends IConfigurable

Defines interface needed to modify a list of HTMLEvents. Used by the HTMLFilter class.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 java.util.ArrayList processEvents(java.util.ArrayList events)
          Process a list of HTMLEvents return a modified list.
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

processEvents

public java.util.ArrayList processEvents(java.util.ArrayList events)
Process a list of HTMLEvents return a modified list.

Returns:
Modified list of HTMLEvent objects.