Class BoldBlock
java.lang.Object
org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
org.apache.maven.doxia.module.twiki.parser.BoldBlock
- All Implemented Interfaces:
Block
Block that represents the bold text format
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
equals, getBlocks, hashCode, traverse
-
Constructor Details
-
BoldBlock
BoldBlock(Block[] childBlocks) Creates the BoldBlock.- Parameters:
childBlocks
- child blocks
-
-
Method Details
-
before
method called before traversing the childs- Specified by:
before
in classAbstractFatherBlock
- Parameters:
sink
- a sink to fill
-
after
method called after traversing the childs- Specified by:
after
in classAbstractFatherBlock
- Parameters:
sink
- a sink to fill
-