Class DefinitionListBlock
- java.lang.Object
-
- org.apache.maven.doxia.module.confluence.parser.DefinitionListBlock
-
-
Constructor Summary
Constructors Constructor Description DefinitionListBlock(java.lang.String title, java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
traverse(Sink sink)
traverse.
-
-
-
Field Detail
-
title
private java.lang.String title
-
text
private java.util.List<Block> text
-
-