class ParagraphBlock extends AbstractFatherBlock
| Modifier and Type | Field and Description |
|---|---|
private boolean |
generateParagraphTags |
| Constructor and Description |
|---|
ParagraphBlock(java.util.List<Block> blocks) |
ParagraphBlock(java.util.List<Block> blocks,
boolean generateParagraphTags) |
| Modifier and Type | Method and Description |
|---|---|
void |
after(Sink sink)
after.
|
void |
before(Sink sink)
before.
|
getBlocks, traverseParagraphBlock(java.util.List<Block> blocks)
ParagraphBlock(java.util.List<Block> blocks, boolean generateParagraphTags)
public void before(Sink sink)
before.
before in class AbstractFatherBlocksink - the Sink to receive events.public void after(Sink sink)
after.
after in class AbstractFatherBlocksink - the Sink to receive events.