Class SectionListener<T>
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.util.SectionListener<T>
-
- All Implemented Interfaces:
ISectionListener<T>
public class SectionListener<T> extends Object implements ISectionListener<T>
- Since:
- 4.0M1
- Version:
- $Id: 1733b03253cfb9015d1f9b9383dfcbd6bd3eb1de $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.xwiki.rendering.wikimodel.util.ISectionListener
ISectionListener.IPos<T>
-
-
Constructor Summary
Constructors Constructor Description SectionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beginDocument(ISectionListener.IPos<T> pos)
void
beginSection(ISectionListener.IPos<T> pos)
void
beginSectionContent(ISectionListener.IPos<T> pos)
void
beginSectionHeader(ISectionListener.IPos<T> pos)
void
endDocument(ISectionListener.IPos<T> pos)
void
endSection(ISectionListener.IPos<T> pos)
void
endSectionContent(ISectionListener.IPos<T> pos)
void
endSectionHeader(ISectionListener.IPos<T> pos)
-
-
-
Method Detail
-
beginDocument
public void beginDocument(ISectionListener.IPos<T> pos)
- Specified by:
beginDocument
in interfaceISectionListener<T>
- See Also:
ISectionListener.beginDocument(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
beginSection
public void beginSection(ISectionListener.IPos<T> pos)
- Specified by:
beginSection
in interfaceISectionListener<T>
- See Also:
ISectionListener.beginSection(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
beginSectionContent
public void beginSectionContent(ISectionListener.IPos<T> pos)
- Specified by:
beginSectionContent
in interfaceISectionListener<T>
- See Also:
ISectionListener.beginSectionContent(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
beginSectionHeader
public void beginSectionHeader(ISectionListener.IPos<T> pos)
- Specified by:
beginSectionHeader
in interfaceISectionListener<T>
- See Also:
ISectionListener.beginSectionHeader(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
endDocument
public void endDocument(ISectionListener.IPos<T> pos)
- Specified by:
endDocument
in interfaceISectionListener<T>
- See Also:
ISectionListener.endDocument(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
endSection
public void endSection(ISectionListener.IPos<T> pos)
- Specified by:
endSection
in interfaceISectionListener<T>
- See Also:
ISectionListener.endSection(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
endSectionContent
public void endSectionContent(ISectionListener.IPos<T> pos)
- Specified by:
endSectionContent
in interfaceISectionListener<T>
- See Also:
ISectionListener.endSectionContent(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
endSectionHeader
public void endSectionHeader(ISectionListener.IPos<T> pos)
- Specified by:
endSectionHeader
in interfaceISectionListener<T>
- See Also:
ISectionListener.endSectionHeader(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
-