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

Packages that use HTMLCleanerConfiguration
org.xwiki.xml.html   
org.xwiki.xml.internal.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
 Document HTMLCleaner.clean(Reader originalHtmlContent, HTMLCleanerConfiguration configuration)
          Transforms any HTML content into valid XHTML.
 

Uses of HTMLCleanerConfiguration in org.xwiki.xml.internal.html
 

Classes in org.xwiki.xml.internal.html that implement HTMLCleanerConfiguration
 class DefaultHTMLCleanerConfiguration
          Default and basic implementation used by the DefaultHTMLCleaner implementation.
 

Methods in org.xwiki.xml.internal.html that return HTMLCleanerConfiguration
 HTMLCleanerConfiguration DefaultHTMLCleaner.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.internal.html with parameters of type HTMLCleanerConfiguration
 Document DefaultHTMLCleaner.clean(Reader originalHtmlContent, HTMLCleanerConfiguration configuration)
          Transforms any HTML content into valid XHTML.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.