Uses of Class
com.atlassian.renderer.wysiwyg.NodeContext

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
 java.lang.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.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.
 

Methods in com.atlassian.renderer.wysiwyg with parameters of type NodeContext
 java.lang.String WysiwygConverter.convertChildren(NodeContext nodeContext)
          Converts the children nodes of the given node in the node context to wiki markup.
static java.lang.String WysiwygMacroHelper.convertMacroFromNode(NodeContext nodeContext, DefaultWysiwygConverter defaultWysiwygConverter, Macro macro)
          Converts a macro node back to wiki markup.
 java.lang.String WysiwygConverter.convertNode(NodeContext nodeContext)
          Converts the node in the node context to wiki markup.
 java.lang.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.
 

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 SpanConverter.canConvert(NodeContext nodeContext)
           
 java.lang.String DefaultWysiwygConverter.convertChildren(NodeContext nodeContext)
           
 java.lang.String DefaultWysiwygConverter.convertNode(NodeContext nodeContext)
          Converts the node in the given node context to wiki markup.
 java.lang.String SpanConverter.convertNode(NodeContext nodeContext, DefaultWysiwygConverter wysiwygConverter)
           
 java.lang.String DefaultWysiwygConverter.getSeparator(java.lang.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 © 2013 Atlassian. All Rights Reserved.