|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListContext | |
|---|---|
| com.atlassian.renderer.wysiwyg | |
| com.atlassian.renderer.wysiwyg.converter | |
| Uses of ListContext in com.atlassian.renderer.wysiwyg |
|---|
| Methods in com.atlassian.renderer.wysiwyg that return ListContext | |
|---|---|
ListContext |
NodeContext.getListContext()
|
| Methods in com.atlassian.renderer.wysiwyg with parameters of type ListContext | |
|---|---|
java.lang.String |
WysiwygConverter.convertChildren(org.w3c.dom.Node node,
Styles styles,
ListContext listContext,
boolean inTable,
boolean inListItem,
boolean ignoreText,
boolean escapeWikiMarkup,
org.w3c.dom.Node overridePreviousSibling)
Deprecated. Since 5.0. Use WysiwygConverter.convertChildren(NodeContext) instead. |
java.lang.String |
WysiwygNodeConverter.convertXHtmlToWikiMarkup(org.w3c.dom.Node previousSibling,
org.w3c.dom.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)
|
| Constructors in com.atlassian.renderer.wysiwyg with parameters of type ListContext | |
|---|---|
ListContext(java.lang.String type,
ListContext current)
|
|
NodeContext(org.w3c.dom.Node node,
org.w3c.dom.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. |
|
| Uses of ListContext in com.atlassian.renderer.wysiwyg.converter |
|---|
| Methods in com.atlassian.renderer.wysiwyg.converter with parameters of type ListContext | |
|---|---|
java.lang.String |
DefaultWysiwygConverter.convertChildren(org.w3c.dom.Node node,
Styles styles,
ListContext listContext,
boolean inTable,
boolean inListItem,
boolean ignoreText,
boolean escapeWikiMarkup,
org.w3c.dom.Node previousSibling)
Deprecated. Since 5.0. Use DefaultWysiwygConverter.convertChildren(NodeContext) instead. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||