org.wikimodel.wem.util
Class SectionListener<T>

java.lang.Object
  extended by org.wikimodel.wem.util.SectionListener<T>
All Implemented Interfaces:
ISectionListener<T>

public class SectionListener<T>
extends java.lang.Object
implements ISectionListener<T>

Author:
kotelnikov

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.wikimodel.wem.util.ISectionListener
ISectionListener.IPos<T>
 
Constructor Summary
SectionListener()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionListener

public SectionListener()
Method Detail

beginDocument

public void beginDocument(ISectionListener.IPos<T> pos)
Specified by:
beginDocument in interface ISectionListener<T>
See Also:
ISectionListener.beginDocument(org.wikimodel.wem.util.ISectionListener.IPos)

beginSection

public void beginSection(ISectionListener.IPos<T> pos)
Specified by:
beginSection in interface ISectionListener<T>
See Also:
ISectionListener.beginSection(org.wikimodel.wem.util.ISectionListener.IPos)

beginSectionContent

public void beginSectionContent(ISectionListener.IPos<T> pos)
Specified by:
beginSectionContent in interface ISectionListener<T>
See Also:
ISectionListener.beginSectionContent(org.wikimodel.wem.util.ISectionListener.IPos)

beginSectionHeader

public void beginSectionHeader(ISectionListener.IPos<T> pos)
Specified by:
beginSectionHeader in interface ISectionListener<T>
See Also:
ISectionListener.beginSectionHeader(org.wikimodel.wem.util.ISectionListener.IPos)

endDocument

public void endDocument(ISectionListener.IPos<T> pos)
Specified by:
endDocument in interface ISectionListener<T>
See Also:
ISectionListener.endDocument(org.wikimodel.wem.util.ISectionListener.IPos)

endSection

public void endSection(ISectionListener.IPos<T> pos)
Specified by:
endSection in interface ISectionListener<T>
See Also:
ISectionListener.endSection(org.wikimodel.wem.util.ISectionListener.IPos)

endSectionContent

public void endSectionContent(ISectionListener.IPos<T> pos)
Specified by:
endSectionContent in interface ISectionListener<T>
See Also:
ISectionListener.endSectionContent(org.wikimodel.wem.util.ISectionListener.IPos)

endSectionHeader

public void endSectionHeader(ISectionListener.IPos<T> pos)
Specified by:
endSectionHeader in interface ISectionListener<T>
See Also:
ISectionListener.endSectionHeader(org.wikimodel.wem.util.ISectionListener.IPos)


Copyright © 2005-2009. All Rights Reserved.