Uses of Interface
com.atlassian.confluence.content.render.xhtml.definition.MacroBody
Package
Description
-
Uses of MacroBody in com.atlassian.confluence.content.render.xhtml.definition
Modifier and TypeClassDescriptionclass
Holds plain text and preserves white space.class
Macro body that contains rich text or HTML markup. -
Uses of MacroBody in com.atlassian.confluence.content.render.xhtml.storage.macro
Modifier and TypeMethodDescriptionDefaultStorageMacroBodyParser.getMacroBody
(String macroName, XMLEventReader bodyReader, ConversionContext context, FragmentTransformer transformer) StorageMacroBodyParser.getMacroBody
(String macroName, XMLEventReader bodyReader, ConversionContext context, FragmentTransformer transformer) Extract the MacroBody from the current position in the XMLEventReader. -
Uses of MacroBody in com.atlassian.confluence.xhtml.api
Modifier and TypeMethodDescriptionMacroDefinition.getBody()
MacroDefinitionBuilder.getMacroBody()