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: a7bc5e20489c89f7389235c83ac53ef93b6cc6bb $
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–2014 XWiki. All rights reserved.