Class TaskListItemMarker

java.lang.Object
org.commonmark.node.Node
org.commonmark.node.CustomNode
org.commonmark.ext.task.list.items.TaskListItemMarker

public class TaskListItemMarker extends org.commonmark.node.CustomNode
A marker node indicating that a list item contains a task.
  • Constructor Summary

    Constructors
    Constructor
    Description
    TaskListItemMarker(boolean checked)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TaskListItemMarker

      public TaskListItemMarker(boolean checked)
  • Method Details

    • isChecked

      public boolean isChecked()