Interface NodeRenderingHandler.CustomNodeRenderer<N extends Node>

All Superinterfaces:
AstAction<N>
Enclosing class:
NodeRenderingHandler<N extends Node>

public static interface NodeRenderingHandler.CustomNodeRenderer<N extends Node> extends AstAction<N>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(N node, @NotNull NodeRendererContext context, @NotNull HtmlWriter html)