| Methods in org.xwiki.rendering.internal.macro with parameters of type MacroTransformationContext |
protected Syntax |
DefaultMacroContentParser.getCurrentSyntax(MacroTransformationContext context)
Find the current syntax to use for macro supporting wiki content/parameters/whatever. |
List<Block> |
DefaultMacroContentParser.parse(String content,
MacroTransformationContext macroContext,
boolean transform,
boolean removeTopLevelParagraph)
Parses content of a macro field (parameter, macro content) in a given syntax and optionally remove the top level
paragraph. |
List<Block> |
MacroContentParser.parse(String content,
MacroTransformationContext macroContext,
boolean transform,
boolean removeTopLevelParagraph)
Parses content of a macro field (parameter, macro content) in a given syntax and optionally remove the top level
paragraph. |
XDOM |
DefaultMacroContentParser.parseXDOM(String content,
MacroTransformationContext macroContext,
boolean transform,
boolean removeTopLevelParagraph)
Parses content of a macro field (parameter, macro content) in a given syntax and optionally remove the top level
paragraph. |
XDOM |
MacroContentParser.parseXDOM(String content,
MacroTransformationContext macroContext,
boolean transform,
boolean removeTopLevelParagraph)
Parses content of a macro field (parameter, macro content) in a given syntax and optionally remove the top level
paragraph. |