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, traverse
ParagraphBlock(java.util.List<Block> blocks)
ParagraphBlock(java.util.List<Block> blocks, boolean generateParagraphTags)
public void before(Sink sink)
before.
before
in class AbstractFatherBlock
sink
- the Sink to receive events.public void after(Sink sink)
after.
after
in class AbstractFatherBlock
sink
- the Sink to receive events.