Uses of Class
org.commonmark.node.ListBlock
-
Packages that use ListBlock Package Description org.commonmark.internal org.commonmark.node AST node types (seeNode
) and visitors (seeAbstractVisitor
)org.commonmark.renderer.html HTML rendering (seeHtmlRenderer
) -
-
Uses of ListBlock in org.commonmark.internal
Fields in org.commonmark.internal declared as ListBlock Modifier and Type Field Description private ListBlock
ListBlockParser. block
(package private) ListBlock
ListBlockParser.ListData. listBlock
(package private) ListBlock
ListBlockParser.ListMarkerData. listBlock
Methods in org.commonmark.internal with parameters of type ListBlock Modifier and Type Method Description private static boolean
ListBlockParser. listsMatch(ListBlock a, ListBlock b)
Returns true if the two list items are of the same type, with the same delimiter and bullet character.Constructors in org.commonmark.internal with parameters of type ListBlock Constructor Description ListBlockParser(ListBlock block)
ListData(ListBlock listBlock, int contentColumn)
ListMarkerData(ListBlock listBlock, int indexAfterMarker)
-
Uses of ListBlock in org.commonmark.node
Subclasses of ListBlock in org.commonmark.node Modifier and Type Class Description class
BulletList
class
OrderedList
-
Uses of ListBlock in org.commonmark.renderer.html
Methods in org.commonmark.renderer.html with parameters of type ListBlock Modifier and Type Method Description private void
CoreHtmlNodeRenderer. renderListBlock(ListBlock listBlock, java.lang.String tagName, java.util.Map<java.lang.String,java.lang.String> attributes)
-