Package org.xwiki.wysiwyg.cleaner
Interface HTMLCleaner
-
@Role public interface HTMLCleaner
Cleans the HTML generated by the WYSIWYG editor. Its main purpose is to remove or transform the HTML elements that were added by the editor only for internal reasons.- Version:
- $Id: f987dd7aaa9c265661a904569c90e59e9636ee32 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
clean(String dirtyHTML)
-