Uses of Class
com.vladsch.flexmark.ast.ListBlock
-
Packages that use ListBlock Package Description com.vladsch.flexmark.ast AST node types (seeNode
) and visitors (seeNodeVisitor
)com.vladsch.flexmark.ext.definition com.vladsch.flexmark.ext.gfm.tasklist.internal com.vladsch.flexmark.formatter com.vladsch.flexmark.jira.converter.internal com.vladsch.flexmark.parser Parse input text to AST nodes seeParser
com.vladsch.flexmark.parser.core com.vladsch.flexmark.youtrack.converter.internal -
-
Uses of ListBlock in com.vladsch.flexmark.ast
Subclasses of ListBlock in com.vladsch.flexmark.ast Modifier and Type Class Description class
BulletList
class
OrderedList
-
Uses of ListBlock in com.vladsch.flexmark.ext.definition
Subclasses of ListBlock in com.vladsch.flexmark.ext.definition Modifier and Type Class Description class
DefinitionList
A DefinitionList block node -
Uses of ListBlock in com.vladsch.flexmark.ext.gfm.tasklist.internal
Methods in com.vladsch.flexmark.ext.gfm.tasklist.internal with parameters of type ListBlock Modifier and Type Method Description void
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 ListBlock Modifier and Type Method Description static void
FormatterUtils. renderList(ListBlock node, NodeFormatterContext context, MarkdownWriter markdown)
static void
FormatterUtils. renderList(ListBlock node, NodeFormatterContext context, MarkdownWriter markdown, java.util.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 ListBlock Modifier and Type Method Description private 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 ListBlock Modifier and Type Method Description boolean
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 ListBlock Modifier and Type Field Description (package private) ListBlock
ListBlockParser.ListData. listBlock
private ListBlock
ListBlockParser. myBlock
Methods in com.vladsch.flexmark.parser.core that return ListBlock Modifier and Type Method Description private static ListBlock
ListBlockParser. createListBlock(java.util.regex.Matcher matcher)
ListBlock
ListBlockParser. getBlock()
Constructors in com.vladsch.flexmark.parser.core with parameters of type ListBlock Constructor Description 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 ListBlock Modifier and Type Method Description private void
YouTrackConverterNodeRenderer. renderList(ListBlock node, NodeRendererContext context, HtmlWriter html)
-