Interface NodeVisitor<N extends org.commonmark.node.Node>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface NodeVisitor<N extends org.commonmark.node.Node>
Visitor for certain node class, can be called from ANY thread. Use MarkflowVisitor.Builder to register node visitors.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(MarkflowVisitor visitor, N node)