|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextConverter
Interface for converters which renders the internal node representation into a string representation
Method Summary | |
---|---|
void |
imageNodeToText(TagNode imageTagNode,
ImageFormat imageFormat,
java.lang.Appendable resultBuffer,
IWikiModel model)
Convert the imageTagNode into a given HTML string buffer |
void |
nodesToText(java.util.List<? extends java.lang.Object> nodes,
java.lang.Appendable resultBuffer,
IWikiModel model)
Convert the list of TagTokens into a given HTML string buffer |
boolean |
noLinks()
If this method returns true, then the <a> tag should only render the title of the link and not a link to another HTML document, but only the link text. |
Method Detail |
---|
void nodesToText(java.util.List<? extends java.lang.Object> nodes, java.lang.Appendable resultBuffer, IWikiModel model) throws java.io.IOException
nodes
- list of TagTokenresultBuffer
- the rendered HTML stringmodel
- the current wiki model
java.io.IOException
void imageNodeToText(TagNode imageTagNode, ImageFormat imageFormat, java.lang.Appendable resultBuffer, IWikiModel model) throws java.io.IOException
imageTagNode
- the tag which carries the imageFormat wiki object as an object
attributeimageFormat
- resultBuffer
- the rendered HTML stringmodel
- the current wiki model
java.io.IOException
boolean noLinks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |