Package org.commonmark.node
Class CustomNode
- java.lang.Object
-
- org.commonmark.node.Node
-
- org.commonmark.node.CustomNode
-
- Direct Known Subclasses:
FootnoteReference
,ImageAttributes
,InlineFootnote
,Ins
,Strikethrough
,TableBody
,TableCell
,TableHead
,TableRow
,TaskListItemMarker
,YamlFrontMatterNode
public abstract class CustomNode extends Node
-
-
Constructor Summary
Constructors Constructor Description CustomNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor visitor)
-
Methods inherited from class org.commonmark.node.Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getParent, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setParent, setSourceSpans, toString, toStringAttributes, unlink
-
-