Package org.commonmark.node
Class BulletList
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.Block
org.commonmark.node.ListBlock
org.commonmark.node.BulletList
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
char
Deprecated.void
setBulletMarker
(char bulletMarker) Deprecated.usegetMarker()
insteadvoid
Methods inherited from class org.commonmark.node.Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setSourceSpans, toString, toStringAttributes, unlink
-
Field Details
-
marker
-
-
Constructor Details
-
BulletList
public BulletList()
-
-
Method Details
-
accept
-
getMarker
- Returns:
- the bullet list marker that was used, e.g.
-
,*
or+
, if available, or null otherwise
-
setMarker
-
getBulletMarker
Deprecated.usegetMarker()
instead -
setBulletMarker
Deprecated.usegetMarker()
instead
-
getMarker()
instead