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 TypeMethodDescriptionvoidcharDeprecated.voidsetBulletMarker(char bulletMarker) Deprecated.usegetMarker()insteadvoidMethods 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