Uses of Class
com.vladsch.flexmark.ext.xwiki.macros.MacroBlock
-
Packages that use MacroBlock Package Description com.vladsch.flexmark.ext.xwiki.macros com.vladsch.flexmark.ext.xwiki.macros.internal -
-
Uses of MacroBlock in com.vladsch.flexmark.ext.xwiki.macros
Methods in com.vladsch.flexmark.ext.xwiki.macros with parameters of type MacroBlock Modifier and Type Method Description void
MacroVisitor. visit(MacroBlock node)
-
Uses of MacroBlock in com.vladsch.flexmark.ext.xwiki.macros.internal
Fields in com.vladsch.flexmark.ext.xwiki.macros.internal declared as MacroBlock Modifier and Type Field Description private MacroBlock
MacroBlockParser. block
Methods in com.vladsch.flexmark.ext.xwiki.macros.internal with parameters of type MacroBlock Modifier and Type Method Description private void
MacroNodeRenderer. render(MacroBlock node, NodeRendererContext context, HtmlWriter html)
-