org.xwiki.xml.html.filter
Interface HTMLFilter
- All Known Implementing Classes:
- AbstractHTMLFilter, BodyFilter, FontFilter, ListFilter
@ComponentRole
public interface HTMLFilter
Defines an interface for filters that will filter HTML documents.
- Since:
- 1.8RC2
- Version:
- $Id$
|
Method Summary |
void |
filter(org.w3c.dom.Document document,
java.util.Map<java.lang.String,java.lang.String> cleaningParameters)
Performs cleaning of the html code stored in Document. |
filter
void filter(org.w3c.dom.Document document,
java.util.Map<java.lang.String,java.lang.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-2011 XWiki. All Rights Reserved.