public interface ITextConverter
| Modifier and Type | Method and Description |
|---|---|
void |
imageNodeToText(TagNode imageTagNode,
ImageFormat imageFormat,
Appendable resultBuffer,
IWikiModel model)
Convert the imageTagNode into a given HTML string buffer
|
void |
nodesToText(List<?> nodes,
Appendable resultBuffer,
IWikiModel model)
Convert the list of TagTokens into a given HTML string buffer
|
boolean |
renderLinks() |
void nodesToText(List<?> nodes, Appendable resultBuffer, IWikiModel model) throws IOException
nodes - list of TagTokenresultBuffer - the rendered HTML stringmodel - the current wiki modelIOExceptionvoid imageNodeToText(TagNode imageTagNode, ImageFormat imageFormat, Appendable resultBuffer, IWikiModel model) throws IOException
imageTagNode - the tag which carries the imageFormat wiki object as an object
attributeimageFormat - resultBuffer - the rendered HTML stringmodel - the current wiki modelIOExceptionboolean renderLinks()
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.