- java.lang.Object
-
- org.commonmark.node.Node
-
- org.commonmark.node.Block
-
- org.commonmark.node.BlockQuote
-
public class BlockQuote extends Block
A block quote, e.g.:> Some quoted text
Note that child nodes are themselves blocks, e.g.
Paragraph,ListBlocketc.- See Also:
- CommonMark Spec
-
-
Constructor Summary
Constructors Constructor Description BlockQuote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)-
Methods inherited from class org.commonmark.node.Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setSourceSpans, toString, toStringAttributes, unlink
-
-