Package atessera.markdown.blocks
Class MultiBlock
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.Block
org.commonmark.node.CustomBlock
atessera.markdown.blocks.MultiBlock
public class MultiBlock
extends org.commonmark.node.CustomBlock
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.commonmark.node.CustomBlock
acceptMethods inherited from class org.commonmark.node.Block
getParent, setParentMethods inherited from class org.commonmark.node.Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setSourceSpans, toStringAttributes, unlink
-
Constructor Details
-
MultiBlock
public MultiBlock() -
MultiBlock
-
-
Method Details
-
isColumns
public boolean isColumns() -
isAlert
public boolean isAlert() -
getLabel
-
getType
-
getCaption
-
setLabel
-
setType
-
setCaption
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classorg.commonmark.node.Node
-