Class TableNodeFormatter
java.lang.Object
com.vladsch.flexmark.ext.tables.internal.TableNodeFormatter
- All Implemented Interfaces:
NodeFormatter
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MarkdownTableprivate final TableFormatOptionsprivate final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollect nodes of given type so that they can be quickly accessed without traversing the AST by all formatting extensions.@Nullable Set<NodeFormattingHandler<?>> private voidrender(Text node, NodeFormatterContext context, MarkdownWriter markdown) private voidrender(TableBlock node, NodeFormatterContext context, MarkdownWriter markdown) private voidrender(TableBody node, NodeFormatterContext context, MarkdownWriter markdown) private voidrender(TableCaption node, NodeFormatterContext context, MarkdownWriter markdown) private voidrender(TableCell node, NodeFormatterContext context, MarkdownWriter markdown) private voidrender(TableHead node, NodeFormatterContext context, MarkdownWriter markdown) private voidrender(TableRow node, NodeFormatterContext context, MarkdownWriter markdown) private voidrender(TableSeparator node, NodeFormatterContext context, MarkdownWriter markdown) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NodeFormatter
getBlockQuoteLikePrefixChar
-
Field Details
-
options
-
parserTrimCellWhiteSpace
private final boolean parserTrimCellWhiteSpace -
myTable
-
-
Constructor Details
-
TableNodeFormatter
-
-
Method Details
-
getNodeClasses
Description copied from interface:NodeFormatterCollect nodes of given type so that they can be quickly accessed without traversing the AST by all formatting extensions.- Specified by:
getNodeClassesin interfaceNodeFormatter- Returns:
- the nodes of interest to this formatter during formatting.
-
getNodeFormattingHandlers
- Specified by:
getNodeFormattingHandlersin interfaceNodeFormatter- Returns:
- the mapping of nodes this renderer handles to rendering function
-
render
-
render
-
render
-
render
-
render
-
render
-
render
-
render
-