Package com.vladsch.flexmark.util.visitor


package com.vladsch.flexmark.util.visitor
  • Class
    Description
    Interface for subclassing by specific Node actions: visit, format, render, etc
    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 actions
    AstHandler<N,A extends AstAction<? super N>>
    Base class for tracking generic node to specific node handler
    Interface for converting to AstAccess