Uses of Class
org.commonmark.node.SoftLineBreak
Packages that use SoftLineBreak
Package
Description
AST node types (see
Node
) and visitors (see AbstractVisitor
)HTML rendering (see
HtmlRenderer
)Markdown rendering (see
MarkdownRenderer
)Plain text rendering with minimal markup (see
TextContentRenderer
)-
Uses of SoftLineBreak in org.commonmark.node
Methods in org.commonmark.node with parameters of type SoftLineBreakModifier and TypeMethodDescriptionvoid
AbstractVisitor.visit
(SoftLineBreak softLineBreak) void
Visitor.visit
(SoftLineBreak softLineBreak) -
Uses of SoftLineBreak in org.commonmark.renderer.html
Methods in org.commonmark.renderer.html with parameters of type SoftLineBreakModifier and TypeMethodDescriptionvoid
CoreHtmlNodeRenderer.AltTextVisitor.visit
(SoftLineBreak softLineBreak) void
CoreHtmlNodeRenderer.visit
(SoftLineBreak softLineBreak) -
Uses of SoftLineBreak in org.commonmark.renderer.markdown
Methods in org.commonmark.renderer.markdown with parameters of type SoftLineBreakModifier and TypeMethodDescriptionvoid
CoreMarkdownNodeRenderer.LineBreakVisitor.visit
(SoftLineBreak softLineBreak) void
CoreMarkdownNodeRenderer.visit
(SoftLineBreak softLineBreak) -
Uses of SoftLineBreak in org.commonmark.renderer.text
Methods in org.commonmark.renderer.text with parameters of type SoftLineBreakModifier and TypeMethodDescriptionvoid
CoreTextContentNodeRenderer.visit
(SoftLineBreak softLineBreak)