Class Table


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

      Constructors 
      Constructor Description
      Table()  
    • 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 Detail

      • Table

        public Table()