Class TableRowNode
- java.lang.Object
-
- org.commonmark.node.Node
-
- org.commonmark.node.Block
-
- org.commonmark.node.CustomBlock
-
- org.symphonyoss.symphony.messageml.markdown.nodes.TableRowNode
-
public class TableRowNode extends org.commonmark.node.CustomBlockClass representing a Markdown node for table rows.- Since:
- 4/7/17
- Author:
- lukasz
-
-
Constructor Summary
Constructors Constructor Description TableRowNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDelimiter()
-
-
-
Method Detail
-
getDelimiter
public String getDelimiter()
-
-