org.xwiki.rendering.wikimodel.util
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SectionListener
public SectionListener()
beginDocument
public void beginDocument(ISectionListener.IPos<T> pos)
- Specified by:
beginDocument in interface ISectionListener<T>
- See Also:
ISectionListener.beginDocument(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
beginSection
public void beginSection(ISectionListener.IPos<T> pos)
- Specified by:
beginSection in interface ISectionListener<T>
- See Also:
ISectionListener.beginSection(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
beginSectionContent
public void beginSectionContent(ISectionListener.IPos<T> pos)
- Specified by:
beginSectionContent in interface ISectionListener<T>
- See Also:
ISectionListener.beginSectionContent(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
beginSectionHeader
public void beginSectionHeader(ISectionListener.IPos<T> pos)
- Specified by:
beginSectionHeader in interface ISectionListener<T>
- See Also:
ISectionListener.beginSectionHeader(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
endDocument
public void endDocument(ISectionListener.IPos<T> pos)
- Specified by:
endDocument in interface ISectionListener<T>
- See Also:
ISectionListener.endDocument(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
endSection
public void endSection(ISectionListener.IPos<T> pos)
- Specified by:
endSection in interface ISectionListener<T>
- See Also:
ISectionListener.endSection(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
endSectionContent
public void endSectionContent(ISectionListener.IPos<T> pos)
- Specified by:
endSectionContent in interface ISectionListener<T>
- See Also:
ISectionListener.endSectionContent(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
endSectionHeader
public void endSectionHeader(ISectionListener.IPos<T> pos)
- Specified by:
endSectionHeader in interface ISectionListener<T>
- See Also:
ISectionListener.endSectionHeader(org.xwiki.rendering.wikimodel.util.ISectionListener.IPos)
Copyright © 2004–2014 XWiki. All rights reserved.