Uses of Class
org.apache.wiki.htmltowiki.XHtmlToWikiConfig
-
Packages that use 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.StringHtmlStringToWikiTranslator. 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.
-