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 class
SectionBuilder.TocEntry
-
Constructor Summary
Constructors Constructor Description SectionBuilder(ISectionListener<T> listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beginDocument(T data)
void
beginHeader(int level, T data)
void
endDocument()
void
endHeader()
-
-
-
Constructor Detail
-
SectionBuilder
public SectionBuilder(ISectionListener<T> listener)
-
-