Class Strikethrough
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.CustomNode
org.commonmark.ext.gfm.strikethrough.Strikethrough
- All Implemented Interfaces:
Delimited
A strikethrough node containing text and other inline nodes as children.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
delimiter
-
-
Constructor Details
-
Strikethrough
-
-
Method Details
-
getOpeningDelimiter
- Specified by:
getOpeningDelimiter
in interfaceDelimited
- Returns:
- the opening (beginning) delimiter, e.g.
*
-
getClosingDelimiter
- Specified by:
getClosingDelimiter
in interfaceDelimited
- Returns:
- the closing (ending) delimiter, e.g.
*
-