| Package | Description |
|---|---|
| com.atlassian.renderer.wysiwyg | |
| com.atlassian.renderer.wysiwyg.converter |
| Modifier and Type | Method and Description |
|---|---|
ListContext |
NodeContext.getListContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
WysiwygConverter.convertChildren(Node node,
Styles styles,
ListContext listContext,
boolean inTable,
boolean inListItem,
boolean ignoreText,
boolean escapeWikiMarkup,
Node overridePreviousSibling)
Deprecated.
Since 5.0. Use
WysiwygConverter.convertChildren(NodeContext) instead. |
String |
WysiwygNodeConverter.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.
|
NodeContext.Builder |
NodeContext.Builder.listContext(ListContext listContext) |
| Constructor and Description |
|---|
ListContext(String type,
ListContext current) |
NodeContext(Node node,
Node previousSibling,
Styles styles,
ListContext listContext,
boolean inTable,
boolean inListItem,
boolean ignoreText,
boolean escapeWikiMarkup)
Deprecated.
Since 6.0 use NodeContext#Builder to build NodeContexts instead.
This constructor does not allow setting the
NodeContext.inHeading. |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultWysiwygConverter.convertChildren(Node node,
Styles styles,
ListContext listContext,
boolean inTable,
boolean inListItem,
boolean ignoreText,
boolean escapeWikiMarkup,
Node previousSibling)
Deprecated.
Since 5.0. Use
DefaultWysiwygConverter.convertChildren(NodeContext) instead. |
Copyright © 2019 Atlassian. All rights reserved.