public interface WysiwygNodeConverter
Note: macros must also put an attribute of wysiwyg="macro:MACRONAME" during rendering in
order for it to be invoked during conversion in the DefaultWysiwygConverter.
| Modifier and Type | Field and Description |
|---|---|
static String |
WYSIWYG_ATTRIBUTE
The attribute used to indicate that a WysiwygNodeConverter should be used to convert
the html element.
|
| Modifier and Type | Method and Description |
|---|---|
String |
convertXHtmlToWikiMarkup(Node previousSibling,
Node node,
WysiwygConverter helper,
Styles styles,
ListContext listContext,
boolean inTable,
boolean inListItem,
boolean ignoreText)
Returns the converted wiki markup from the given node and its context parameters.
|
static final String WYSIWYG_ATTRIBUTE
String convertXHtmlToWikiMarkup(Node previousSibling, Node node, WysiwygConverter helper, Styles styles, ListContext listContext, boolean inTable, boolean inListItem, boolean ignoreText)
Copyright © 2019 Atlassian. All rights reserved.