Interface NodeRenderingHandler.CustomNodeRenderer<N extends Node>
- All Superinterfaces:
AstAction<N>
- Enclosing class:
- NodeRenderingHandler<N extends Node>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(N node, @NotNull NodeRendererContext context, @NotNull HtmlWriter html)
-
Method Details
-
render
void render(@NotNull N node, @NotNull @NotNull NodeRendererContext context, @NotNull @NotNull HtmlWriter html)
-