| Package | Description |
|---|---|
| com.atlassian.renderer.v2.macro.basic | |
| com.atlassian.renderer.wysiwyg | |
| com.atlassian.renderer.wysiwyg.converter |
| Modifier and Type | Method and Description |
|---|---|
String |
InlineHtmlMacro.convertXhtmlToWikiMarkup(NodeContext nodeContext,
WysiwygConverter wysiwygConverter) |
| Modifier and Type | Method and Description |
|---|---|
NodeContext |
NodeContext.Builder.build() |
NodeContext |
NodeContext.getFirstChildNodeContext() |
NodeContext |
NodeContext.getFirstChildNodeContextPreservingPreviousSibling() |
NodeContext |
NodeContext.getNodeContextForNextChild(NodeContext child)
Get a node context for the child of this context after the given one.
|
NodeContext |
NodeContext.getNodeContextForNextChildPreservingPreviousSibling(NodeContext child)
Get a node context for the child after the given one, but keep the previous sibling set in the child context.
|
| Modifier and Type | Method and Description |
|---|---|
String |
WysiwygConverter.convertChildren(NodeContext nodeContext)
Converts the children nodes of the given node in the node context to wiki markup.
|
static String |
WysiwygMacroHelper.convertMacroFromNode(NodeContext nodeContext,
DefaultWysiwygConverter defaultWysiwygConverter,
Macro macro)
Converts a macro node back to wiki markup.
|
String |
WysiwygConverter.convertNode(NodeContext nodeContext)
Converts the node in the node context to wiki markup.
|
String |
MacroBodyConverter.convertXhtmlToWikiMarkup(NodeContext nodeContext,
WysiwygConverter wysiwygConverter)
Returns the converted wiki markup of the macro body from the given node context.
|
NodeContext |
NodeContext.getNodeContextForNextChild(NodeContext child)
Get a node context for the child of this context after the given one.
|
NodeContext |
NodeContext.getNodeContextForNextChildPreservingPreviousSibling(NodeContext child)
Get a node context for the child after the given one, but keep the previous sibling set in the child context.
|
| Constructor and Description |
|---|
Builder(NodeContext originalNodeContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpanConverter.canConvert(NodeContext nodeContext) |
String |
DefaultWysiwygConverter.convertChildren(NodeContext nodeContext) |
String |
DefaultWysiwygConverter.convertNode(NodeContext nodeContext)
Converts the node in the given node context to wiki markup.
|
String |
SpanConverter.convertNode(NodeContext nodeContext,
DefaultWysiwygConverter wysiwygConverter) |
String |
DefaultWysiwygConverter.getSeparator(String current,
NodeContext nodeContext)
Determine the appropriate separation string to place between the wiki markup for the
previous node and the current node based on their type and the current table/list/heading
(etc.) context.
|
Copyright © 2019 Atlassian. All rights reserved.