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 StrikethroughNodeRenderer
getNodeTypesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-