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