org.xwiki.xml.html.filter
Interface HTMLFilter
- All Known Implementing Classes:
- AbstractHTMLFilter
@Role
public interface HTMLFilter
Defines an interface for filters that will filter HTML documents.
- Since:
- 1.8RC2
- Version:
- $Id: 511512c58ef9aef91b6e960988c708d7328e578c $
filter
void filter(Document document,
Map<String,String> cleaningParameters)
- Performs cleaning of the html code stored in
Document.
- Parameters:
document - The Document with html codecleaningParameters - additional cleaning parameters for the filter.
Copyright © 2004-2012 XWiki. All Rights Reserved.