T
- the type of data managed by this listenerpublic interface ISectionListener<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
ISectionListener.IPos<T> |
Modifier and Type | Method and 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) |
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)
Copyright © 2004–2021 XWiki. All rights reserved.