Package 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: ad1147a501c6d51d7f529143a52c5646047afad7 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
filter(Document document, Map<String,String> cleaningParameters)
Performs cleaning of the html code stored inDocument
.
-