Class ListItemBlock
java.lang.Object
org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
org.apache.maven.doxia.module.confluence.parser.list.ListItemBlock
- All Implemented Interfaces:
Block
ListItemBlock
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionListItemBlock
(List<Block> blocks) ListItemBlock
(List<Block> blocks, ListBlock innerList) -
Method Summary
Methods inherited from class org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
getBlocks, traverse
-
Field Details
-
innerList
-
-
Constructor Details
-
ListItemBlock
-
ListItemBlock
-
-
Method Details
-
before
before.
- Specified by:
before
in classAbstractFatherBlock
- Parameters:
sink
- the Sink to receive events.
-
after
after.
- Specified by:
after
in classAbstractFatherBlock
- Parameters:
sink
- the Sink to receive events.
-
getInnerList
ListBlock getInnerList()
-