Top Fields Constructors Methods
jdk.internal.org.commonmark.node

public Class BulletList

extends ListBlock
Class Inheritance

Field Summary

Modifier and TypeField and Description
private String

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public void
public char
getBulletMarker()
Deprecated use getMarker() instead

public String

Returns:

the bullet list marker that was used, e.g. -, * or +, if available, or null otherwise
getMarker
()

public void
setBulletMarker(char bulletMarker)
Deprecated use getMarker() instead

public void
setMarker(String marker)

Inherited from jdk.internal.org.commonmark.node.ListBlock:
isTightsetTight

Field Detail

markerback to summary
private String marker

Constructor Detail

BulletListback to summary
public BulletList()

Method Detail

acceptback to summary
public void accept(Visitor visitor)

Implements abstract jdk.internal.org.commonmark.node.Node.accept.

Annotations
@Override
getBulletMarkerback to summary
public char getBulletMarker()

Deprecated

use getMarker() instead

Annotations
@Deprecated
getMarkerback to summary
public String getMarker()
Returns:String

the bullet list marker that was used, e.g. -, * or +, if available, or null otherwise

setBulletMarkerback to summary
public void setBulletMarker(char bulletMarker)

Deprecated

use getMarker() instead

Annotations
@Deprecated
setMarkerback to summary
public void setMarker(String marker)