Uses of Class
com.vladsch.flexmark.ast.ListBlock
Packages that use ListBlock
Package
Description
AST node types (see
Node
) and visitors (see NodeVisitor
)Parse input text to AST nodes see
Parser
-
Uses of ListBlock in com.vladsch.flexmark.ast
Subclasses of ListBlock in com.vladsch.flexmark.ast -
Uses of ListBlock in com.vladsch.flexmark.ext.definition
Subclasses of ListBlock in com.vladsch.flexmark.ext.definition -
Uses of ListBlock in com.vladsch.flexmark.ext.gfm.tasklist.internal
Methods in com.vladsch.flexmark.ext.gfm.tasklist.internal with parameters of type ListBlockModifier and TypeMethodDescriptionvoid
TaskListNodeFormatter.renderList
(ListBlock node, NodeFormatterContext context, MarkdownWriter markdown) -
Uses of ListBlock in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter with parameters of type ListBlockModifier and TypeMethodDescriptionstatic void
FormatterUtils.renderList
(ListBlock node, NodeFormatterContext context, MarkdownWriter markdown) static void
FormatterUtils.renderList
(ListBlock node, NodeFormatterContext context, MarkdownWriter markdown, List<Node> itemList) -
Uses of ListBlock in com.vladsch.flexmark.jira.converter.internal
Methods in com.vladsch.flexmark.jira.converter.internal with parameters of type ListBlockModifier and TypeMethodDescriptionprivate void
JiraConverterNodeRenderer.renderList
(ListBlock node, NodeRendererContext context, HtmlWriter html) -
Uses of ListBlock in com.vladsch.flexmark.parser
Methods in com.vladsch.flexmark.parser with parameters of type ListBlockModifier and TypeMethodDescriptionboolean
ListOptions.canInterrupt
(@NotNull ListBlock a, boolean isEmptyItem, boolean isItemParagraph) boolean
ListOptions.canStartSubList
(@NotNull ListBlock a, boolean isEmptyItem) boolean
ListOptions.startNewList
(@NotNull ListBlock a, @NotNull ListBlock b) boolean
ListOptions.startSubList
(@NotNull ListBlock a, @NotNull ListBlock b) -
Uses of ListBlock in com.vladsch.flexmark.parser.core
Fields in com.vladsch.flexmark.parser.core declared as ListBlockModifier and TypeFieldDescription(package private) final ListBlock
ListBlockParser.ListData.listBlock
private final ListBlock
ListBlockParser.myBlock
Methods in com.vladsch.flexmark.parser.core that return ListBlockModifier and TypeMethodDescriptionprivate static ListBlock
ListBlockParser.createListBlock
(Matcher matcher) ListBlockParser.getBlock()
Constructors in com.vladsch.flexmark.parser.core with parameters of type ListBlockModifierConstructorDescription(package private)
ListData
(ListBlock listBlock, boolean isEmpty, int markerIndex, int markerColumn, int markerIndent, int contentOffset, BasedSequence listMarker, boolean isNumberedList, BasedSequence markerSuffix, int markerSuffixOffset) -
Uses of ListBlock in com.vladsch.flexmark.youtrack.converter.internal
Methods in com.vladsch.flexmark.youtrack.converter.internal with parameters of type ListBlockModifier and TypeMethodDescriptionprivate void
YouTrackConverterNodeRenderer.renderList
(ListBlock node, NodeRendererContext context, HtmlWriter html)