| Package | Description |
|---|---|
| com.vladsch.flexmark.util.ast | |
| com.vladsch.flexmark.util.mappers |
| Modifier and Type | Class and Description |
|---|---|
class |
BlankLine |
class |
Document |
| Modifier and Type | Method and Description |
|---|---|
Block |
BlankLine.getClaimedBlankLine() |
Block |
Block.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockTracker.blockAdded(Block node) |
void |
BlockTracker.blockAddedWithChildren(Block node) |
void |
BlockTracker.blockAddedWithDescendants(Block node) |
void |
BlockTracker.blockRemoved(Block node) |
void |
BlockTracker.blockRemovedWithChildren(Block node) |
void |
BlockTracker.blockRemovedWithDescendants(Block node) |
BlankLine |
BlankLine.setClaimedBlankLine(Block claimedBlankLine) |
| Constructor and Description |
|---|
BlankLine(BasedSequence chars,
Block claimedBlankLine) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Block> |
BlockClassifier.apply(Block value) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Block> |
BlockClassifier.apply(Block value) |
Copyright © 2019. All rights reserved.