Class TableTextCollectingVisitor


  • @Deprecated
    public class TableTextCollectingVisitor
    extends com.vladsch.flexmark.ast.util.TextCollectingVisitor
    Deprecated.
    use TextCollectingVisitor from the utils library
    • Field Detail

      • TABLE_LINE_BREAK_CLASSES

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

      • TableTextCollectingVisitor

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