Uses of Class
org.commonmark.node.SoftLineBreak
-
Packages that use SoftLineBreak Package Description org.commonmark.node AST node types (seeNode) and visitors (seeAbstractVisitor)org.commonmark.renderer.html HTML rendering (seeHtmlRenderer)org.commonmark.renderer.markdown Markdown rendering (seeMarkdownRenderer)org.commonmark.renderer.text Plain text rendering with minimal markup (seeTextContentRenderer) -
-
Uses of SoftLineBreak in org.commonmark.node
Methods in org.commonmark.node with parameters of type SoftLineBreak Modifier and Type Method Description voidAbstractVisitor. visit(SoftLineBreak softLineBreak)voidVisitor. visit(SoftLineBreak softLineBreak) -
Uses of SoftLineBreak in org.commonmark.renderer.html
Methods in org.commonmark.renderer.html with parameters of type SoftLineBreak Modifier and Type Method Description voidCoreHtmlNodeRenderer.AltTextVisitor. visit(SoftLineBreak softLineBreak)voidCoreHtmlNodeRenderer. visit(SoftLineBreak softLineBreak) -
Uses of SoftLineBreak in org.commonmark.renderer.markdown
Methods in org.commonmark.renderer.markdown with parameters of type SoftLineBreak Modifier and Type Method Description voidCoreMarkdownNodeRenderer.LineBreakVisitor. visit(SoftLineBreak softLineBreak)voidCoreMarkdownNodeRenderer. visit(SoftLineBreak softLineBreak) -
Uses of SoftLineBreak in org.commonmark.renderer.text
Methods in org.commonmark.renderer.text with parameters of type SoftLineBreak Modifier and Type Method Description voidCoreTextContentNodeRenderer. visit(SoftLineBreak softLineBreak)
-