Class TableBlock

java.lang.Object
org.commonmark.node.Node
org.commonmark.node.Block
org.commonmark.node.CustomBlock
org.commonmark.ext.gfm.tables.TableBlock

public class TableBlock extends org.commonmark.node.CustomBlock
Table block containing a TableHead and optionally a TableBody.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.commonmark.node.CustomBlock

    accept

    Methods inherited from class org.commonmark.node.Block

    getParent, setParent

    Methods inherited from class org.commonmark.node.Node

    addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setSourceSpans, toString, toStringAttributes, unlink

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TableBlock

      public TableBlock()