Uses of Interface
info.bliki.html.wikipedia.IHTMLToWiki

Packages that use IHTMLToWiki
info.bliki.html Convert HTML source codes to wiki source codes. 
info.bliki.html.googlecode The ToGoogleCode converter converts HTML to the Google code project hosting wiki syntax
info.bliki.html.jspwiki The ToJSPWiki converter converts HTML to the JSPWiki wiki syntax
info.bliki.html.wikipedia The ToWikipedia converter converts HTML source code to the wiki syntax
 

Uses of IHTMLToWiki in info.bliki.html
 

Methods in info.bliki.html with parameters of type IHTMLToWiki
 java.lang.String HTML2WikiConverter.toWiki(IHTMLToWiki converter)
          Converts a given HTML string into a wiki text string
 

Uses of IHTMLToWiki in info.bliki.html.googlecode
 

Classes in info.bliki.html.googlecode that implement IHTMLToWiki
 class ToGoogleCode
          Convert HTML text to Google Code wiki syntax.
 class ToMoinMoin
          Convert HTML text to MoinMoin wiki syntax
 class ToTrac
          Convert HTML text to Trac wiki syntax
 

Uses of IHTMLToWiki in info.bliki.html.jspwiki
 

Classes in info.bliki.html.jspwiki that implement IHTMLToWiki
 class ToJSPWiki
          Convert HTML text to Google Code wiki syntax
 

Uses of IHTMLToWiki in info.bliki.html.wikipedia
 

Classes in info.bliki.html.wikipedia that implement IHTMLToWiki
 class ToWikipedia
           
 



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.