Uses of Interface
org.xwiki.xml.html.HTMLCleanerConfiguration
-
Packages that use HTMLCleanerConfiguration Package Description org.xwiki.xml.html -
-
Uses of HTMLCleanerConfiguration in org.xwiki.xml.html
Methods in org.xwiki.xml.html that return HTMLCleanerConfiguration Modifier and Type Method Description HTMLCleanerConfiguration
HTMLCleaner. getDefaultConfiguration()
Allows getting the default configuration that will be used thus allowing the user to configure it like adding some more filters before or after or even remove some filters to completely control what filters will be executed.Methods in org.xwiki.xml.html with parameters of type HTMLCleanerConfiguration Modifier and Type Method Description Document
HTMLCleaner. clean(Reader originalHtmlContent, HTMLCleanerConfiguration configuration)
Transforms any HTML content into valid XHTML.
-