Class TaskListItemMarker
- java.lang.Object
-
- org.commonmark.node.Node
-
- org.commonmark.node.CustomNode
-
- org.commonmark.ext.task.list.items.TaskListItemMarker
-
public class TaskListItemMarker extends CustomNode
A marker node indicating that a list item contains a task.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
checked
-
Constructor Summary
Constructors Constructor Description TaskListItemMarker(boolean checked)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isChecked()
-
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
-
-