- java.lang.Object
-
- org.commonmark.node.Node
-
- org.commonmark.node.CustomNode
-
- org.commonmark.ext.ins.Ins
-
- All Implemented Interfaces:
Delimited
public class Ins extends CustomNode implements Delimited
An ins node containing text and other inline nodes as children.
-
-
Constructor Summary
Constructors Constructor Description Ins()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClosingDelimiter()StringgetOpeningDelimiter()-
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
-
-
-
-
Method Detail
-
getOpeningDelimiter
public String getOpeningDelimiter()
- Specified by:
getOpeningDelimiterin interfaceDelimited
-
getClosingDelimiter
public String getClosingDelimiter()
- Specified by:
getClosingDelimiterin interfaceDelimited
-
-