Class StrikethroughHtmlNodeRenderer
java.lang.Object
org.commonmark.ext.gfm.strikethrough.internal.StrikethroughNodeRenderer
org.commonmark.ext.gfm.strikethrough.internal.StrikethroughHtmlNodeRenderer
- All Implemented Interfaces:
NodeRenderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Render the specified node.private void
renderChildren
(Node parent) Methods inherited from class org.commonmark.ext.gfm.strikethrough.internal.StrikethroughNodeRenderer
getNodeTypes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.commonmark.renderer.NodeRenderer
afterRoot, beforeRoot
-
Field Details
-
context
-
html
-
-
Constructor Details
-
StrikethroughHtmlNodeRenderer
-
-
Method Details
-
render
Description copied from interface:NodeRenderer
Render the specified node.- Parameters:
node
- the node to render, will be an instance of one ofNodeRenderer.getNodeTypes()
-
renderChildren
-