Class TableTextCollectingVisitor

java.lang.Object
com.vladsch.flexmark.ast.util.TextCollectingVisitor
com.vladsch.flexmark.ext.tables.TableTextCollectingVisitor

@Deprecated public class TableTextCollectingVisitor extends TextCollectingVisitor
Deprecated.
use TextCollectingVisitor from the utils library
  • Field Details

    • TABLE_LINE_BREAK_CLASSES

      public static final Class<?>[] TABLE_LINE_BREAK_CLASSES
      Deprecated.
  • Constructor Details

    • TableTextCollectingVisitor

      public TableTextCollectingVisitor(Class<?>... lineBreakNodes)
      Deprecated.