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 seeParsercom.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 classBulletListclassOrderedList -
Uses of ListBlock in com.vladsch.flexmark.ext.definition
Subclasses of ListBlock in com.vladsch.flexmark.ext.definition Modifier and Type Class Description classDefinitionListA 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 voidTaskListNodeFormatter. 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 voidFormatterUtils. renderList(ListBlock node, NodeFormatterContext context, MarkdownWriter markdown)static voidFormatterUtils. 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 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 ListBlock Modifier and Type Method Description booleanListOptions. 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 ListBlock Modifier and Type Field Description (package private) ListBlockListBlockParser.ListData. listBlockprivate ListBlockListBlockParser. myBlockMethods in com.vladsch.flexmark.parser.core that return ListBlock Modifier and Type Method Description private static ListBlockListBlockParser. createListBlock(java.util.regex.Matcher matcher)ListBlockListBlockParser. 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 voidYouTrackConverterNodeRenderer. renderList(ListBlock node, NodeRendererContext context, HtmlWriter html)
-