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

java.lang.Object
  extended byorg.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
      extended byorg.apache.maven.doxia.module.twiki.parser.TableCellHeaderBlock
All Implemented Interfaces:
Block

public class TableCellHeaderBlock
extends AbstractFatherBlock

Table Cell headear

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

Constructor Summary
TableCellHeaderBlock(Block[] childBlocks)
          Creates the TableCellHeaderBlock.
 
Method Summary
 void after(Sink sink)
          method called after traversing the childs
 void before(Sink sink)
          method called before traversing the childs
 
Methods inherited from class org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
equals, getBlocks, hashCode, traverse
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCellHeaderBlock

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

Parameters:
childBlocks - childrens
Method Detail

before

public final void before(Sink sink)
Description copied from class: AbstractFatherBlock
method called before traversing the childs

Specified by:
before in class AbstractFatherBlock
Parameters:
sink - a sink to fill
See Also:
AbstractFatherBlock.before(org.apache.maven.doxia.sink.Sink)

after

public final void after(Sink sink)
Description copied from class: AbstractFatherBlock
method called after traversing the childs

Specified by:
after in class AbstractFatherBlock
Parameters:
sink - a sink to fill
See Also:
AbstractFatherBlock.after(org.apache.maven.doxia.sink.Sink)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.