public class NodeFormattingHandler<N extends com.vladsch.flexmark.ast.Node> extends com.vladsch.flexmark.ast.NodeAdaptingVisitHandler<N,CustomNodeFormatter<N>> implements CustomNodeFormatter<com.vladsch.flexmark.ast.Node>
| Constructor and Description |
|---|
NodeFormattingHandler(Class<? extends N> aClass,
CustomNodeFormatter<N> adapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(com.vladsch.flexmark.ast.Node node,
NodeFormatterContext context,
MarkdownWriter markdown) |
public NodeFormattingHandler(Class<? extends N> aClass, CustomNodeFormatter<N> adapter)
public void render(com.vladsch.flexmark.ast.Node node,
NodeFormatterContext context,
MarkdownWriter markdown)
render in interface CustomNodeFormatter<com.vladsch.flexmark.ast.Node>Copyright © 2018. All rights reserved.