org.apache.maven.doxia.module.twiki.parser

Class BoldBlock

public class BoldBlock extends AbstractFatherBlock

Block that represents the bold text format

Since: Nov 2, 2005

Author: Juan F. Codagnone

Constructor Summary
BoldBlock(Block[] childBlocks)
Creates the BoldBlock.
Method Summary
voidafter(Sink sink)
voidbefore(Sink sink)

Constructor Detail

BoldBlock

public BoldBlock(Block[] childBlocks)
Creates the BoldBlock.

Parameters: childBlocks child blocks

Method Detail

after

public final void after(Sink sink)

See Also: after

before

public final void before(Sink sink)

See Also: before

Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.