public class SectionListener<T> extends Object implements ISectionListener<T>
ISectionListener.IPos<T>
Constructor and Description |
---|
SectionListener() |
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) |
public void beginDocument(ISectionListener.IPos<T> pos)
beginDocument
in interface ISectionListener<T>
ISectionListener.beginDocument(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
public void beginSection(ISectionListener.IPos<T> pos)
beginSection
in interface ISectionListener<T>
ISectionListener.beginSection(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
public void beginSectionContent(ISectionListener.IPos<T> pos)
beginSectionContent
in interface ISectionListener<T>
ISectionListener.beginSectionContent(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
public void beginSectionHeader(ISectionListener.IPos<T> pos)
beginSectionHeader
in interface ISectionListener<T>
ISectionListener.beginSectionHeader(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
public void endDocument(ISectionListener.IPos<T> pos)
endDocument
in interface ISectionListener<T>
ISectionListener.endDocument(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
public void endSection(ISectionListener.IPos<T> pos)
endSection
in interface ISectionListener<T>
ISectionListener.endSection(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
public void endSectionContent(ISectionListener.IPos<T> pos)
endSectionContent
in interface ISectionListener<T>
ISectionListener.endSectionContent(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
public void endSectionHeader(ISectionListener.IPos<T> pos)
endSectionHeader
in interface ISectionListener<T>
ISectionListener.endSectionHeader(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
Copyright © 2004–2021 XWiki. All rights reserved.