public interface WysiwygConverter
| Modifier and Type | Method and Description |
|---|---|
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) |
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 convertWikiMarkupToXHtml(RenderContext ctx, String wikiMarkup)
String getMacroInfoHtml(RenderContext context, String name, int xOffset, int yOffset)
Copyright © 2019 Atlassian. All rights reserved.