org.xwiki.rendering.wikimodel.util
Interface ISectionListener<T>
- Type Parameters:
T - the type of data managed by this listener
- All Known Implementing Classes:
- SectionListener
public interface ISectionListener<T>
- Since:
- 4.0M1
- Version:
- $Id$
beginDocument
void beginDocument(ISectionListener.IPos<T> pos)
beginSection
void beginSection(ISectionListener.IPos<T> pos)
beginSectionContent
void beginSectionContent(ISectionListener.IPos<T> pos)
beginSectionHeader
void beginSectionHeader(ISectionListener.IPos<T> pos)
endDocument
void endDocument(ISectionListener.IPos<T> pos)
endSection
void endSection(ISectionListener.IPos<T> pos)
endSectionContent
void endSectionContent(ISectionListener.IPos<T> pos)
endSectionHeader
void endSectionHeader(ISectionListener.IPos<T> pos)
Copyright © 2004-2012 XWiki. All Rights Reserved.