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 interfacestatic interfaceLinkResolvingHandler.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 interfaceNodeFormattingHandler.CustomNodeFormatter<N extends Node> -
Uses of AstAction in com.vladsch.flexmark.html.renderer
Subinterfaces of AstAction in com.vladsch.flexmark.html.rendererModifier and TypeInterfaceDescriptionstatic interfaceNodeRenderingHandler.CustomNodeRenderer<N extends Node> -
Uses of AstAction in com.vladsch.flexmark.util.ast
Subinterfaces of AstAction in com.vladsch.flexmark.util.astModifier and TypeInterfaceDescriptioninterfaceInterface 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 childreninterfaceNode visitor interfaceClasses in com.vladsch.flexmark.util.ast that implement AstActionModifier and TypeClassDescriptionclassUsed to visit only block nodes, non block nodes or children of non-block nodes are not visitedclassclassVisitHandler<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 TypeClassDescriptionclassAstActionHandler<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 actionsclassAstHandler<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