Uses of Class
com.vladsch.flexmark.ext.xwiki.macros.Macro
-
Packages that use Macro Package Description com.vladsch.flexmark.ext.xwiki.macros com.vladsch.flexmark.ext.xwiki.macros.internal -
-
Uses of Macro in com.vladsch.flexmark.ext.xwiki.macros
Methods in com.vladsch.flexmark.ext.xwiki.macros that return Macro Modifier and Type Method Description Macro
MacroBlock. getMacroNode()
Methods in com.vladsch.flexmark.ext.xwiki.macros with parameters of type Macro Modifier and Type Method Description void
MacroVisitor. visit(Macro node)
-
Uses of Macro in com.vladsch.flexmark.ext.xwiki.macros.internal
Fields in com.vladsch.flexmark.ext.xwiki.macros.internal with type parameters of type Macro Modifier and Type Field Description private java.util.List<Macro>
MacroInlineParser. openMacros
Methods in com.vladsch.flexmark.ext.xwiki.macros.internal with parameters of type Macro Modifier and Type Method Description private void
MacroNodeRenderer. render(Macro node, NodeRendererContext context, HtmlWriter html)
-