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 TypeMethodDescriptionvoidTaskListNodeFormatter.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 voidFormatterUtils.renderList(ListBlock node, NodeFormatterContext context, MarkdownWriter markdown) static voidFormatterUtils.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 voidJiraConverterNodeRenderer.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 TypeMethodDescriptionbooleanListOptions.canInterrupt(@NotNull ListBlock a, boolean isEmptyItem, boolean isItemParagraph) booleanListOptions.canStartSubList(@NotNull ListBlock a, boolean isEmptyItem) booleanListOptions.startNewList(@NotNull ListBlock a, @NotNull ListBlock b) booleanListOptions.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 ListBlockListBlockParser.ListData.listBlockprivate final ListBlockListBlockParser.myBlockMethods in com.vladsch.flexmark.parser.core that return ListBlockModifier and TypeMethodDescriptionprivate static ListBlockListBlockParser.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 voidYouTrackConverterNodeRenderer.renderList(ListBlock node, NodeRendererContext context, HtmlWriter html)