Modifier and Type | Field and Description |
---|---|
private final ListItem | |
private int | contentIndent
Minimum number of columns that the content has to be indented (relative to the containing block) to be part of this list item. |
private boolean |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public Block | |
public boolean | isContainer()
Overrides jdk. Implements jdk. Return true if the block that is parsed is a container (contains other blocks), or false if it's a leaf. |
public BlockContinue |
block | back to summary |
---|---|
private final ListItem block |
contentIndent | back to summary |
---|---|
private int contentIndent Minimum number of columns that the content has to be indented (relative to the containing block) to be part of this list item. |
hadBlankLine | back to summary |
---|---|
private boolean hadBlankLine |
ListItemParser | back to summary |
---|---|
public ListItemParser(int markerIndent, int contentIndent) |
canContain | back to summary |
---|---|
public boolean canContain(Block childBlock) Overrides jdk. Implements jdk.
|
getBlock | back to summary |
---|---|
public Block getBlock() Implements jdk.
|
isContainer | back to summary |
---|---|
public boolean isContainer() Overrides jdk. Implements jdk. Doc from jdk. Return true if the block that is parsed is a container (contains other blocks), or false if it's a leaf.
|
tryContinue | back to summary |
---|---|
public BlockContinue tryContinue(ParserState state) Implements jdk.
|