Class SectionBuilder<T>
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.util.SectionBuilder<T>
-
public class SectionBuilder<T> extends Object
- Since:
- 4.0M1
- Version:
- $Id: 282da6510d78be62cdeff69af79228a4a11c8784 $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classSectionBuilder.TocEntry
-
Constructor Summary
Constructors Constructor Description SectionBuilder(ISectionListener<T> listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeginDocument(T data)voidbeginHeader(int level, T data)voidendDocument()voidendHeader()
-
-
-
Constructor Detail
-
SectionBuilder
public SectionBuilder(ISectionListener<T> listener)
-
-