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