Uses of Interface
com.vladsch.flexmark.util.visitor.AstAction
Packages that use AstAction
Package
Description
-
Uses of AstAction in com.vladsch.flexmark.ast.util
Subinterfaces of AstAction in com.vladsch.flexmark.ast.utilModifier and TypeInterfaceDescriptionstatic interface
static interface
LinkResolvingHandler.LinkResolvingVisitor<N extends Node>
Classes in com.vladsch.flexmark.ast.util that implement AstAction -
Uses of AstAction in com.vladsch.flexmark.formatter
Subinterfaces of AstAction in com.vladsch.flexmark.formatterModifier and TypeInterfaceDescriptionstatic interface
NodeFormattingHandler.CustomNodeFormatter<N extends Node>
-
Uses of AstAction in com.vladsch.flexmark.html.renderer
Subinterfaces of AstAction in com.vladsch.flexmark.html.rendererModifier and TypeInterfaceDescriptionstatic interface
NodeRenderingHandler.CustomNodeRenderer<N extends Node>
-
Uses of AstAction in com.vladsch.flexmark.util.ast
Subinterfaces of AstAction in com.vladsch.flexmark.util.astModifier and TypeInterfaceDescriptioninterface
Interface to visit variations on specific nodes: visit() visiting node and if no handler defined then visit node's children visitNodeOnly() visit node and if no handler then do not process children visitChildren() visit node's childreninterface
Node visitor interfaceClasses in com.vladsch.flexmark.util.ast that implement AstActionModifier and TypeClassDescriptionclass
Used to visit only block nodes, non block nodes or children of non-block nodes are not visitedclass
class
VisitHandler<N extends Node>
Node visit handler for specific node type -
Uses of AstAction in com.vladsch.flexmark.util.visitor
Classes in com.vladsch.flexmark.util.visitor with type parameters of type AstActionModifier and TypeClassDescriptionclass
AstActionHandler<C extends AstActionHandler<C,
N, A, H>, N, A extends AstAction<N>, H extends AstHandler<N, A>> Intended to be completed by subclasses for specific node types and node actionsclass
AstHandler<N,
A extends AstAction<? super N>> Base class for tracking generic node to specific node handlerFields in com.vladsch.flexmark.util.visitor declared as AstAction