Uses of Class
org.commonmark.node.ListBlock
Packages that use ListBlock
Package
Description
AST node types (see
Node
) and visitors (see AbstractVisitor
)HTML rendering (see
HtmlRenderer
)-
Uses of ListBlock in org.commonmark.internal
Fields in org.commonmark.internal declared as ListBlockModifier and TypeFieldDescriptionprivate final ListBlock
ListBlockParser.block
(package private) final ListBlock
ListBlockParser.ListData.listBlock
(package private) final ListBlock
ListBlockParser.ListMarkerData.listBlock
Methods in org.commonmark.internal with parameters of type ListBlockModifier and TypeMethodDescriptionprivate 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 ListBlockModifierConstructorDescriptionListBlockParser
(ListBlock block) (package private)
(package private)
ListMarkerData
(ListBlock listBlock, int indexAfterMarker) -
Uses of ListBlock in org.commonmark.node
Subclasses of ListBlock in org.commonmark.node -
Uses of ListBlock in org.commonmark.renderer.html
Methods in org.commonmark.renderer.html with parameters of type ListBlock