Package org.commonmark.node
Class ListBlock
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.Block
org.commonmark.node.ListBlock
- Direct Known Subclasses:
BulletList
,OrderedList
-
Field Summary
Fields -
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
-
Field Details
-
tight
private boolean tight
-
-
Constructor Details
-
ListBlock
public ListBlock()
-
-
Method Details
-
isTight
public boolean isTight()- Returns:
- whether this list is tight or loose
- See Also:
-
setTight
public void setTight(boolean tight)
-