类 Strikethrough

  • 所有已实现的接口:
    org.commonmark.node.Delimited

    public class Strikethrough
    extends org.commonmark.node.CustomNode
    implements org.commonmark.node.Delimited
    A strikethrough node containing text and other inline nodes nodes as children.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String getClosingDelimiter()  
      java.lang.String getOpeningDelimiter()  
      • 从类继承的方法 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
    • 构造器详细资料

      • Strikethrough

        public Strikethrough()
    • 方法详细资料

      • getOpeningDelimiter

        public java.lang.String getOpeningDelimiter()
        指定者:
        getOpeningDelimiter 在接口中 org.commonmark.node.Delimited
      • getClosingDelimiter

        public java.lang.String getClosingDelimiter()
        指定者:
        getClosingDelimiter 在接口中 org.commonmark.node.Delimited