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

java.lang.Object
  extended by org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
      extended by org.apache.maven.doxia.module.confluence.parser.BoldBlock
All Implemented Interfaces:
Block

public class BoldBlock
extends AbstractFatherBlock

BoldBlock class.

Version:
$Id: BoldBlock.java 1090706 2011-04-09 23:15:28Z hboutemy $

Constructor Summary
BoldBlock(List<Block> childBlocks)
          Constructor for BoldBlock.
 
Method Summary
 void after(Sink sink)
          

after.

 void before(Sink sink)
          

before.

 
Methods inherited from class org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
getBlocks, traverse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoldBlock

public BoldBlock(List<Block> childBlocks)

Constructor for BoldBlock.

Parameters:
childBlocks - the child blocks.
Method Detail

before

public void before(Sink sink)

before.

Specified by:
before in class AbstractFatherBlock
Parameters:
sink - the Sink to receive events.

after

public void after(Sink sink)

after.

Specified by:
after in class AbstractFatherBlock
Parameters:
sink - the Sink to receive events.


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.