|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WysiwygConverter
Method Summary | |
---|---|
String |
convertChildren(NodeContext nodeContext)
Converts the children nodes of the given node in the node context to wiki markup. |
String |
convertChildren(Node node,
Styles styles,
ListContext listContext,
boolean inTable,
boolean inListItem,
boolean ignoreText,
boolean escapeWikiMarkup,
Node overridePreviousSibling)
Deprecated. Since 5.0. Use convertChildren(NodeContext) instead. |
String |
convertNode(NodeContext nodeContext)
Converts the node in the node context to wiki markup. |
String |
convertWikiMarkupToXHtml(RenderContext ctx,
String wikiMarkup)
|
String |
convertXHtmlToWikiMarkup(String xhtml)
|
String |
getAttribute(Node node,
String name)
Deprecated. As of release 4.1, use NodeUtil.getAttribute(org.w3c.dom.Node, String) . |
String |
getMacroInfoHtml(RenderContext context,
String name,
int xOffset,
int yOffset)
|
String |
getSep(Node previous,
String next,
boolean inTable,
boolean inList)
|
Method Detail |
---|
String getAttribute(Node node, String name)
NodeUtil.getAttribute(org.w3c.dom.Node, String)
.
String convertChildren(Node node, Styles styles, ListContext listContext, boolean inTable, boolean inListItem, boolean ignoreText, boolean escapeWikiMarkup, Node overridePreviousSibling)
convertChildren(NodeContext)
instead.
String convertChildren(NodeContext nodeContext)
String convertNode(NodeContext nodeContext)
String convertXHtmlToWikiMarkup(String xhtml)
String convertWikiMarkupToXHtml(RenderContext ctx, String wikiMarkup)
String getMacroInfoHtml(RenderContext context, String name, int xOffset, int yOffset)
String getSep(Node previous, String next, boolean inTable, boolean inList)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |