|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeContext | |
---|---|
com.atlassian.renderer.v2.macro.basic | |
com.atlassian.renderer.wysiwyg | |
com.atlassian.renderer.wysiwyg.converter |
Uses of NodeContext in com.atlassian.renderer.v2.macro.basic |
---|
Methods in com.atlassian.renderer.v2.macro.basic with parameters of type NodeContext | |
---|---|
String |
InlineHtmlMacro.convertXhtmlToWikiMarkup(NodeContext nodeContext,
WysiwygConverter wysiwygConverter)
|
Uses of NodeContext in com.atlassian.renderer.wysiwyg |
---|
Methods in com.atlassian.renderer.wysiwyg that return NodeContext | |
---|---|
NodeContext |
NodeContext.Builder.build()
|
NodeContext |
NodeContext.getFirstChildNodeContext()
|
NodeContext |
NodeContext.getNextSiblingNodeContext()
|
Methods in com.atlassian.renderer.wysiwyg with parameters of type NodeContext | |
---|---|
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. |
Constructors in com.atlassian.renderer.wysiwyg with parameters of type NodeContext | |
---|---|
NodeContext.Builder(NodeContext originalNodeContext)
|
Uses of NodeContext in com.atlassian.renderer.wysiwyg.converter |
---|
Methods in com.atlassian.renderer.wysiwyg.converter with parameters of type NodeContext | |
---|---|
boolean |
FormatConverter.canConvert(NodeContext nodeContext)
|
String |
DefaultWysiwygConverter.convertChildren(NodeContext nodeContext)
Converts the children of the node in the given node context. |
String |
DefaultWysiwygConverter.convertNode(NodeContext nodeContext)
Converts the node in the given node context to wiki markup. |
String |
FormatConverter.convertNode(NodeContext nodeContext,
DefaultWysiwygConverter wysiwygConverter)
|
String |
DefaultWysiwygConverter.getSeparator(String current,
NodeContext nodeContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |