Class Heading
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.Block
org.commonmark.node.Heading
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setSourceSpans, toString, toStringAttributes, unlink
-
Field Details
-
level
private int level
-
-
Constructor Details
-
Heading
public Heading()
-
-
Method Details
-
accept
-
getLevel
public int getLevel() -
setLevel
public void setLevel(int level)
-