public class TaskListNodeFormatter extends Object implements NodeFormatter
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskListNodeFormatter.Factory |
| Constructor and Description |
|---|
TaskListNodeFormatter(DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<?>> |
getNodeClasses() |
Set<NodeFormattingHandler<?>> |
getNodeFormattingHandlers() |
static boolean |
hasIncompleteDescendants(Node node) |
static void |
renderList(ListBlock node,
NodeFormatterContext context,
MarkdownWriter markdown,
FormatOptions formatOptions) |
public TaskListNodeFormatter(DataHolder options)
public Set<NodeFormattingHandler<?>> getNodeFormattingHandlers()
getNodeFormattingHandlers in interface NodeFormatterpublic Set<Class<?>> getNodeClasses()
getNodeClasses in interface NodeFormatterpublic static boolean hasIncompleteDescendants(Node node)
public static void renderList(ListBlock node, NodeFormatterContext context, MarkdownWriter markdown, FormatOptions formatOptions)
Copyright © 2018. All rights reserved.