Uses of Class
org.apache.wiki.htmltowiki.XHtmlToWikiConfig
Package | Description |
---|---|
org.apache.wiki.htmltowiki |
-
Uses of XHtmlToWikiConfig in org.apache.wiki.htmltowiki
Methods in org.apache.wiki.htmltowiki with parameters of type XHtmlToWikiConfig Modifier and Type Method Description java.lang.String
HtmlStringToWikiTranslator. translate(java.lang.String html, XHtmlToWikiConfig config)
Translates text from HTML into WikiMarkup using a specified configuration.Constructors in org.apache.wiki.htmltowiki with parameters of type XHtmlToWikiConfig Constructor Description XHtmlElementToWikiTranslator(org.jdom2.Element base, XHtmlToWikiConfig config)
Create a new translator using the specified config.