Uses of Interface
org.xwiki.xml.html.filter.HTMLFilter

Packages that use HTMLFilter
org.xwiki.xml.html   
org.xwiki.xml.html.filter   
org.xwiki.xml.internal.html   
org.xwiki.xml.internal.html.filter   
 

Uses of HTMLFilter in org.xwiki.xml.html
 

Methods in org.xwiki.xml.html that return types with arguments of type HTMLFilter
 java.util.List<HTMLFilter> HTMLCleanerConfiguration.getFilters()
           
 

Method parameters in org.xwiki.xml.html with type arguments of type HTMLFilter
 void HTMLCleanerConfiguration.setFilters(java.util.List<HTMLFilter> filters)
           
 

Uses of HTMLFilter in org.xwiki.xml.html.filter
 

Classes in org.xwiki.xml.html.filter that implement HTMLFilter
 class AbstractHTMLFilter
          Abstract implementation of HTMLFilter providing utility methods for various common w3c dom operations.
 

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

Methods in org.xwiki.xml.internal.html that return types with arguments of type HTMLFilter
 java.util.List<HTMLFilter> DefaultHTMLCleanerConfiguration.getFilters()
          
 

Method parameters in org.xwiki.xml.internal.html with type arguments of type HTMLFilter
 void DefaultHTMLCleanerConfiguration.setFilters(java.util.List<HTMLFilter> filters)
          
 

Uses of HTMLFilter in org.xwiki.xml.internal.html.filter
 

Classes in org.xwiki.xml.internal.html.filter that implement HTMLFilter
 class BodyFilter
          Wraps direct children of the Body tag with paragraphs.
 class FontFilter
          Replaces invalid <font> tags with equivalent <span> tags using inline css rules.
 class ListFilter
          Transform non XHTML list into XHTML valid lists.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.