Class Marker


  • public class Marker
    extends org.commonmark.node.CustomNode
    A strikethrough node containing text and other inline nodes nodes as children.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Marker.Decoration  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Marker​(Marker.Decoration decoration)
      Constructs an instance of Marker.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Marker.Decoration getDecoration()
      • 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