Class Strikethrough

  • All Implemented Interfaces:
    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.
    • Constructor Summary

      Constructors 
      Constructor Description
      Strikethrough()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClosingDelimiter()  
      java.lang.String getOpeningDelimiter()  
      • 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 Detail

      • Strikethrough

        public Strikethrough()
    • Method Detail

      • getOpeningDelimiter

        public java.lang.String getOpeningDelimiter()
        Specified by:
        getOpeningDelimiter in interface org.commonmark.node.Delimited
      • getClosingDelimiter

        public java.lang.String getClosingDelimiter()
        Specified by:
        getClosingDelimiter in interface org.commonmark.node.Delimited