类 TaskListItemMarker


  • public class TaskListItemMarker
    extends org.commonmark.node.CustomNode
    A marker node indicating that a list item contains a task.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean isChecked()  
      • 从类继承的方法 org.commonmark.node.CustomNode

        accept
      • 从类继承的方法 org.commonmark.node.Node

        addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getParent, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setParent, setSourceSpans, toString, toStringAttributes, unlink
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • TaskListItemMarker

        public TaskListItemMarker​(boolean checked)
    • 方法详细资料

      • isChecked

        public boolean isChecked()