| Package | Description |
|---|---|
| com.atlassian.confluence.content.render.xhtml.definition | |
| com.atlassian.confluence.content.render.xhtml.storage.macro | |
| com.atlassian.confluence.xhtml.api |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainTextMacroBody
Holds plain text and preserves white space.
|
class |
RichTextMacroBody
Macro body that contains rich text or HTML markup.
|
| Modifier and Type | Method and Description |
|---|---|
MacroBody |
DefaultStorageMacroBodyParser.getMacroBody(String macroName,
XMLEventReader bodyReader,
ConversionContext context,
FragmentTransformer transformer) |
MacroBody |
StorageMacroBodyParser.getMacroBody(String macroName,
XMLEventReader bodyReader,
ConversionContext context,
FragmentTransformer transformer)
Extract the MacroBody from the current position in the XMLEventReader.
|
| Modifier and Type | Method and Description |
|---|---|
MacroBody |
MacroDefinition.getBody() |
MacroBody |
MacroDefinitionBuilder.getMacroBody() |
| Modifier and Type | Method and Description |
|---|---|
void |
MacroDefinition.setBody(MacroBody body) |
MacroDefinitionBuilder |
MacroDefinitionBuilder.withMacroBody(MacroBody macroBody) |
Copyright © 2003–2020 Atlassian. All rights reserved.