Class TableColumnSeparator

java.lang.Object
com.vladsch.flexmark.util.ast.Node
com.vladsch.flexmark.ext.tables.internal.TableColumnSeparator
All Implemented Interfaces:
DoNotDecorate

class TableColumnSeparator extends Node implements DoNotDecorate
Table cell separator only used during parsing, not part of the AST, use the TableCell.getOpeningMarker() and TableCell.getClosingMarker()
  • Constructor Details

    • TableColumnSeparator

      public TableColumnSeparator()
    • TableColumnSeparator

      public TableColumnSeparator(BasedSequence chars)
    • TableColumnSeparator

      public TableColumnSeparator(String chars)
  • Method Details