|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
org.apache.maven.doxia.module.twiki.parser.TableRowBlock
public class TableRowBlock
Represens a Table Row
Constructor Summary | |
---|---|
TableRowBlock(Block[] childBlocks)
Creates the TableRowBlock. |
Method Summary | |
---|---|
void |
after(org.apache.maven.doxia.sink.Sink sink)
method called after traversing the childs |
void |
before(org.apache.maven.doxia.sink.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 |
---|
public TableRowBlock(Block[] childBlocks)
childBlocks
- children blocksMethod Detail |
---|
public final void before(org.apache.maven.doxia.sink.Sink sink)
AbstractFatherBlock
before
in class AbstractFatherBlock
sink
- a sink to fillAbstractFatherBlock.before(org.apache.maven.doxia.sink.Sink)
public final void after(org.apache.maven.doxia.sink.Sink sink)
AbstractFatherBlock
after
in class AbstractFatherBlock
sink
- a sink to fillAbstractFatherBlock.after(org.apache.maven.doxia.sink.Sink)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |