org.apache.maven.doxia.module.confluence.parser

Class ParagraphBlock

Implemented Interfaces:
Block

public class ParagraphBlock
extends AbstractFatherBlock

Author:
Juan F. Codagnone
Since:
Nov 1, 2005

Constructor Summary

ParagraphBlock(List blocks)

Method Summary

void
after(Sink sink)
void
before(Sink sink)

Methods inherited from class org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock

after, before, getBlocks, traverse

Constructor Details

ParagraphBlock

public ParagraphBlock(List blocks)
            throws IllegalArgumentException

Method Details

after

public void after(Sink sink)
Overrides:
after in interface AbstractFatherBlock

before

public void before(Sink sink)
Overrides:
before in interface AbstractFatherBlock