Uses of Class
com.ecyrd.jspwiki.htmltowiki.XHtmlToWikiConfig

Packages that use XHtmlToWikiConfig
com.ecyrd.jspwiki.htmltowiki   
 

Uses of XHtmlToWikiConfig in com.ecyrd.jspwiki.htmltowiki
 

Methods in com.ecyrd.jspwiki.htmltowiki with parameters of type XHtmlToWikiConfig
 String HtmlStringToWikiTranslator.translate(String html, XHtmlToWikiConfig config)
          Translates text from HTML into WikiMarkup using a specified configuration.
 

Constructors in com.ecyrd.jspwiki.htmltowiki with parameters of type XHtmlToWikiConfig
XHtmlElementToWikiTranslator(Element base, XHtmlToWikiConfig config)
          Create a new translator using the specified config.