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 voidbeginDocument(ISectionListener.IPos<T> pos)voidbeginSection(ISectionListener.IPos<T> pos)voidbeginSectionContent(ISectionListener.IPos<T> pos)voidbeginSectionHeader(ISectionListener.IPos<T> pos)voidendDocument(ISectionListener.IPos<T> pos)voidendSection(ISectionListener.IPos<T> pos)voidendSectionContent(ISectionListener.IPos<T> pos)voidendSectionHeader(ISectionListener.IPos<T> pos)
-
-
-
Method Detail
-
beginDocument
public void beginDocument(ISectionListener.IPos<T> pos)
- Specified by:
beginDocumentin interfaceISectionListener<T>- See Also:
ISectionListener.beginDocument(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
beginSection
public void beginSection(ISectionListener.IPos<T> pos)
- Specified by:
beginSectionin interfaceISectionListener<T>- See Also:
ISectionListener.beginSection(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
beginSectionContent
public void beginSectionContent(ISectionListener.IPos<T> pos)
- Specified by:
beginSectionContentin interfaceISectionListener<T>- See Also:
ISectionListener.beginSectionContent(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
beginSectionHeader
public void beginSectionHeader(ISectionListener.IPos<T> pos)
- Specified by:
beginSectionHeaderin interfaceISectionListener<T>- See Also:
ISectionListener.beginSectionHeader(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
endDocument
public void endDocument(ISectionListener.IPos<T> pos)
- Specified by:
endDocumentin interfaceISectionListener<T>- See Also:
ISectionListener.endDocument(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
endSection
public void endSection(ISectionListener.IPos<T> pos)
- Specified by:
endSectionin interfaceISectionListener<T>- See Also:
ISectionListener.endSection(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
endSectionContent
public void endSectionContent(ISectionListener.IPos<T> pos)
- Specified by:
endSectionContentin interfaceISectionListener<T>- See Also:
ISectionListener.endSectionContent(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
endSectionHeader
public void endSectionHeader(ISectionListener.IPos<T> pos)
- Specified by:
endSectionHeaderin interfaceISectionListener<T>- See Also:
ISectionListener.endSectionHeader(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
-
-