|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
org.w3c.dom.Document |
HTMLCleaner.clean(java.io.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 | |
|---|---|
org.w3c.dom.Document |
DefaultHTMLCleaner.clean(java.io.Reader originalHtmlContent,
HTMLCleanerConfiguration configuration)
Transforms any HTML content into valid XHTML. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||