Uses of Interface
org.xwiki.xml.html.filter.HTMLFilter
-
Packages that use HTMLFilter Package Description org.xwiki.xml.html org.xwiki.xml.html.filter -
-
Uses of HTMLFilter in org.xwiki.xml.html
Methods in org.xwiki.xml.html that return types with arguments of type HTMLFilter Modifier and Type Method Description List<HTMLFilter>
HTMLCleanerConfiguration. getFilters()
Method parameters in org.xwiki.xml.html with type arguments of type HTMLFilter Modifier and Type Method Description void
HTMLCleanerConfiguration. setFilters(List<HTMLFilter> filters)
-
Uses of HTMLFilter in org.xwiki.xml.html.filter
Classes in org.xwiki.xml.html.filter that implement HTMLFilter Modifier and Type Class Description class
AbstractHTMLFilter
Abstract implementation ofHTMLFilter
providing utility methods for various common w3c dom operations.
-