Class Strikethrough

java.lang.Object
org.commonmark.node.Node
org.commonmark.node.CustomNode
org.commonmark.ext.gfm.strikethrough.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 as children.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Strikethrough(String delimiter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    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

    • Strikethrough

      public Strikethrough(String delimiter)
  • Method Details

    • getOpeningDelimiter

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

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