Package org.commonmark.ext.footnotes
Class InlineFootnote
- java.lang.Object
-
- org.commonmark.node.Node
-
- org.commonmark.node.CustomNode
-
- org.commonmark.ext.footnotes.InlineFootnote
-
public class InlineFootnote extends CustomNode
-
-
Constructor Summary
Constructors Constructor Description InlineFootnote()
-
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
-
-