Package com.vladsch.flexmark.formatter
Class NodeFormattingHandler<N extends Node>
java.lang.Object
com.vladsch.flexmark.util.visitor.AstHandler<N,NodeFormattingHandler.CustomNodeFormatter<N>>
com.vladsch.flexmark.formatter.NodeFormattingHandler<N>
public class NodeFormattingHandler<N extends Node>
extends AstHandler<N,NodeFormattingHandler.CustomNodeFormatter<N>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Constructor Summary
ConstructorsConstructorDescriptionNodeFormattingHandler
(@NotNull Class<N> aClass, @NotNull NodeFormattingHandler.CustomNodeFormatter<N> adapter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(@NotNull Node node, @NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown) Methods inherited from class com.vladsch.flexmark.util.visitor.AstHandler
equals, getAdapter, getNodeType, hashCode
-
Constructor Details
-
NodeFormattingHandler
public NodeFormattingHandler(@NotNull @NotNull Class<N> aClass, @NotNull @NotNull NodeFormattingHandler.CustomNodeFormatter<N> adapter)
-
-
Method Details
-
render
public void render(@NotNull @NotNull Node node, @NotNull @NotNull NodeFormatterContext context, @NotNull @NotNull MarkdownWriter markdown)
-