org.apache.maven.doxia.module.twiki.parser
public abstract class AbstractFatherBlock extends Object implements Block
Since: Nov 1, 2005
| Constructor Summary | |
|---|---|
| AbstractFatherBlock(Block[] childBlocks)
Creates the AbstractFatherBlock.
| |
| Method Summary | |
|---|---|
| abstract void | after(Sink sink)
method called after traversing the childs
|
| abstract void | before(Sink sink)
method called before traversing the childs
|
| boolean | equals(Object obj) |
| Block[] | getBlocks()
Returns the childBlocks.
|
| int | hashCode() |
| void | traverse(Sink sink) |
Parameters: childBlocks child blocks
Parameters: sink a sink to fill
Parameters: sink a sink to fill
See Also: Object#equals(Object)
Returns: Block[] with the childBlocks.
See Also: Object#hashCode()
See Also: traverse