|
||||||||||
| 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
public class 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(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 |
boolean |
equals(java.lang.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 java.lang.IllegalArgumentException
java.lang.IllegalArgumentException#ListItemBlock(TextBlock[], UnorderedListBlock)
public ListItemBlock(Block[] blocks,
ListBlock innerList)
throws java.lang.IllegalArgumentException
blocks - textinnerList - child list
java.lang.IllegalArgumentException - if textBlocks is null| Method Detail |
|---|
public final void before(org.apache.maven.doxia.sink.Sink sink)
AbstractFatherBlock
before in class AbstractFatherBlocksink - 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 AbstractFatherBlocksink - a sink to fillAbstractFatherBlock.after(org.apache.maven.doxia.sink.Sink)public final ListBlock getInnerList()
UnorderedListBlock with the innerList.public final boolean equals(java.lang.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 | |||||||||