Package org.commonmark.node
Class Block
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.Block
- Direct Known Subclasses:
BlockQuote
,CustomBlock
,Document
,FencedCodeBlock
,Heading
,HtmlBlock
,IndentedCodeBlock
,ListBlock
,ListItem
,Paragraph
,ThematicBreak
Block nodes such as paragraphs, list blocks, code blocks etc.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.commonmark.node.Node
accept, addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setSourceSpans, toString, toStringAttributes, unlink