Uses of Interface
org.xwiki.xml.html.HTMLCleanerConfiguration

Packages that use HTMLCleanerConfiguration
org.xwiki.xml.html   
 

Uses of HTMLCleanerConfiguration in org.xwiki.xml.html
 

Methods in org.xwiki.xml.html that return HTMLCleanerConfiguration
 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
 org.w3c.dom.Document HTMLCleaner.clean(java.io.Reader originalHtmlContent, HTMLCleanerConfiguration configuration)
          Transforms any HTML content into valid XHTML.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.