|
||||||||||
| 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.ListBlock
org.apache.maven.doxia.module.twiki.parser.UnorderedListBlock
public class UnorderedListBlock
- item1
- item2
- item2.1
...
| Constructor Summary | |
|---|---|
UnorderedListBlock(ListItemBlock[] blocks)
Creates the UnorderedListBlock. |
|
| 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 UnorderedListBlock(ListItemBlock[] blocks)
throws java.lang.IllegalArgumentException
blocks - list of list items
java.lang.IllegalArgumentException - if listItemBlocks 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||