|
|||||||||||
| 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.ListItemBlock
Block that represents the item in a list
| Constructor Summary | |
ListItemBlock(Block[] blocks)
|
|
ListItemBlock(Block[] blocks,
ListBlock innerList)
Creates the ListItemBlock. |
|
| Method Summary | |
void |
after(Sink sink)
method called after traversing the childs |
void |
before(Sink sink)
method called before traversing the childs |
boolean |
equals(Object obj)
|
ListBlock |
getInnerList()
Returns the innerList. |
int |
hashCode()
|
| Methods inherited from class org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock |
getBlocks, traverse |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ListItemBlock(Block[] blocks)
throws IllegalArgumentException
ListItemBlock(Block[], ListBlock)
public ListItemBlock(Block[] blocks,
ListBlock innerList)
throws IllegalArgumentException
blocks - textinnerList - child list
IllegalArgumentException - if textBlocks is null| Method Detail |
public final void before(Sink sink)
AbstractFatherBlock
before in class AbstractFatherBlocksink - a sink to fillAbstractFatherBlock.before(org.apache.maven.doxia.sink.Sink)public final void after(Sink sink)
AbstractFatherBlock
after in class AbstractFatherBlocksink - a sink to fillAbstractFatherBlock.after(org.apache.maven.doxia.sink.Sink)public final ListBlock getInnerList()
UnorderedListBlock with the innerList.public final boolean equals(Object obj)
equals in class AbstractFatherBlockObject.equals(Object)public final int hashCode()
hashCode in class AbstractFatherBlockObject.hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||