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
public abstract class Block extends Node
Block nodes such as paragraphs, list blocks, code blocks etc.
-
-
Constructor Summary
Constructors Constructor Description Block()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Block
getParent()
protected void
setParent(Node parent)
-
Methods inherited from class org.commonmark.node.Node
accept, addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setSourceSpans, toString, toStringAttributes, unlink
-
-