Class InsTextContentNodeRenderer
java.lang.Object
org.commonmark.ext.ins.internal.InsNodeRenderer
org.commonmark.ext.ins.internal.InsTextContentNodeRenderer
- All Implemented Interfaces:
NodeRenderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRender the specified node.private voidrenderChildren(Node parent) Methods inherited from class InsNodeRenderer
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
-
-
Constructor Details
-
InsTextContentNodeRenderer
-
-
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
-