Examples of HTMLConverter


Examples of info.bliki.wiki.filter.HTMLConverter

   * @param resultBuffer
   *          the buffer to which to append the resulting HTML code.
   * @throws IOException
   */
  public static void toHtml(String rawWikiText, Appendable resultBuffer) throws IOException {
    toText(new WikiModel("/${image}", "/${title}"), new HTMLConverter(), rawWikiText, resultBuffer, false, false);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.