Class StrikethroughTextContentNodeRenderer
java.lang.Object
org.commonmark.ext.gfm.strikethrough.internal.StrikethroughNodeRenderer
org.commonmark.ext.gfm.strikethrough.internal.StrikethroughTextContentNodeRenderer
- All Implemented Interfaces:
NodeRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TextContentNodeRendererContextprivate final TextContentWriter -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidRender the specified node.private voidrenderChildren(Node parent) Methods inherited from class org.commonmark.ext.gfm.strikethrough.internal.StrikethroughNodeRenderer
getNodeTypesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.commonmark.renderer.NodeRenderer
afterRoot, beforeRoot
-
Field Details
-
context
-
textContent
-
-
Constructor Details
-
StrikethroughTextContentNodeRenderer
-
-
Method Details
-
render
Description copied from interface:NodeRendererRender the specified node.- Parameters:
node- the node to render, will be an instance of one ofNodeRenderer.getNodeTypes()
-
renderChildren
-