Class TaskListItemMarker
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.CustomNode
org.commonmark.ext.task.list.items.TaskListItemMarker
A marker node indicating that a list item contains a task.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.commonmark.node.CustomNode
accept
Methods inherited from class org.commonmark.node.Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getParent, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setParent, setSourceSpans, toString, toStringAttributes, unlink
-
Field Details
-
checked
private final boolean checked
-
-
Constructor Details
-
TaskListItemMarker
public TaskListItemMarker(boolean checked)
-
-
Method Details
-
isChecked
public boolean isChecked()
-