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